aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/perf_counter.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-05-23perf_counter: Simplify context cleanupPeter Zijlstra1-4/+1
2009-05-23perf_counter: Sanitize context lockingPeter Zijlstra1-2/+7
2009-05-23perf_counter: Sanitize counter->mutexPeter Zijlstra1-28/+19
2009-05-23perf_counter: Fix dynamic irq_period loggingPeter Zijlstra1-1/+2
2009-05-22perf_counter: Optimize context switch between identical inherited contextsPaul Mackerras1-14/+95
2009-05-22perf_counter: Dynamically allocate tasks' perf_counter_context structPaul Mackerras1-82/+136
2009-05-20perf_counter: Fix context removal deadlockIngo Molnar1-6/+6
2009-05-20perf_counter: Optimize sched in/out of countersPeter Zijlstra1-6/+19
2009-05-20perf_counter: Optimize disable of time based sw countersPeter Zijlstra1-2/+4
2009-05-20perf_counter: Log irq_period changesPeter Zijlstra1-1/+39
2009-05-20perf_counter: Solve the rotate_ctx vs inherit race differentlyPeter Zijlstra1-10/+5
2009-05-20perf_counter: fix counter inheritance raceIngo Molnar1-1/+9
2009-05-20perf_counter: fix counter freeing logicIngo Molnar1-0/+2
2009-05-17perf_counter: Fix inheritance cleanup codePeter Zijlstra1-17/+15
2009-05-15perf_counter: allow arch to supply event misc flags and instruction pointerPaul Mackerras1-3/+2
2009-05-15perf_counter: frequency based adaptive irq_period, 32-bit fixPeter Zijlstra1-1/+1
2009-05-15perf_counter: frequency based adaptive irq_periodPeter Zijlstra1-12/+51
2009-05-15perf_counter: per user mlock giftPeter Zijlstra1-7/+15
2009-05-15perf_counter: remove perf_disable/enable exportsPeter Zijlstra1-2/+0
2009-05-15perf_counter: Rework the perf counter disable/enablePeter Zijlstra1-29/+47
2009-05-15perf_counter: Fix perf_output_copy() WARN to account for overflowPeter Zijlstra1-1/+5
2009-05-12perf_counter: call hw_perf_save_disable/restore around group_sched_inPaul Mackerras1-7/+12
2009-05-11perf_counter: call atomic64_set for counter->countPaul Mackerras1-1/+1
2009-05-11perf_counter: don't count scheduler ticks as context switchesPaul Mackerras1-5/+11
2009-05-11perf_counter: Put whole group on when enabling group leaderPaul Mackerras1-48/+51
2009-05-08perf_counter: add PERF_RECORD_CPUPeter Zijlstra1-0/+13
2009-05-08perf_counter: add PERF_RECORD_CONFIGPeter Zijlstra1-0/+8
2009-05-08perf_counter: rework ioctl()sPeter Zijlstra1-46/+58
2009-05-08perf_counter: optimize perf_counter_task_tick()Peter Zijlstra1-2/+11
2009-05-05perf_counter: inheritable sample countersPeter Zijlstra1-2/+30
2009-05-05perf_counter: fix the output lockPeter Zijlstra1-3/+4
2009-05-05perf_counter: provide an mlock thresholdPeter Zijlstra1-4/+11
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