Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e20960c0271f91aead94746872fd976326a703b3
/
tools
/
perf
/
builtin-annotate.c
efad141
perf report: Accept fifos as input file
by Robert Richter
· 13 years ago
c8e6672
perf tools: make -C consistent across commands (for cpu list arg)
by David Ahern
· 13 years ago
45694aa
perf tools: Rename perf_event_ops to perf_tool
by Arnaldo Carvalho de Melo
· 13 years ago
743eb86
perf tools: Resolve machine earlier and pass it to perf_event_ops
by Arnaldo Carvalho de Melo
· 13 years ago
d20deb6
perf tools: Pass tool context in the the perf_event_ops functions
by Arnaldo Carvalho de Melo
· 13 years ago
7009cc3
perf annotate: Group options in a struct
by Arnaldo Carvalho de Melo
· 13 years ago
d04b35f
perf symbols: Add nr_events to symbol_conf
by Arnaldo Carvalho de Melo
· 13 years ago
cf95800
perf ui browser: Use libslang to read keys
by Arnaldo Carvalho de Melo
· 13 years ago
64c6f0c
perf tools: Make --no-asm-raw the default
by Arnaldo Carvalho de Melo
· 13 years ago
3495854
perf annotate browser: Allow navigation to called functions
by Arnaldo Carvalho de Melo
· 13 years ago
81cce8d
perf browsers: Add live mode to the hists, annotate browsers
by Arnaldo Carvalho de Melo
· 13 years ago
f69b64f
perf: Support setting the disassembler style
by Andi Kleen
· 13 years ago
e71a059
perf annotate: Add --symfs option
by Stephane Eranian
· 13 years ago
3e6a2a7
perf annotate: Make output more readable
by Stephane Eranian
· 14 years ago
5d67be9
perf report/annotate/script: Add option to specify a CPU range
by Anton Blanchard
· 13 years ago
ea7659f
perf: Remove duplicate headers
by Jesper Juhl
· 13 years ago
9e69c21
perf session: Pass evsel in event_ops->sample()
by Arnaldo Carvalho de Melo
· 14 years ago
e248de3
perf tools: Improve support for sessions with multiple events
by Arnaldo Carvalho de Melo
· 14 years ago
ce6f4fa
perf annotate: Move locking to struct annotation
by Arnaldo Carvalho de Melo
· 14 years ago
d040bd3
perf annotate: Config options for symbol__tty_annotate
by Arnaldo Carvalho de Melo
· 14 years ago
2f525d0
perf annotate: Support multiple histograms in annotation
by Arnaldo Carvalho de Melo
· 14 years ago
78f7def
perf annotate: Move annotate functions to util/
by Arnaldo Carvalho de Melo
· 14 years ago
229ade9
perf tools: Don't fallback to setup_pager unconditionally
by Arnaldo Carvalho de Melo
· 14 years ago
8115d60
perf tools: Kill event_t typedef, use 'union perf_event' instead
by Arnaldo Carvalho de Melo
· 14 years ago
8d50e5b
perf tools: Rename 'struct sample_data' to 'struct perf_sample'
by Arnaldo Carvalho de Melo
· 14 years ago
9486aa3
perf tools: Fix 64 bit integer format strings
by Arnaldo Carvalho de Melo
· 14 years ago
eac23d1
perf record,report,annotate,diff: Process events in order
by Ian Munsie
· 14 years ago
21ef97f
perf session: Fallback to unordered processing if no sample_id_all
by Ian Munsie
· 14 years ago
640c03c
perf session: Parse sample earlier
by Arnaldo Carvalho de Melo
· 14 years ago
8b9e74e
perf tools: Add --tui and --stdio to choose the UI
by Arnaldo Carvalho de Melo
· 14 years ago
b50e003
perf ui browser: Return the exit key in all browsers
by Arnaldo Carvalho de Melo
· 14 years ago
9222116
perf annotate: Sort by hottest lines in the TUI
by Arnaldo Carvalho de Melo
· 14 years ago
41a37e2
perf tools: Make event__preprocess_sample parse the sample
by Arnaldo Carvalho de Melo
· 14 years ago
62e3436
perf tui: Reset use_browser if stdout is not a tty
by Arnaldo Carvalho de Melo
· 14 years ago
46e3e05
perf annotate: Add TUI interface
by Arnaldo Carvalho de Melo
· 15 years ago
c8446b9
perf hist: Make event__totals per hists
by Arnaldo Carvalho de Melo
· 15 years ago
ef7b93a
perf report: Librarize the annotation code and use it in the newt browser
by Arnaldo Carvalho de Melo
· 15 years ago
1c02c4d
perf hist: Introduce hists class and move lots of methods to it
by Arnaldo Carvalho de Melo
· 15 years ago
28e2a10
perf hist: Simplify the insertion of new hist_entry instances
by Arnaldo Carvalho de Melo
· 15 years ago
454c407
perf: add perf-inject builtin
by Tom Zanussi
· 15 years ago
cbf6968
perf machines: Make the machines class adopt the dsos__fprintf methods
by Arnaldo Carvalho de Melo
· 15 years ago
23346f2
perf tools: Rename "kernel_info" to "machine"
by Arnaldo Carvalho de Melo
· 15 years ago
a1645ce
perf: 'perf kvm' tool for monitoring guest performance from host
by Zhang, Yanmin
· 15 years ago
c055564
perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce OPT_INCR()
by Ian Munsie
· 15 years ago
e206d55
perf tools: Move the prototypes in util/string.h to util.h
by Arnaldo Carvalho de Melo
· 15 years ago
59fd530
perf tools: Introduce struct map_symbol
by Arnaldo Carvalho de Melo
· 15 years ago
ac73c5a
perf annotate: Allow specifying DSOs where to look for symbol
by Arnaldo Carvalho de Melo
· 15 years ago
d06d92b
perf annotate: Properly notify the user that vmlinux is missing
by Arnaldo Carvalho de Melo
· 15 years ago
eefc465
perf session: Change perf_session post processing functions to take histogram tree
by Eric B Munson
· 15 years ago
d403d0a
perf session: Change add_hist_entry to take the tree root instead of session
by Eric B Munson
· 15 years ago
48fb4fd
perf annotate: Handle samples not at objdump output addr boundaries
by Arnaldo Carvalho de Melo
· 15 years ago
628ada0
perf annotate: Defer allocating sym_priv->hist array
by Arnaldo Carvalho de Melo
· 15 years ago
7a2b620
perf annotate: Fix it for non-prelinked *.so
by Kirill Smelkov
· 15 years ago
29a9f66
perf tools: Adjust some verbosity levels
by Arnaldo Carvalho de Melo
· 15 years ago
0d75503
perf tools: Don't cast RIP to pointers
by Arnaldo Carvalho de Melo
· 15 years ago
55aa640
perf session: Remove redundant prefix & suffix from perf_event_ops
by Arnaldo Carvalho de Melo
· 15 years ago
c410a33
perf symbols: Move symbol filtering to event__preprocess_sample()
by Arnaldo Carvalho de Melo
· 15 years ago
655000e
perf symbols: Adopt the strlists for dso, comm
by Arnaldo Carvalho de Melo
· 15 years ago
75be6cf
perf symbols: Make symbol_conf global
by Arnaldo Carvalho de Melo
· 15 years ago
c8829c7
perf util: Remove setup_sorting dups
by Arnaldo Carvalho de Melo
· 15 years ago
f823e44
perf session: Event statistics also are per session
by Arnaldo Carvalho de Melo
· 15 years ago
4e4f06e
perf session: Move the hist_entries rb tree to perf_session
by Arnaldo Carvalho de Melo
· 15 years ago
b9bf089
perf tools: No need for three rb_trees for sorting hist entries
by Arnaldo Carvalho de Melo
· 15 years ago
4aa6563
perf session: Move kmaps to perf_session
by Arnaldo Carvalho de Melo
· 15 years ago
b3165f4
perf session: Move the global threads list to perf_session
by Arnaldo Carvalho de Melo
· 15 years ago
ec91336
perf session: Reduce the number of parms to perf_session__process_events
by Arnaldo Carvalho de Melo
· 15 years ago
13df45c
perf session: Register the idle thread in perf_session__process_events
by Arnaldo Carvalho de Melo
· 15 years ago
301a0b0
perf session: Ditch register_perf_file_handler
by Arnaldo Carvalho de Melo
· 15 years ago
d8f6624
perf session: Pass the perf_session to the event handling operations
by Arnaldo Carvalho de Melo
· 15 years ago
94c744b
perf tools: Introduce perf_session class
by Arnaldo Carvalho de Melo
· 15 years ago
bab81b6
perf annotate: Fix perf data parsing
by Li Zefan
· 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
605ca4b
perf symbols: Unexport kernel_map__functions
by Arnaldo Carvalho de Melo
· 15 years ago
61f37a8
perf symbols: Rename kernel_mapto kernel_map[s]__functions
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
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
8f0b037
perf annotate: Remove requirement of passing a symbol name
by Arnaldo Carvalho de Melo
· 15 years ago
e420499
perf annotate: Use the sym_priv_size area for the histogram
by Arnaldo Carvalho de Melo
· 15 years ago
ed52ce2
perf tools: Add ->unmap_ip operation to struct map
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
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
cbfeb267
perf annotate: Add the cmp_null function and make use of 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
Next »