summaryrefslogtreecommitdiff
path: root/include/linux/perf_counter.h
AgeCommit message (Expand)AuthorFilesLines
2009-06-02perf_counter: Remove unused prev_state fieldPaul Mackerras1-1/+0
2009-06-02perf_counter: Fix cpu migration counterPaul Mackerras1-0/+4
2009-06-01perf_counter: Tidy up style detailsIngo Molnar1-1/+1
2009-06-01perf_counter: Provide functions for locking and pinning the context for a taskPaul Mackerras1-0/+1
2009-05-29perf_counter: Ammend cleanup in fork() failPeter Zijlstra1-0/+2
2009-05-28perf_counter: Fix race in attaching counters to tasks and exitingPaul Mackerras1-2/+3
2009-05-28perf_counter: Fix perf_counter_init_task() on !CONFIG_PERF_COUNTERSIngo Molnar1-1/+1
2009-05-26perf_counter: fix warning & lockupIngo Molnar1-39/+39
2009-05-25perf_counter: Generic per counter interrupt throttlePeter Zijlstra1-0/+11
2009-05-25perf_counter: x86: Remove interrupt throttlePeter Zijlstra1-2/+0
2009-05-25perf_counter: Propagate inheritance failures down the fork() pathPeter Zijlstra1-2/+2
2009-05-25perf_counter: Remove unused ABI bitsPeter Zijlstra1-2/+2
2009-05-24perf_counter: Remove perf_counter_context::nr_enabledPeter Zijlstra1-1/+0
2009-05-24perf_counter: Change pctrl() behaviourPeter Zijlstra1-0/+3
2009-05-23perf_counter: Sanitize counter->mutexPeter Zijlstra1-4/+3
2009-05-23perf_counter: Fix dynamic irq_period loggingPeter Zijlstra1-0/+1
2009-05-22perf_counter: fix !PERF_COUNTERS build failureIngo Molnar1-1/+2
2009-05-22perf_counter: Optimize context switch between identical inherited contextsPaul Mackerras1-1/+11
2009-05-22perf_counter: Dynamically allocate tasks' perf_counter_context structPaul Mackerras1-3/+1
2009-05-20perf_counter: Log irq_period changesPeter Zijlstra1-0/+8
2009-05-20perf_counter: Solve the rotate_ctx vs inherit race differentlyPeter Zijlstra1-1/+0
2009-05-20perf_counter: fix counter inheritance raceIngo Molnar1-0/+1
2009-05-15perf_counter: allow arch to supply event misc flags and instruction pointerPaul Mackerras1-1/+10
2009-05-15perf_counter: frequency based adaptive irq_periodPeter Zijlstra1-2/+8
2009-05-15perf_counter: Rework the perf counter disable/enablePeter Zijlstra1-4/+6
2009-05-08perf_counter: add PERF_RECORD_CPUPeter Zijlstra1-0/+2
2009-05-08perf_counter: add PERF_RECORD_CONFIGPeter Zijlstra1-0/+2
2009-05-08perf_counter: rework ioctl()sPeter Zijlstra1-3/+7
2009-05-05perf_counter: provide an mlock thresholdPeter Zijlstra1-0/+2
2009-05-05perf_counter: add ioctl(PERF_COUNTER_IOC_RESET)Peter Zijlstra1-0/+1
2009-05-05perf_counter: uncouple data_head updates from wakeupsPeter Zijlstra1-1/+3
2009-05-04perf_counter: initialize the per-cpu context earlierIngo Molnar1-1/+4
2009-05-01perf_counter: fix race in perf_output_*Peter Zijlstra1-1/+4
2009-04-29perf_counter, x86: consistent use of type int for counter indexRobert Richter1-1/+1
2009-04-29perfcounters: rename struct hw_perf_counter_ops into struct pmuRobert Richter1-5/+4
2009-04-29perf_counter, x86: declare perf_max_counters only for CONFIG_PERF_COUNTERSRobert Richter1-1/+2
2009-04-09perf_counter: sysctl for system wide perf countersPeter Zijlstra1-0/+2
2009-04-08perf_counter: allow for data addresses to be recordedPeter Zijlstra1-6/+8
2009-04-08perf_counter: move PERF_RECORD_TIMEPeter Zijlstra1-5/+4
2009-04-08perf_counter: track task-comm dataPeter Zijlstra1-1/+15
2009-04-08perf_counter: add some commentsPeter Zijlstra1-4/+6
2009-04-08perf_counter: use misc field to widen typePeter Zijlstra1-18/+10
2009-04-08perf_counter: provide misc bits in the event headerPeter Zijlstra1-1/+5
2009-04-07perf_counter: rework context timePeter Zijlstra1-7/+3
2009-04-07perf_counter: change event definitionPeter Zijlstra1-0/+1
2009-04-07perf_counter: comment the perf_event_type stuffPeter Zijlstra1-0/+32
2009-04-07perf_counter: counter overflow limitPeter Zijlstra1-3/+9
2009-04-07perf_counter: PERF_RECORD_TIMEPeter Zijlstra1-0/+2
2009-04-07perf_counter: theres more to overflow than writing eventsPeter Zijlstra1-2/+2
2009-04-07perf_counter: generalize pending infrastructurePeter Zijlstra1-3/+4