Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
2171c225f641c5402e4c47180d791a612278040e
/
tools
/
perf
/
builtin-report.c
« Previous
95ed6fd
perf report: Simplify symbol output
by Peter Zijlstra
· 15 years ago
df97992
perf record/report: Fix PID/COMM handling
by Ingo Molnar
· 15 years ago
a4c43be
perf report: Fix rbtree bug
by Arnaldo Carvalho de Melo
· 15 years ago
d11444d
perf report: Handle all known event types
by Ingo Molnar
· 15 years ago
7505172
perf report: Split out event processing helpers
by Ingo Molnar
· 15 years ago
d80d338
perf report: Clean up event processing
by Ingo Molnar
· 15 years ago
eed4dcd
perf report: Add front-entry cache for lookups
by Ingo Molnar
· 15 years ago
e98e96f
perf report: Display 100% correctly
by Ingo Molnar
· 15 years ago
8229289
perf report: Fix comm sorting
by Peter Zijlstra
· 15 years ago
ed966aa
perf report: Handle vDSO symbols properly
by Ingo Molnar
· 15 years ago
5352f35
perf report: Improve sort key recognition
by Ingo Molnar
· 15 years ago
3502973
perf report: Print -D to stdout
by Ingo Molnar
· 15 years ago
bf9e187
perf_counter tools: Make source code headers more coherent
by Ingo Molnar
· 15 years ago
0a520c6
perf report: Print more info instead of <unknown> entries
by Ingo Molnar
· 15 years ago
cf25c63
perf report: Fix column width/alignment of dsos
by Ingo Molnar
· 15 years ago
436224a
perf report: Separate out idle threads
by Peter Zijlstra
· 15 years ago
4593bba
perf report: Clean up the default output
by Ingo Molnar
· 15 years ago
f70e87d
perf_counter: tools: Expand the COMM,MMAP event synthesizer
by Peter Zijlstra
· 15 years ago
10a2825
perf_counter tools: Fix uninitialized variable in perf-report.c
by Mike Galbraith
· 15 years ago
a0055ae
perf_counter tools: Use hex2u64 in more places
by Arnaldo Carvalho de Melo
· 15 years ago
b78c07d
perf_counter tools: Shorten the DSO names using cwd
by Arnaldo Carvalho de Melo
· 15 years ago
69ee69f
perf_counter tools: Optionally pass a symbol filter to the dso load routines
by Arnaldo Carvalho de Melo
· 15 years ago
a827c87
perf_counter tools: Consolidate dso methods to load kernel symbols
by Arnaldo Carvalho de Melo
· 15 years ago
0085c954
perf_counter tools: struct symbol priv area
by Arnaldo Carvalho de Melo
· 15 years ago
a2928c4
perf_counter tools: Move symbol resolution classes from report to libperf
by Arnaldo Carvalho de Melo
· 15 years ago
63299f0
perf_counter tools: report: Add help text for --sort
by Ingo Molnar
· 15 years ago
ca8cdee
perf_counter tools: report: Implement header output for --sort variants
by Peter Zijlstra
· 15 years ago
5571731
pref_counter: tools: report: Robustify in case of weird events
by Ingo Molnar
· 15 years ago
2d65537
pref_counter: tools: report: Add header printout & prettify
by Ingo Molnar
· 15 years ago
55e5ec4
pref_counter: tools: report: Add dso sorting
by Peter Zijlstra
· 15 years ago
992444b
perf_counter: tools: report: Add comm sorting
by Peter Zijlstra
· 15 years ago
37f440c
pref_counter: tools: report: Add --sort option
by Peter Zijlstra
· 15 years ago
1aa1673
perf_counter: tools: report: Dynamic sort/print bits
by Peter Zijlstra
· 15 years ago
e7fb08b
perf_counter: tools: report: Rework histogram code
by Peter Zijlstra
· 15 years ago
450aaa2
perf_counter: tools: report: Add vmlinux support
by Peter Zijlstra
· 15 years ago
b7a16ea
perf_counter: tools: /usr/lib/debug%s.debug support
by Peter Zijlstra
· 15 years ago
d716fba
perf report: Remove <ctype.h> include
by Ingo Molnar
· 15 years ago
a930d2c
perf_counter tools: Add built-in pager support
by Ingo Molnar
· 15 years ago
23ac9cb
perf_counter tools: Rename output.perf to perf.data
by Ingo Molnar
· 15 years ago
16f762a
perf_counter tools: Introduce stricter C code checking
by Ingo Molnar
· 15 years ago
815e777
perf report: Show the IP only in --verbose mode
by Arnaldo Carvalho de Melo
· 15 years ago
af83632
perf report: Only load text symbols from kallsyms, fix
by Ingo Molnar
· 15 years ago
03f6316
perf report: Only load text symbols from kallsyms
by Arnaldo Carvalho de Melo
· 15 years ago
d8d1656
perf report: Use hex2long instead of sscanf
by Arnaldo Carvalho de Melo
· 15 years ago
3a4b8cc
perf report: Sort output by symbol usage
by Arnaldo Carvalho de Melo
· 15 years ago
6142f9e
perf report: More robust error handling
by Peter Zijlstra
· 15 years ago
f49515b
perf report: add more debugging
by Ingo Molnar
· 15 years ago
3e70611
perf report: add counter for unknown events
by Ingo Molnar
· 15 years ago
97b07b6
perf report: add --dump-raw-trace option
by Ingo Molnar
· 15 years ago
abd54f6
perf: Don't assume /proc/kallsyms is ordered
by Arnaldo Carvalho de Melo
· 15 years ago
59d8102
perf report: Fix kernel symbol resolution
by Arnaldo Carvalho de Melo
· 15 years ago
f17e04a
perf report: Fix ELF symbol parsing
by Peter Zijlstra
· 15 years ago
53cb8bc
perf record: Convert to Git option parsing
by Ingo Molnar
· 15 years ago
f3e08c5
perf report: Fix segfault on unknown symbols
by Peter Zijlstra
· 15 years ago
ce7e436
perf_counter: Use rb_tree for symhists and threads in report
by Arnaldo Carvalho de Melo
· 15 years ago
35a50c8
perf_counter: Use rb_trees in perf report
by Arnaldo Carvalho de Melo
· 15 years ago
62eb939
perf_counter: Implement dso__load using libelf
by Arnaldo Carvalho de Melo
· 15 years ago
8fa66bd
perf_counter: First part of 'perf report' conversion to C + elfutils
by Arnaldo Carvalho de Melo
· 15 years ago