summaryrefslogtreecommitdiffstats
path: root/kernel/perf_counter.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-05perf_counter: add ioctl(PERF_COUNTER_IOC_RESET)Peter Zijlstra1-0/+8
2009-05-05perf_counter: uncouple data_head updates from wakeupsPeter Zijlstra1-11/+9
2009-05-04perf_counter: convert perf_resource_mutex to a spinlockIngo Molnar1-8/+8
2009-05-04perf_counter: initialize the per-cpu context earlierIngo Molnar1-4/+1
2009-05-04perf_counter: round-robin per-CPU counters tooIngo Molnar1-7/+3
2009-05-01perf_counter: fix race in perf_output_*Peter Zijlstra1-29/+101
2009-04-30perf_counter: update copyright noticePaul Mackerras1-0/+1
2009-04-29perf_counter: add/update copyrightsIngo Molnar1-3/+3
2009-04-29perfcounters: rename struct hw_perf_counter_ops into struct pmuRobert Richter1-36/+32
2009-04-16perfcounters: export perf_tpcounter_eventSteven Whitehouse1-0/+1
2009-04-09perf_counter: log full path namesPeter Zijlstra1-1/+1
2009-04-09perf_counter: sysctl for system wide perf countersPeter Zijlstra1-1/+3
2009-04-09perf_counter: optimize mmap/comm trackingPeter Zijlstra1-3/+36
2009-04-09perf_counter: fix off task->comm by oneIngo Molnar1-2/+2
2009-04-08perf_counter: allow for data addresses to be recordedPeter Zijlstra1-17/+29
2009-04-08perf_counter: move PERF_RECORD_TIMEPeter Zijlstra1-13/+13
2009-04-08perf_counter: track task-comm dataPeter Zijlstra1-0/+93
2009-04-08perf_counter: use misc field to widen typePeter Zijlstra1-7/+8
2009-04-08perf_counter: provide misc bits in the event headerPeter Zijlstra1-0/+3
2009-04-08perf_counter: fix NMI race in task clockPeter Zijlstra1-9/+16
2009-04-07perf_counter: minimize context time updatesPeter Zijlstra1-2/+5
2009-04-07perf_counter: remove rq->lock usagePeter Zijlstra1-26/+16
2009-04-07perf_counter: rework the task clock software counterPeter Zijlstra1-30/+12
2009-04-07perf_counter: rework context timePeter Zijlstra1-44/+34
2009-04-07perf_counter: change event definitionPeter Zijlstra1-7/+15
2009-04-07perf_counter: counter overflow limitPeter Zijlstra1-10/+41
2009-04-07perf_counter: PERF_RECORD_TIMEPeter Zijlstra1-0/+14
2009-04-07perf_counter: fix the mlock accountingPeter Zijlstra1-12/+21
2009-04-07perf_counter: theres more to overflow than writing eventsPeter Zijlstra1-6/+23
2009-04-07perf_counter: generalize pending infrastructurePeter Zijlstra1-21/+32
2009-04-07perf_counter: SIGIO supportPeter Zijlstra1-1/+19
2009-04-07perf_counter: add more context informationPeter Zijlstra1-4/+2
2009-04-06perf_counter: update mmap() counter readPeter Zijlstra1-2/+2
2009-04-06perf_counter: add more context informationPeter Zijlstra1-1/+1
2009-04-06perf_counter: per event wakeupsPeter Zijlstra1-1/+9
2009-04-06perf_counter: move the event overflow output bits to record_typePeter Zijlstra1-61/+40
2009-04-06perf_counter: provide generic callchain bitsPeter Zijlstra1-0/+27
2009-04-06perf_counter: re-arrange the perf_event_typePeter Zijlstra1-31/+25
2009-04-06perf_counter: small cleanup of the output routinesPeter Zijlstra1-16/+26
2009-04-06perf_counter: make it possible for hw_perf_counter_init to return error codesPaul Mackerras1-13/+22
2009-04-06perf_counter: executable mmap() informationPeter Zijlstra1-0/+145
2009-04-06perf_counter: fix update_userpage()Peter Zijlstra1-15/+23
2009-04-06perf_counter: unify and fix delayed counter wakeupPeter Zijlstra1-8/+120
2009-04-06perf_counter: record time running and time enabled for each counterPaul Mackerras1-21/+136
2009-04-06perf_counter: allow and require one-page mmap on counting countersPeter Zijlstra1-1/+5
2009-04-06perf_counter: optionally provide the pid/tid of the sampled taskPeter Zijlstra1-2/+16
2009-04-06perf_counter: sanity check on the output APIPeter Zijlstra1-0/+4
2009-04-06perf_counter: output objectsPeter Zijlstra1-12/+41
2009-04-06perf_counter: more elaborate write APIPeter Zijlstra1-34/+75
2009-04-06perf_counter: fix perf_poll()Peter Zijlstra1-2/+12