]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/history - Documentation/perf_counter/builtin-report.c
pref_counter: tools: report: Add header printout & prettify
[mirror_ubuntu-artful-kernel.git] / Documentation / perf_counter / builtin-report.c
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...