summaryrefslogtreecommitdiff
path: root/include/linux/perf_counter.h
AgeCommit message (Expand)AuthorFilesLines
2009-04-07perf_counter: SIGIO supportPeter Zijlstra1-0/+2
2009-04-07perf_counter: add more context informationPeter Zijlstra1-2/+2
2009-04-07perf_counter: update mmap() counter read, take 2Peter Zijlstra1-14/+10
2009-04-06perf_counter: update mmap() counter readPeter Zijlstra1-12/+10
2009-04-06perf_counter: add more context informationPeter Zijlstra1-2/+2
2009-04-06perf_counter: per event wakeupsPeter Zijlstra1-1/+2
2009-04-06perf_counter: move the event overflow output bits to record_typePeter Zijlstra1-22/+28
2009-04-06perf_counter: provide generic callchain bitsPeter Zijlstra1-1/+12
2009-04-06perf_counter: re-arrange the perf_event_typePeter Zijlstra1-2/+4
2009-04-06perf_counter: executable mmap() informationPeter Zijlstra1-2/+22
2009-04-06perf_counter: fix update_userpage()Peter Zijlstra1-0/+35
2009-04-06perf_counter: unify and fix delayed counter wakeupPeter Zijlstra1-5/+10
2009-04-06perf_counter: record time running and time enabled for each counterPaul Mackerras1-0/+53
2009-04-06perf_counter: optionally provide the pid/tid of the sampled taskPeter Zijlstra1-1/+4
2009-04-06perf_counter: output objectsPeter Zijlstra1-0/+11
2009-04-06perf_counter: fix perf_poll()Peter Zijlstra1-0/+1
2009-04-06perf_counter: new output ABI - part 1Peter Zijlstra1-21/+15
2009-04-06perf_counter: add an mmap method to allow userspace to read hardware countersPaul Mackerras1-0/+15
2009-04-06perf_counter: avoid recursionPeter Zijlstra1-0/+7
2009-04-06perf_counter: remove the event config bitfieldsPeter Zijlstra1-24/+50
2009-04-06perf_counter: fix type/event_id layout on big-endian systemsPaul Mackerras1-0/+12
2009-04-06perf_counter: unify irq output codePeter Zijlstra1-0/+2
2009-04-06perf_counter: revamp syscall input ABIPeter Zijlstra1-35/+60
2009-04-06perf_counter: hook up the tracepoint eventsPeter Zijlstra1-0/+3
2009-04-06perf_counter: add an event_listPeter Zijlstra1-0/+4
2009-04-06perf_counter: hrtimer based sampling for software time eventsPeter Zijlstra1-6/+14
2009-04-06perf_counter: provide major/minor page fault software eventsPeter Zijlstra1-1/+3
2009-04-06perf_counter: software counter event infrastructurePeter Zijlstra1-1/+7
2009-03-05perfcounters: fix reserved bits sizingIngo Molnar1-1/+1
2009-03-04perfcounters: provide expansion room in the ABIPaul Mackerras1-3/+9
2009-02-26perfcounters: fix a few minor cleanliness issuesPaul Mackerras1-20/+23
2009-02-13perfcounters: make context switch and migration software counters work againPaul Mackerras1-0/+1
2009-02-11perf_counters: allow users to count user, kernel and/or hypervisor eventsPaul Mackerras1-8/+11
2009-01-23perfcounters: ratelimit performance counter interruptsMike Galbraith1-2/+0
2009-01-23perfcounters: throttle on too high IRQ ratesMike Galbraith1-0/+4
2009-01-17perf_counter: Add counter enable/disable ioctlsPaul Mackerras1-2/+19
2009-01-14perf_counter: Add support for pinned and exclusive counter groupsPaul Mackerras1-1/+14
2009-01-09perf_counter: Add optional hw_perf_group_sched_in arch functionPaul Mackerras1-0/+3
2008-12-25perfcounters: include asm/perf_counter.h only if CONFIG_PERF_COUNTERS=yIngo Molnar1-1/+4
2008-12-23perfcounters: add PERF_COUNT_BUS_CYCLESIngo Molnar1-2/+3
2008-12-23perfcounters: remove ->nr_inheritedIngo Molnar1-1/+0
2008-12-23perfcounters: enable lowlevel pmc code to schedule countersIngo Molnar1-1/+1
2008-12-23perfcounters: hw ops renameIngo Molnar1-3/+3
2008-12-23x86, perfcounters: prepare for fixed-mode PMCsIngo Molnar1-0/+1
2008-12-23perfcounters: remove warningsIngo Molnar1-4/+0
2008-12-14perfcounters: add task migrations counterIngo Molnar1-3/+5
2008-12-14perfcounters: add context switch counterIngo Molnar1-2/+2
2008-12-14perfcounters: implement "counter inheritance"Ingo Molnar1-6/+18
2008-12-14perfcounters: restructure x86 counter mathIngo Molnar1-8/+7
2008-12-11perf counters: clean up state transitionsIngo Molnar1-1/+10