aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf_counter: Fix throttling lock-upIngo Molnar2009-06-032-6/+15
* perf_counter tools: Work around warnings in older GCCsIngo Molnar2009-06-032-2/+2
* perf_counter tools: Fix off-by-one bug in symbol__newArnaldo Carvalho de Melo2009-06-031-1/+1
* perf_counter tools: Optimize harderIngo Molnar2009-06-031-1/+1
* perf help: Fix bug when there's no perf-* command aroundIngo Molnar2009-06-031-12/+16
* perf report: Add front-entry cache for lookupsIngo Molnar2009-06-031-1/+14
* perf stat: Print out all argumentsIngo Molnar2009-06-031-2/+10
* perf report: Display 100% correctlyIngo Molnar2009-06-031-1/+1
* perf record: Refine capture printoutIngo Molnar2009-06-031-10/+24
* perf_counter tools: Clean up old kerneltop referencesIngo Molnar2009-06-032-11/+9
* perf_counter: Fix race in counter initializationPeter Zijlstra2009-06-031-11/+14
* perf report: Fix comm sortingPeter Zijlstra2009-06-031-6/+112
* perf record: Use long arg for counter periodPeter Zijlstra2009-06-033-3/+21
* perf_counter: Add a comm hook for pure fork()sPeter Zijlstra2009-06-031-0/+6
* perf_counter: powerpc: Fix race causing "oops trying to read PMC0" errorsPaul Mackerras2009-06-031-2/+14
* perf_counter: powerpc: Fix event alternative code generation on POWER5/5+Paul Mackerras2009-06-032-4/+4
* perf report: Handle vDSO symbols properlyIngo Molnar2009-06-031-0/+15
* perf report: Improve sort key recognitionIngo Molnar2009-06-031-12/+17
* perf report: Print -D to stdoutIngo Molnar2009-06-031-34/+30
* perf_counter tools: Cover PLT symbols tooArnaldo Carvalho de Melo2009-06-031-5/+138
* perf_counter/x86: Remove the IRQ (non-NMI) handling bitsYong Wang2009-06-037-26/+6
* perf record: Print out the number of events capturedIngo Molnar2009-06-021-0/+3
* perf_counter tools: Make source code headers more coherentIngo Molnar2009-06-025-57/+62
* perf report: Print more info instead of <unknown> entriesIngo Molnar2009-06-021-8/+20
* perf record: Increase mmap buffering defaultIngo Molnar2009-06-021-2/+2
* perf record: Add --append optionIngo Molnar2009-06-021-14/+26
* perf report: Fix column width/alignment of dsosIngo Molnar2009-06-021-4/+4
* perf report: Separate out idle threadsPeter Zijlstra2009-06-021-0/+13
* perf_counter tools: Fix up the ABI shakeupPeter Zijlstra2009-06-024-32/+32
* perf_counter: Rename perf_counter_hw_event => perf_counter_attrPeter Zijlstra2009-06-025-104/+104
* perf_counter: Add ioctl for changing the sample period/frequencyPeter Zijlstra2009-06-022-4/+46
* perf_counter: Change data head from u32 to u64Peter Zijlstra2009-06-022-10/+12
* perf_counter: x86: Emulate longer sample periodsPeter Zijlstra2009-06-021-9/+22
* perf_counter: Remove the last nmi/irq bitsPeter Zijlstra2009-06-022-9/+1
* perf_counter: Rename various fieldsPeter Zijlstra2009-06-024-78/+78
* perf_counter: Add unique counter idPeter Zijlstra2009-06-022-5/+12
* x86: Fix atomic_long_xchg() on 64bitPeter Zijlstra2009-06-021-1/+1
* perf_counter tools: Remove the last nmi bitsPeter Zijlstra2009-06-022-2/+0
* perf report: Clean up the default outputIngo Molnar2009-06-021-27/+28
* perf_counter: tools: Better handle existing data filesPeter Zijlstra2009-06-021-3/+12
* perf_counter: tools: Expand the COMM,MMAP event synthesizerPeter Zijlstra2009-06-022-21/+65
* perf_counter: Use PID namespaces properlyPeter Zijlstra2009-06-022-8/+37
* perf_counter: Remove unused prev_state fieldPaul Mackerras2009-06-022-5/+0
* perf_counter: Fix cpu migration counterPaul Mackerras2009-06-023-53/+26
* perf_counter: Initialize per-cpu context earlier on cpu upPaul Mackerras2009-06-022-2/+8
* perf_counter tools: Fix uninitialized variable in perf-report.cMike Galbraith2009-06-021-1/+3
* perf_counter tools: Cleanup MakefileMike Galbraith2009-06-021-68/+73
* perf_counter tools: Make .gitignore reflect perf_counter tools filesMike Galbraith2009-06-021-175/+12
* perf_counter tools: Add missing rb_erase in dso__delete_symbolsArnaldo Carvalho de Melo2009-06-021-0/+1
* perf_counter tools: Use hex2u64 in more placesArnaldo Carvalho de Melo2009-06-025-70/+54