Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
60883e28b3dc6a85fca6f45f2306599523657a49
/
tools
/
perf
/
builtin-report.c
94c744b
perf tools: Introduce perf_session class
by Arnaldo Carvalho de Melo
· 15 years ago
180f95e
perf: Make common SAMPLE_EVENT parser
by OGAWA Hirofumi
· 15 years ago
1ed091c
perf tools: Consolidate symbol resolving across all tools
by Arnaldo Carvalho de Melo
· 15 years ago
62daacb
perf tools: Reorganize event processing routines, lotsa dups killed
by Arnaldo Carvalho de Melo
· 15 years ago
95011c6
perf symbols: Support multiple symtabs in struct thread
by Arnaldo Carvalho de Melo
· 15 years ago
6a4694a
perf symbols: Better support for multiple symbol tables per dso
by Arnaldo Carvalho de Melo
· 15 years ago
fcf1203
perf symbols: Rename find_symbol routines to find_function
by Arnaldo Carvalho de Melo
· 15 years ago
b32d133
perf symbols: Simplify symbol machinery setup
by Arnaldo Carvalho de Melo
· 15 years ago
e74328d
perf tools: Use common process_event functions for annotate and report
by John Kacur
· 15 years ago
cc612d8
perf symbols: Look for vmlinux in more places
by Arnaldo Carvalho de Melo
· 15 years ago
50e5095
perf report: Do map lookups in resolve_callchain()
by Arnaldo Carvalho de Melo
· 15 years ago
c338aee
perf symbols: Do lazy symtab loading for the kernel & modules too
by Arnaldo Carvalho de Melo
· 15 years ago
6671cb1
perf symbols: Remove unrelated actions from dso__load_kernel_sym
by Arnaldo Carvalho de Melo
· 15 years ago
00a192b
perf tools: Simplify the symbol priv area mechanism
by Arnaldo Carvalho de Melo
· 15 years ago
66bd842
perf tools: Delay loading symtabs till we hit a map with it
by Arnaldo Carvalho de Melo
· 15 years ago
6beba7a
perf tools: Unify debug messages mechanisms
by Arnaldo Carvalho de Melo
· 15 years ago
a4fb581
perf tools: Bind callchains to the first sort dimension column
by Frederic Weisbecker
· 15 years ago
af0a6fa
perf tools: Fix missing top level callchain
by Frederic Weisbecker
· 15 years ago
e420499
perf annotate: Use the sym_priv_size area for the histogram
by Arnaldo Carvalho de Melo
· 15 years ago
f39cdf2
perf tools: Move dereference after NULL test
by Julia Lawall
· 15 years ago
d5b889f
perf tools: Move threads & last_match to threads.c
by Arnaldo Carvalho de Melo
· 15 years ago
da21d1b
perf tools: Up the verbose level for some really verbose stuff
by Arnaldo Carvalho de Melo
· 15 years ago
016e92f
perf tools: Unify perf.data mapping and events handling
by Frederic Weisbecker
· 15 years ago
c3b32fc
perf report: Use kernel_maps__find_symbol as fallback to find vdsos, etc
by Arnaldo Carvalho de Melo
· 15 years ago
ec218fc
perf tools: Remove show_mask bitmask
by Arnaldo Carvalho de Melo
· 15 years ago
9735abf
perf tools: Move hist_entry__add common code to hist.c
by Arnaldo Carvalho de Melo
· 15 years ago
439d473
perf tools: Rewrite and improve support for kernel modules
by Arnaldo Carvalho de Melo
· 15 years ago
3d1d07e
perf tools: Put common histogram functions in their own file
by John Kacur
· 15 years ago
dd68ada
perf tools: Create util/sort.and use it
by John Kacur
· 15 years ago
cdd6c48
perf: Do the big rename: Performance Counters -> Performance Events
by Ingo Molnar
· 15 years ago
5b447a6
perf tools: Librarize idle thread registration
by Frederic Weisbecker
· 15 years ago
19c9596
Merge branch 'perfcounters/tracing' into perfcounters/core
by Ingo Molnar
· 15 years ago
119e7a2
perf tools: do not complain if root is owning perf.data
by Pierre Habouzit
· 15 years ago
96d6e48
Merge branch 'perfcounters/urgent' into perfcounters/core
by Ingo Molnar
· 15 years ago
fa6963b
perf tools: Check perf.data owner
by Peter Zijlstra
· 15 years ago
4273b00
perf tools: Fix comm column adjusting
by Frederic Weisbecker
· 15 years ago
6ede59c
perf tools: Fix spelling mistake in callchain error
by Frederic Weisbecker
· 15 years ago
8f28827
perf tools: Librarize trace_event() helper
by Frederic Weisbecker
· 15 years ago
0d3a5c8
perf tools: Librarize sample type and attr finding from headers
by Frederic Weisbecker
· 15 years ago
0f25bfc
perf tools: Put the show mode into the event headers files
by Frederic Weisbecker
· 15 years ago
2cec19d
perf tools: Factorize the dprintf definition
by Frederic Weisbecker
· 15 years ago
83a0944
perf: Enable more compiler warnings
by Ingo Molnar
· 15 years ago
6baa0a5
perf tools: Factorize the thread code in a dedicated file
by Frederic Weisbecker
· 15 years ago
be75023
Merge branch 'perfcounters/urgent' into perfcounters/core
by Ingo Molnar
· 15 years ago
8fd101f
perf report: Don't show unresolved DSOs and symbols when -S/-d is used
by Arnaldo Carvalho de Melo
· 15 years ago
94a2475
perf report: Show the tid too in -D
by Arnaldo Carvalho de Melo
· 15 years ago
66e274f
perf tools: Factorize the map helpers
by Frederic Weisbecker
· 15 years ago
1fe2c10
perf tools: Factorize the event structure definitions in a single file
by Frederic Weisbecker
· 15 years ago
cd84c2a
perf tools: Factorize high level dso helpers
by Frederic Weisbecker
· 15 years ago
9f86669
perf report: Add raw displaying of per-thread counters
by Brice Goglin
· 15 years ago
8d51327
perf report: Fix and improve the displaying of per-thread event counters
by Brice Goglin
· 15 years ago
2544603
perf tools: callchain: Fix sum of percentages to be 100% by displaying amount of ignored chains in fractal mode
by Frederic Weisbecker
· 15 years ago
b1a8834
perf tools: callchain: Fix 'perf report' display to be callchain by default
by Frederic Weisbecker
· 15 years ago
94cb9e3
perf report: Add debug help for the finding of symbol bugs - show the symtab origin (DSO, build-id, kernel, etc)
by Arnaldo Carvalho de Melo
· 15 years ago
8f18aec
perf report: Fix per task mult-counter stat reporting
by Peter Zijlstra
· 15 years ago
1953287
perf tools: Fix call-chain cumul hit based sub-total (fractal mode)
by Frederic Weisbecker
· 15 years ago
114cfab
perf report: Make --sort comm,dso,symbol the default
by Pekka Enberg
· 15 years ago
7e03065
perf: Fix read buffer overflow
by Roel Kluin
· 15 years ago
27d028d
perf report: Update for the new FORK/EXIT events
by Peter Zijlstra
· 15 years ago
7f453c2
perf_counter: PERF_SAMPLE_ID and inherited counters
by Peter Zijlstra
· 15 years ago
1d2f379
Merge commit 'tip/perfcounters/core' into perf-counters-for-linus
by Peter Zijlstra
· 15 years ago
1483b19
perf_counter: Make call graph option consistent
by Anton Blanchard
· 15 years ago
e3d7e18
perf report: Introduce -n/--show-nr-samples
by Arnaldo Carvalho de Melo
· 15 years ago
021191b
perf report: Make the output more compact
by Arnaldo Carvalho de Melo
· 15 years ago
60c1baf
perf report: Tidy up reporting of symbols not found
by Arnaldo Carvalho de Melo
· 15 years ago
52d422d
perf report: Adjust column width to the values sampled
by Arnaldo Carvalho de Melo
· 15 years ago
805d127
perf report: Add "Fractal" mode output - support callchains with relative overhead rate
by Frederic Weisbecker
· 15 years ago
94a8eb0
perf report: Change default callchain parameters
by Frederic Weisbecker
· 15 years ago
be90388
perf report: Use a modifiable string for default callchain options
by Frederic Weisbecker
· 15 years ago
91b4eae
perf report: Warn on callchain output request from non-callchain file
by Frederic Weisbecker
· 15 years ago
029e5b1
perf report: Annotate variable initialization
by Ingo Molnar
· 15 years ago
24b57c6
perf_counter tools: Display percents of hits in callchain with overhead colors
by Frederic Weisbecker
· 15 years ago
1e11fd8
perf_counter tools: Provide helper to print percents color
by Frederic Weisbecker
· 15 years ago
c20ab37
perf_counter tools: Set the minimum percent for callchains to be displayed
by Frederic Weisbecker
· 15 years ago
4eb3e47
perf report: Add support for callchain graph output
by Frederic Weisbecker
· 15 years ago
4297648
perf_counter tools: Enable kernel module symbol loading in tools
by Mike Galbraith
· 15 years ago
6cfcc53
perf_counter tools: Connect module support infrastructure to symbol loading infrastructure
by Mike Galbraith
· 15 years ago
9974f49
perf_counter tools: Make symbol loading consistently return number of loaded symbols
by Mike Galbraith
· 15 years ago
5da5025
perf_counter tools: Share list.h with the kernel
by Arnaldo Carvalho de Melo
· 15 years ago
43cbcd8
perf_counter tools: Share rbtree.with the kernel
by Arnaldo Carvalho de Melo
· 15 years ago
f37a291
perf_counter tools: Add more warnings and fix/annotate them
by Ingo Molnar
· 15 years ago
88a69df
perf report: Fix HV bit mismerge
by Ingo Molnar
· 15 years ago
4424961
perf_counter tools: Resolve symbols in callchains
by Frederic Weisbecker
· 15 years ago
fb9c818
perf report: Add hypervisor dso
by Anton Blanchard
· 15 years ago
d8db1b5
perf report: Fix reporting of hypervisor
by Anton Blanchard
· 15 years ago
7bec7a9
perf report: Add --symbols parameter
by Arnaldo Carvalho de Melo
· 15 years ago
cc8b88b
perf report: Add --comms parameter
by Arnaldo Carvalho de Melo
· 15 years ago
2590340
perf report: Add --dsos parameter
by Arnaldo Carvalho de Melo
· 15 years ago
f55c555
perf report: Print sorted callchains per histogram entries
by Frederic Weisbecker
· 15 years ago
8cb76d9
perf_counter tools: Prepare a small callchain framework
by Frederic Weisbecker
· 15 years ago
e9ea2fd
perf-report: Add bare minimum PERF_EVENT_READ parsing
by Peter Zijlstra
· 15 years ago
e6e18ec
perf_counter: Rework the sample ABI
by Peter Zijlstra
· 15 years ago
7c6a1c6
perf_counter tools: Rework the file format
by Peter Zijlstra
· 15 years ago
3d906ef
perf_counter tools: Handle overlapping MMAP events
by Peter Zijlstra
· 15 years ago
520f2c3
perf report: Output more symbol related debug data
by Peter Zijlstra
· 15 years ago
eadc84c
perfcounter: Handle some IO return values
by Frederic Weisbecker
· 15 years ago
9cffa8d
perf_counter tools: Define and use our own u64, s64 etc. definitions
by Paul Mackerras
· 15 years ago
f597055
perf_counter tools: Add a data file header
by Peter Zijlstra
· 15 years ago
2a0a50f
perf_counter: Update userspace callchain sampling uses
by Peter Zijlstra
· 15 years ago
b8e6d82
perf report: Filter to parent set by default
by Ingo Molnar
· 15 years ago
Next »