aboutsummaryrefslogtreecommitdiff
path: root/include/linux/perf_counter.h
AgeCommit message (Expand)Author
2009-06-12perf_counter: Add forward/backward attribute ABI compatibilityPeter Zijlstra
2009-06-12perf_counter: PERF_TYPE_HW_CACHE is a hardware counter tooPeter Zijlstra
2009-06-11perf_counter: Add counter->id to the throttle eventPeter Zijlstra
2009-06-11perf_counter: Better align codeIngo Molnar
2009-06-11perf_counter: Rename L2 to LL cachePeter Zijlstra
2009-06-11perf_counter: Standardize event namesPeter Zijlstra
2009-06-11perf_counter: Rename enumsPeter Zijlstra
2009-06-11perf_counter: Rename perf_counter_limit sysctlPeter Zijlstra
2009-06-11perf_counter: More paranoia settingsPeter Zijlstra
2009-06-11perf_counter: Accurate period dataPeter Zijlstra
2009-06-11perf_counter: Introduce struct for sample dataPeter Zijlstra
2009-06-10perf_counter: More aggressive frequency adjustmentPeter Zijlstra
2009-06-06perf_counter: Implement generalized cache event typesIngo Molnar
2009-06-06perf_counter: Separate out attr->type from attr->configIngo Molnar
2009-06-05perf_counter: Fix frequency adjustment for < HZPeter Zijlstra
2009-06-05perf_counter: Add PERF_SAMPLE_PERIODPeter Zijlstra
2009-06-05perf_counter: Change PERF_SAMPLE_CONFIG into PERF_SAMPLE_IDPeter Zijlstra
2009-06-05perf_counter: Generate mmap events for install_special_mapping()Peter Zijlstra
2009-06-04perf_counter: Remove munmap stuffPeter Zijlstra
2009-06-04perf_counter: Add fork eventPeter Zijlstra
2009-06-02perf_counter: Rename perf_counter_hw_event => perf_counter_attrPeter Zijlstra
2009-06-02perf_counter: Add ioctl for changing the sample period/frequencyPeter Zijlstra
2009-06-02perf_counter: Change data head from u32 to u64Peter Zijlstra
2009-06-02perf_counter: Remove the last nmi/irq bitsPeter Zijlstra
2009-06-02perf_counter: Rename various fieldsPeter Zijlstra
2009-06-02perf_counter: Add unique counter idPeter Zijlstra
2009-06-02perf_counter: Use PID namespaces properlyPeter Zijlstra
2009-06-02perf_counter: Remove unused prev_state fieldPaul Mackerras
2009-06-02perf_counter: Fix cpu migration counterPaul Mackerras
2009-06-01perf_counter: Tidy up style detailsIngo Molnar
2009-06-01perf_counter: Provide functions for locking and pinning the context for a taskPaul Mackerras
2009-05-29perf_counter: Ammend cleanup in fork() failPeter Zijlstra
2009-05-28perf_counter: Fix race in attaching counters to tasks and exitingPaul Mackerras
2009-05-28perf_counter: Fix perf_counter_init_task() on !CONFIG_PERF_COUNTERSIngo Molnar
2009-05-25perf_counter: fix warning & lockupIngo Molnar
2009-05-25perf_counter: Generic per counter interrupt throttlePeter Zijlstra
2009-05-25perf_counter: x86: Remove interrupt throttlePeter Zijlstra
2009-05-25perf_counter: Propagate inheritance failures down the fork() pathPeter Zijlstra
2009-05-25perf_counter: Remove unused ABI bitsPeter Zijlstra
2009-05-24perf_counter: Remove perf_counter_context::nr_enabledPeter Zijlstra
2009-05-24perf_counter: Change pctrl() behaviourPeter Zijlstra
2009-05-23perf_counter: Sanitize counter->mutexPeter Zijlstra
2009-05-23perf_counter: Fix dynamic irq_period loggingPeter Zijlstra
2009-05-22perf_counter: fix !PERF_COUNTERS build failureIngo Molnar
2009-05-22perf_counter: Optimize context switch between identical inherited contextsPaul Mackerras
2009-05-22perf_counter: Dynamically allocate tasks' perf_counter_context structPaul Mackerras
2009-05-20perf_counter: Log irq_period changesPeter Zijlstra
2009-05-20perf_counter: Solve the rotate_ctx vs inherit race differentlyPeter Zijlstra
2009-05-20perf_counter: fix counter inheritance raceIngo Molnar
2009-05-15perf_counter: allow arch to supply event misc flags and instruction pointerPaul Mackerras