summaryrefslogtreecommitdiffstats
path: root/Documentation/perf_counter/builtin-report.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-05perf_counter tools: Sample and display frequency adjustment changesIngo Molnar1-6/+33
2009-06-05perf_counter tools: Clarify events/samples namingIngo Molnar1-1/+1
2009-06-05perf report: Display user/kernel differentiatorIngo Molnar1-7/+9
2009-06-05perf report: Deal with mapsPeter Zijlstra1-2/+35
2009-06-05perf_counter tools: Fix incorrect printf formatsYong Wang1-1/+1
2009-06-04perf report: Add -vvv to print the list of threads and its mmapsArnaldo Carvalho de Melo1-0/+36
2009-06-04perf_counter tools: Use fork and remove munmap eventsPeter Zijlstra1-10/+93
2009-06-04perf report: Bail out if there are unrecognized options/argumentsIngo Molnar1-1/+7
2009-06-04perf_counter tools: Add color terminal output supportIngo Molnar1-1/+14
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 Molnar1-4/+14
2009-06-04perf report: Simplify symbol outputPeter Zijlstra1-11/+6
2009-06-04perf record/report: Fix PID/COMM handlingIngo Molnar1-1/+1
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 report: Add front-entry cache for lookupsIngo Molnar1-1/+14
2009-06-03perf report: Display 100% correctlyIngo Molnar1-1/+1
2009-06-03perf report: Fix comm sortingPeter Zijlstra1-6/+112
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-02perf_counter tools: Make source code headers more coherentIngo Molnar1-1/+9
2009-06-02perf report: Print more info instead of <unknown> entriesIngo Molnar1-8/+20
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 report: Clean up the default outputIngo Molnar1-27/+28
2009-06-02perf_counter: tools: Expand the COMM,MMAP event synthesizerPeter Zijlstra1-1/+1
2009-06-02perf_counter tools: Fix uninitialized variable in perf-report.cMike Galbraith1-1/+3
2009-06-02perf_counter tools: Use hex2u64 in more placesArnaldo Carvalho de Melo1-0/+1
2009-05-29perf_counter tools: Shorten the DSO names using cwdArnaldo Carvalho de Melo1-3/+38
2009-05-28perf_counter tools: Optionally pass a symbol filter to the dso load routinesArnaldo Carvalho de Melo1-2/+2
2009-05-28perf_counter tools: Consolidate dso methods to load kernel symbolsArnaldo Carvalho de Melo1-7/+2
2009-05-28perf_counter tools: struct symbol priv areaArnaldo Carvalho de Melo1-2/+2
2009-05-28perf_counter tools: Move symbol resolution classes from report to libperfArnaldo Carvalho de Melo1-443/+15
2009-05-28perf_counter tools: report: Add help text for --sortIngo Molnar1-1/+2
2009-05-28perf_counter tools: report: Implement header output for --sort variantsPeter Zijlstra1-42/+28
2009-05-27pref_counter: tools: report: Robustify in case of weird eventsIngo Molnar1-9/+8
2009-05-27pref_counter: tools: report: Add header printout & prettifyIngo Molnar1-10/+30
2009-05-27pref_counter: tools: report: Add dso sortingPeter Zijlstra1-0/+30
2009-05-27perf_counter: tools: report: Add comm sortingPeter Zijlstra1-0/+30
2009-05-27pref_counter: tools: report: Add --sort optionPeter Zijlstra1-2/+41
2009-05-27perf_counter: tools: report: Dynamic sort/print bitsPeter Zijlstra1-34/+107
2009-05-27perf_counter: tools: report: Rework histogram codePeter Zijlstra1-151/+143
2009-05-27perf_counter: tools: report: Add vmlinux supportPeter Zijlstra1-1/+36
2009-05-27perf_counter: tools: /usr/lib/debug%s.debug supportPeter Zijlstra1-18/+76
2009-05-27perf report: Remove <ctype.h> includeIngo Molnar1-1/+0
2009-05-27perf_counter tools: Add built-in pager supportIngo Molnar1-0/+3