aboutsummaryrefslogtreecommitdiff
path: root/Documentation
AgeCommit message (Expand)AuthorFilesLines
2009-06-04perf stat: Update help textIngo Molnar1-11/+19
2009-06-04perf report: Bail out if there are unrecognized options/argumentsIngo Molnar1-1/+7
2009-06-04perf_counter tools: Dont output in color on !ttyIngo Molnar1-3/+14
2009-06-04perf_counter tools: Add color terminal output supportIngo Molnar6-7/+300
2009-06-04perf report: Add consistent spacing rulesPeter Zijlstra1-15/+19
2009-06-04perf report: Print out the total number of eventsIngo Molnar1-0/+2
2009-06-04perf_counter tools: Print out symbol parsing errors only if --verboseIngo Molnar4-19/+32
2009-06-04perf report: Simplify symbol outputPeter Zijlstra1-11/+6
2009-06-04perf_counter tools: Build with native optimizationIngo Molnar1-1/+1
2009-06-04perf record/report: Fix PID/COMM handlingIngo Molnar2-2/+2
2009-06-04perf_counter: Documentation updateYong Wang1-7/+0
2009-06-04perf top: Reduce default filter thresholdIngo Molnar1-5/+8
2009-06-04perf report: Fix rbtree bugArnaldo Carvalho de Melo1-4/+5
2009-06-03perf report: Handle all known event typesIngo Molnar1-0/+9
2009-06-03perf report: Split out event processing helpersIngo Molnar1-93/+118
2009-06-03perf report: Clean up event processingIngo Molnar1-88/+98
2009-06-03perf_counter tools: Work around warnings in older GCCsIngo Molnar2-2/+2
2009-06-03perf_counter tools: Fix off-by-one bug in symbol__newArnaldo Carvalho de Melo1-1/+1
2009-06-03perf_counter tools: Optimize harderIngo Molnar1-1/+1
2009-06-03perf help: Fix bug when there's no perf-* command aroundIngo Molnar1-12/+16
2009-06-03perf report: Add front-entry cache for lookupsIngo Molnar1-1/+14
2009-06-03perf stat: Print out all argumentsIngo Molnar1-2/+10
2009-06-03perf report: Display 100% correctlyIngo Molnar1-1/+1
2009-06-03perf record: Refine capture printoutIngo Molnar1-10/+24
2009-06-03perf_counter tools: Clean up old kerneltop referencesIngo Molnar2-11/+9
2009-06-03perf report: Fix comm sortingPeter Zijlstra1-6/+112
2009-06-03perf record: Use long arg for counter periodPeter Zijlstra3-3/+21
2009-06-03perf report: Handle vDSO symbols properlyIngo Molnar1-0/+15
2009-06-03perf report: Improve sort key recognitionIngo Molnar1-12/+17
2009-06-03perf report: Print -D to stdoutIngo Molnar1-34/+30
2009-06-03perf_counter tools: Cover PLT symbols tooArnaldo Carvalho de Melo1-5/+138
2009-06-02perf record: Print out the number of events capturedIngo Molnar1-0/+3
2009-06-02perf_counter tools: Make source code headers more coherentIngo Molnar5-57/+62
2009-06-02perf report: Print more info instead of <unknown> entriesIngo Molnar1-8/+20
2009-06-02perf record: Increase mmap buffering defaultIngo Molnar1-2/+2
2009-06-02perf record: Add --append optionIngo Molnar1-14/+26
2009-06-02perf report: Fix column width/alignment of dsosIngo Molnar1-4/+4
2009-06-02perf report: Separate out idle threadsPeter Zijlstra1-0/+13
2009-06-02perf_counter tools: Fix up the ABI shakeupPeter Zijlstra4-32/+32
2009-06-02perf_counter tools: Remove the last nmi bitsPeter Zijlstra2-2/+0
2009-06-02perf report: Clean up the default outputIngo Molnar1-27/+28
2009-06-02perf_counter: tools: Better handle existing data filesPeter Zijlstra1-3/+12
2009-06-02perf_counter: tools: Expand the COMM,MMAP event synthesizerPeter Zijlstra2-21/+65
2009-06-02perf_counter tools: Fix uninitialized variable in perf-report.cMike Galbraith1-1/+3
2009-06-02perf_counter tools: Cleanup MakefileMike Galbraith1-68/+73
2009-06-02perf_counter tools: Make .gitignore reflect perf_counter tools filesMike Galbraith1-175/+12
2009-06-02perf_counter tools: Add missing rb_erase in dso__delete_symbolsArnaldo Carvalho de Melo1-0/+1
2009-06-02perf_counter tools: Use hex2u64 in more placesArnaldo Carvalho de Melo5-70/+54
2009-06-02perf_counter tools: Add string.[ch]Arnaldo Carvalho de Melo2-0/+42
2009-06-01perf_counter tools: Guard against record damaging existing filesMike Galbraith1-1/+1