aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-05-26perf_counter: Use rb_trees in perf reportArnaldo Carvalho de Melo
2009-05-26perf_counter: Implement dso__load using libelfArnaldo Carvalho de Melo
2009-05-26perf_counter tools: remove the standalone perf-report utilityIngo Molnar
2009-05-26perf_counter: First part of 'perf report' conversion to C + elfutilsArnaldo Carvalho de Melo
2009-05-26perf top: Convert to Git option parsingIngo Molnar
2009-05-26perf stat: Convert to Git option parsingIngo Molnar
2009-05-26perf_counter tools: Librarize event string parsingIngo Molnar
2009-05-26perf record: Convert to Git option parsingIngo Molnar
2009-05-26perf stat: Remove unused variableIngo Molnar
2009-05-26perf record: Straighten out argv typesIngo Molnar
2009-05-26perf_counter: Initialize ->oncpu properlyIngo Molnar
2009-05-26perf_counter, x86: Make NMI lockups more robustIngo Molnar
2009-05-26perf_counter, x86: Fix APIC NMI programmingIngo Molnar
2009-05-26perf_counter: powerpc: Implement interrupt throttlingPaul Mackerras
2009-05-25perf_counter: fix warning & lockupIngo Molnar
2009-05-25Revert "perf_counter, x86: speed up the scheduling fast-path"Ingo Molnar
2009-05-25perf_counter: Generic per counter interrupt throttlePeter Zijlstra
2009-05-25perf_counter: x86: Remove interrupt throttlePeter Zijlstra
2009-05-25perf_counter: x86: Expose INV and EDGE bitsPeter Zijlstra
2009-05-25perf_counter: Fix PERF_COUNTER_CONTEXT_SWITCHES for cpu countersPeter Zijlstra
2009-05-25perf_counter: Propagate inheritance failures down the fork() pathPeter Zijlstra
2009-05-25perf_counter: Make pctrl() affect inherited counters tooPeter Zijlstra
2009-05-25perf_counter: Remove unused ABI bitsPeter Zijlstra
2009-05-25perf_counter: Fix perf-$cmd invokationPeter Zijlstra
2009-05-25perf stat: flip around ':k' and ':u' flagsIngo Molnar
2009-05-25perf_counter: Move child perfcounter init to after scheduler initIngo Molnar
2009-05-25perf top: Reduce display overheadMike Galbraith
2009-05-25perf_counter tools: increase limits, fixIngo Molnar
2009-05-24perf_counter: Increase mmap limitIngo Molnar
2009-05-24perf top: fix segfaultMike Galbraith
2009-05-24perf_counter: Remove perf_counter_context::nr_enabledPeter Zijlstra
2009-05-24perf_counter: Change pctrl() behaviourPeter Zijlstra
2009-05-23perf_counter: Simplify context cleanupPeter Zijlstra
2009-05-23perf_counter: Fix userspace buildPeter Zijlstra
2009-05-23perf_counter: Sanitize context lockingPeter Zijlstra
2009-05-23perf_counter: Sanitize counter->mutexPeter Zijlstra
2009-05-23perf_counter: Fix dynamic irq_period loggingPeter Zijlstra
2009-05-22perf_counter tools: increase limitsIngo Molnar
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: Fix context removal deadlockIngo Molnar
2009-05-20perf_counter: Optimize sched in/out of countersPeter Zijlstra
2009-05-20perf_counter: Optimize disable of time based sw countersPeter Zijlstra
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-20perf_counter: fix counter freeing logicIngo Molnar
2009-05-18perf_counter, x86: speed up the scheduling fast-pathIngo Molnar
2009-05-18perf_counter: powerpc: initialize cpuhw pointer before usePaul Mackerras