aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/perf_counter.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-12perf_counter: Add forward/backward attribute ABI compatibilityPeter Zijlstra1-3/+86
2009-06-12perf_counter: Remove PERF_TYPE_RAW special casingPeter Zijlstra1-5/+1
2009-06-11perf_counter: Add counter->id to the throttle eventPeter Zijlstra1-1/+3
2009-06-11perf_counter: Standardize event namesPeter Zijlstra1-10/+10
2009-06-11perf_counter: Rename enumsPeter Zijlstra1-3/+3
2009-06-11perf_counter: Rename perf_counter_limit sysctlPeter Zijlstra1-8/+19
2009-06-11perf_counter: More paranoia settingsPeter Zijlstra1-2/+23
2009-06-11perf_counter: Accurate period dataPeter Zijlstra1-3/+6
2009-06-11perf_counter: Introduce struct for sample dataPeter Zijlstra1-16/+22
2009-06-11perf_counter: Annotate exit ctx recursionPeter Zijlstra1-1/+12
2009-06-10perf_counter: More aggressive frequency adjustmentPeter Zijlstra1-42/+88
2009-06-06perf_counter: Implement generalized cache event typesIngo Molnar1-0/+1
2009-06-06perf_counter: Separate out attr->type from attr->configIngo Molnar1-8/+6
2009-06-05perf_counter: Fix frequency adjustment for < HZPeter Zijlstra1-7/+25
2009-06-05perf_counter: Add PERF_SAMPLE_PERIODPeter Zijlstra1-0/+10
2009-06-05perf_counter: Change PERF_SAMPLE_CONFIG into PERF_SAMPLE_IDPeter Zijlstra1-4/+4
2009-06-05perf_counter: Generate mmap events for install_special_mapping()Peter Zijlstra1-12/+22
2009-06-05perf_counter: Fix lockup with interrupting countersPaul Mackerras1-1/+1
2009-06-04perf_counter: Remove munmap stuffPeter Zijlstra1-35/+3
2009-06-04perf_counter: Add fork eventPeter Zijlstra1-17/+114
2009-06-03perf_counter: Fix throttling lock-upIngo Molnar1-5/+14
2009-06-03perf_counter: Fix race in counter initializationPeter Zijlstra1-11/+14
2009-06-02perf_counter: Rename perf_counter_hw_event => perf_counter_attrPeter Zijlstra1-58/+58
2009-06-02perf_counter: Add ioctl for changing the sample period/frequencyPeter Zijlstra1-0/+41
2009-06-02perf_counter: Change data head from u32 to u64Peter Zijlstra1-7/+8
2009-06-02perf_counter: Rename various fieldsPeter Zijlstra1-52/+52
2009-06-02perf_counter: Add unique counter idPeter Zijlstra1-2/+7
2009-06-02perf_counter: Use PID namespaces properlyPeter Zijlstra1-8/+34
2009-06-02perf_counter: Remove unused prev_state fieldPaul Mackerras1-4/+0
2009-06-02perf_counter: Fix cpu migration counterPaul Mackerras1-53/+21
2009-06-02perf_counter: Initialize per-cpu context earlier on cpu upPaul Mackerras1-0/+4
2009-06-01perf_counter: Tidy up style detailsIngo Molnar1-18/+21
2009-06-01perf_counter: Allow software counters to count while task is not runningPaul Mackerras1-6/+42
2009-06-01perf_counter: Provide functions for locking and pinning the context for a taskPaul Mackerras1-54/+74
2009-05-29perf_counter: Ammend cleanup in fork() failPeter Zijlstra1-3/+40
2009-05-29perf_counter: Clean up task_ctx vs interruptsPeter Zijlstra1-32/+50
2009-05-29perf_counter: Fix COMM and MMAP events for cpu wide countersPeter Zijlstra1-8/+4
2009-05-29perf_counter: Robustify counter-free logicIngo Molnar1-0/+4
2009-05-29perf_counter: Fix cpuctx->task_ctx racesIngo Molnar1-8/+20
2009-05-29perf_counter: Don't swap contexts containing locked mutexPaul Mackerras1-10/+79
2009-05-28perf_counter: Fix race in attaching counters to tasks and exitingPaul Mackerras1-60/+145
2009-05-26perf_counter: Initialize ->oncpu properlyIngo Molnar1-0/+2
2009-05-25perf_counter: fix warning & lockupIngo Molnar1-3/+1
2009-05-25perf_counter: Generic per counter interrupt throttlePeter Zijlstra1-4/+55
2009-05-25perf_counter: Fix PERF_COUNTER_CONTEXT_SWITCHES for cpu countersPeter Zijlstra1-4/+3
2009-05-25perf_counter: Propagate inheritance failures down the fork() pathPeter Zijlstra1-8/+12
2009-05-25perf_counter: Make pctrl() affect inherited counters tooPeter Zijlstra1-24/+24
2009-05-24perf_counter: Increase mmap limitIngo Molnar1-0/+6
2009-05-24perf_counter: Remove perf_counter_context::nr_enabledPeter Zijlstra1-10/+1
2009-05-24perf_counter: Change pctrl() behaviourPeter Zijlstra1-63/+24