perf report: Display user/kernel differentiator
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / Documentation / perf_counter / builtin-report.c
2009-06-05 Ingo Molnarperf report: Display user/kernel differentiator
2009-06-05 Peter Zijlstraperf report: Deal with maps
2009-06-05 Yong Wangperf_counter tools: Fix incorrect printf formats
2009-06-04 Arnaldo Carvalho... perf report: Add -vvv to print the list of threads...
2009-06-04 Peter Zijlstraperf_counter tools: Use fork and remove munmap events
2009-06-04 Ingo Molnarperf report: Bail out if there are unrecognized options...
2009-06-04 Ingo Molnarperf_counter tools: Add color terminal output support
2009-06-04 Peter Zijlstraperf report: Add consistent spacing rules
2009-06-04 Ingo Molnarperf report: Print out the total number of events
2009-06-04 Ingo Molnarperf_counter tools: Print out symbol parsing errors...
2009-06-04 Peter Zijlstraperf report: Simplify symbol output
2009-06-04 Ingo Molnarperf record/report: Fix PID/COMM handling
2009-06-04 Arnaldo Carvalho... perf report: Fix rbtree bug
2009-06-03 Ingo Molnarperf report: Handle all known event types
2009-06-03 Ingo Molnarperf report: Split out event processing helpers
2009-06-03 Ingo Molnarperf report: Clean up event processing
2009-06-03 Ingo Molnarperf report: Add front-entry cache for lookups
2009-06-03 Ingo Molnarperf report: Display 100% correctly
2009-06-03 Peter Zijlstraperf report: Fix comm sorting
2009-06-03 Ingo Molnarperf report: Handle vDSO symbols properly
2009-06-03 Ingo Molnarperf report: Improve sort key recognition
2009-06-03 Ingo Molnarperf report: Print -D to stdout
2009-06-02 Ingo Molnarperf_counter tools: Make source code headers more coherent
2009-06-02 Ingo Molnarperf report: Print more info instead of <unknown> entries
2009-06-02 Ingo Molnarperf report: Fix column width/alignment of dsos
2009-06-02 Peter Zijlstraperf report: Separate out idle threads
2009-06-02 Ingo Molnarperf report: Clean up the default output
2009-06-02 Peter Zijlstraperf_counter: tools: Expand the COMM,MMAP event synthesizer
2009-06-02 Mike Galbraithperf_counter tools: Fix uninitialized variable in perf...
2009-06-02 Arnaldo Carvalho... perf_counter tools: Use hex2u64 in more places
2009-06-01 Ingo MolnarMerge branch 'linus' into perfcounters/core
2009-05-29 Arnaldo Carvalho... perf_counter tools: Shorten the DSO names using cwd
2009-05-28 Arnaldo Carvalho... perf_counter tools: Optionally pass a symbol filter...
2009-05-28 Arnaldo Carvalho... perf_counter tools: Consolidate dso methods to load...
2009-05-28 Arnaldo Carvalho... perf_counter tools: struct symbol priv area
2009-05-28 Arnaldo Carvalho... perf_counter tools: Move symbol resolution classes...
2009-05-28 Ingo Molnarperf_counter tools: report: Add help text for --sort
2009-05-28 Peter Zijlstraperf_counter tools: report: Implement header output...
2009-05-27 Ingo Molnarpref_counter: tools: report: Robustify in case of weird...
2009-05-27 Ingo Molnarpref_counter: tools: report: Add header printout &...
2009-05-27 Peter Zijlstrapref_counter: tools: report: Add dso sorting
2009-05-27 Peter Zijlstraperf_counter: tools: report: Add comm sorting
2009-05-27 Peter Zijlstrapref_counter: tools: report: Add --sort option
2009-05-27 Peter Zijlstraperf_counter: tools: report: Dynamic sort/print bits
2009-05-27 Peter Zijlstraperf_counter: tools: report: Rework histogram code
2009-05-27 Peter Zijlstraperf_counter: tools: report: Add vmlinux support
2009-05-27 Peter Zijlstraperf_counter: tools: /usr/lib/debug%s.debug support
2009-05-27 Ingo Molnarperf report: Remove <ctype.h> include
2009-05-27 Ingo Molnarperf_counter tools: Add built-in pager support
2009-05-27 Ingo Molnarperf_counter tools: Rename output.perf to perf.data
2009-05-27 Ingo Molnarperf_counter tools: Introduce stricter C code checking
2009-05-27 Arnaldo Carvalho... perf report: Show the IP only in --verbose mode
2009-05-27 Ingo Molnarperf report: Only load text symbols from kallsyms, fix
2009-05-27 Arnaldo Carvalho... perf report: Only load text symbols from kallsyms
2009-05-27 Arnaldo Carvalho... perf report: Use hex2long instead of sscanf
2009-05-26 Arnaldo Carvalho... perf report: Sort output by symbol usage
2009-05-26 Peter Zijlstraperf report: More robust error handling
2009-05-26 Ingo Molnarperf report: add more debugging
2009-05-26 Ingo Molnarperf report: add counter for unknown events
2009-05-26 Ingo Molnarperf report: add --dump-raw-trace option
2009-05-26 Arnaldo Carvalho... perf: Don't assume /proc/kallsyms is ordered
2009-05-26 Arnaldo Carvalho... perf report: Fix kernel symbol resolution
2009-05-26 Peter Zijlstraperf report: Fix ELF symbol parsing
2009-05-26 Ingo Molnarperf record: Convert to Git option parsing
2009-05-26 Peter Zijlstraperf report: Fix segfault on unknown symbols
2009-05-26 Arnaldo Carvalho... perf_counter: Use rb_tree for symhists and threads...
2009-05-26 Arnaldo Carvalho... perf_counter: Use rb_trees in perf report
2009-05-26 Arnaldo Carvalho... perf_counter: Implement dso__load using libelf
2009-05-26 Arnaldo Carvalho... perf_counter: First part of 'perf report' conversion...