Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
c105df5d865afbc10e9730b7b13abc831d5e9ac7
/
tools
/
perf
/
builtin-annotate.c
812b0f5
perf annotate: Prefer cmdline option over default config
by Ravi Bangoria
· 5 years ago
7384083
perf annotate: Make perf config effective
by Ravi Bangoria
· 5 years ago
3b0b16bf
perf tools: Support --prefix/--prefix-strip
by Andi Kleen
· 5 years ago
d46a4cd
pref tools: Make 'struct addr_map_symbol' contain 'struct map_symbol'
by Arnaldo Carvalho de Melo
· 5 years ago
2975489
perf annotate: Pass a 'map_symbol' in places receiving a pair of 'map' and 'symbol' pointers
by Arnaldo Carvalho de Melo
· 5 years ago
7841f40
perf hist: Count the total cycles of all samples
by Jin Yao
· 5 years ago
6ef81c5
perf session: Return error code for perf_session__new() function on failure
by Mamatha Inamdar
· 5 years ago
3f79132
perf annotate: Add missing machine.h include directive
by Arnaldo Carvalho de Melo
· 5 years ago
d3300a3
perf symbols: Move mem_info and branch_info out of symbol.h
by Arnaldo Carvalho de Melo
· 5 years ago
4becb23
perf tools: Remove needless thread.h include directives
by Arnaldo Carvalho de Melo
· 5 years ago
4a3cec8
perf dsos: Move the dsos struct and its methods to separate source files
by Arnaldo Carvalho de Melo
· 5 years ago
32dcd02
perf evsel: Rename struct perf_evsel to struct evsel
by Jiri Olsa
· 5 years ago
7f7c536
tools lib: Adopt zalloc()/zfree() from tools/perf
by Arnaldo Carvalho de Melo
· 6 years ago
bdd1666
perf annotate: Remove hist__account_cycles() from callback
by Jin Yao
· 6 years ago
2d4f279
perf data: Add global path holder
by Jiri Olsa
· 6 years ago
1101f69
pref tools: Add missing map.h includes
by Arnaldo Carvalho de Melo
· 6 years ago
2eb3d68
perf hist: Use cached rbtrees
by Davidlohr Bueso
· 6 years ago
7137ff5
perf symbols: Use cached rbtrees
by Davidlohr Bueso
· 6 years ago
89f1688
perf tools: Remove perf_tool from event_op2
by Jiri Olsa
· 6 years ago
88c2119
perf annotate: Add --percent-type option
by Jiri Olsa
· 6 years ago
92ead7e
perf tools: Fix crash caused by accessing feat_ops[HEADER_LAST_FEATURE]
by Ravi Bangoria
· 7 years ago
f178fd2
perf annotate: Move objdump_path to struct annotation_options
by Arnaldo Carvalho de Melo
· 7 years ago
cd0cccb
perf hists browser: Pass annotation_options from tool to browser
by Arnaldo Carvalho de Melo
· 7 years ago
a47e843
perf annotate: Move disassembler_style global to annotation_options
by Arnaldo Carvalho de Melo
· 7 years ago
1eddd9e
perf annotate: Adopt anotation options from symbol_conf
by Arnaldo Carvalho de Melo
· 7 years ago
982d410
perf annotate stdio: Use annotation_options consistently
by Arnaldo Carvalho de Melo
· 7 years ago
e345f3b
perf annotate: Pass perf_evsel instead of just evsel->idx
by Arnaldo Carvalho de Melo
· 7 years ago
7ebaf48
perf annotate: Support '--group' option
by Jin Yao
· 7 years ago
3183f8c
perf symbols: Unify symbol maps
by Arnaldo Carvalho de Melo
· 7 years ago
be31640
perf annotate: Introduce --ignore-vmlinux command line option
by Arnaldo Carvalho de Melo
· 7 years ago
7f0b6fd
perf annotate: Move the default annotate options to the library
by Arnaldo Carvalho de Melo
· 7 years ago
befd2a3
perf annotate: Introduce the --stdio2 output mode
by Arnaldo Carvalho de Melo
· 7 years ago
bb848c1
perf annotate: Support to display the IPC/Cycle in TUI mode
by Jin Yao
· 7 years ago
15bcdc9
Merge branch 'linus' into perf/core, to fix conflicts
by Ingo Molnar
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
eae8ad8
perf tools: Add struct perf_data_file
by Jiri Olsa
· 8 years ago
8ceb41d
perf tools: Rename struct perf_data_file to perf_data
by Jiri Olsa
· 8 years ago
9cef4b0
perf annotate browser: Support --show-nr-samples option
by Taeung Song
· 7 years ago
1ac3937
perf annotate stdio: Support --show-nr-samples option
by Taeung Song
· 7 years ago
c6c13be
perf annotate: Do not overwrite perf_sample->weight
by Arnaldo Carvalho de Melo
· 7 years ago
f484959
perf annotate: Process tracing data in pipe mode
by David Carrillo-Cisneros
· 7 years ago
ecd5f99
perf annotate: Do not overwrite sample->period
by Taeung Song
· 7 years ago
bab89f6
perf hists: Pass perf_sample to __symbol__inc_addr_samples()
by Taeung Song
· 7 years ago
e9def1b
perf tools: Add feature header record to pipe-mode
by David Carrillo-Cisneros
· 7 years ago
a43783a
perf tools: Include errno.h where needed
by Arnaldo Carvalho de Melo
· 8 years ago
6ab11f3
perf annotate: Process attr and build_id records
by David Carrillo-Cisneros
· 8 years ago
b0ad8ea
perf tools: Remove unused 'prefix' from builtin functions
by Arnaldo Carvalho de Melo
· 8 years ago
f3b3614
perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related info
by Hari Bathini
· 8 years ago
eddaef8
perf annotate: Add -q/--quiet option
by Namhyung Kim
· 8 years ago
70fbe05
perf annotate: Add branch stack / basic block
by Peter Zijlstra
· 8 years ago
b01141f
perf annotate: Initialize the priv are in symbol__new()
by Arnaldo Carvalho de Melo
· 8 years ago
53fe4ba
perf annotate: Introduce --stdio-color to setup the color output mode selection
by Arnaldo Carvalho de Melo
· 9 years ago
e5cadb9
perf evlist: Rename for_each() macros to for_each_entry()
by Arnaldo Carvalho de Melo
· 9 years ago
0102ef3
perf hists: Rename __hists__add_entry to hists__add_entry
by Jiri Olsa
· 9 years ago
a706670
perf tools: Set buildid dir under symfs when --symfs is provided
by He Kuang
· 9 years ago
bb3eb56
perf machine: Rename perf_event__preprocess_sample to machine__resolve
by Arnaldo Carvalho de Melo
· 9 years ago
452ce03
perf hists: Introduce perf_evsel__output_resort function
by Jiri Olsa
· 9 years ago
40184c4
perf tools: Pass evlist to setup_sorting()
by Namhyung Kim
· 9 years ago
fd36f3d
perf hist: Pass struct sample to __hists__add_entry()
by Namhyung Kim
· 9 years ago
4b6ab94
perf subcmd: Create subcmd library
by Josh Poimboeuf
· 9 years ago
3df668e7
perf annotate: Delay UI browser setup after initialization is done
by Namhyung Kim
· 9 years ago
50e19ef
perf annotate: Check argument before calling setup_browser()
by Namhyung Kim
· 9 years ago
eebd0bf
perf env: Rename some leftovers from rename to perf_env
by Arnaldo Carvalho de Melo
· 9 years ago
c0b4dff
perf annotate: Reset the dso find_symbol cache when removing symbols
by Arnaldo Carvalho de Melo
· 9 years ago
f9db0d0
perf callchain: Allow disabling call graphs per event
by Kan Liang
· 9 years ago
d495763
perf report: Add infrastructure for a cycles histogram
by Andi Kleen
· 9 years ago
0c4a5bc
perf annotate: Display total number of samples with --show-total-period
by Martin Liška
· 10 years ago
44848cd
perf annotate: Fix -i option, which is currently ignored.
by Martin Liška
· 10 years ago
facf3f0
perf tools: Check if a map is still in use when deleting it
by Arnaldo Carvalho de Melo
· 10 years ago
b91fc39
perf machine: Protect the machine->threads with a rwlock
by Arnaldo Carvalho de Melo
· 10 years ago
b7b61cb
perf ordered_events: Shorten function signatures
by Arnaldo Carvalho de Melo
· 10 years ago
740b97f
perf report: Show progress bar for output resorting
by Namhyung Kim
· 10 years ago
a635fc5
perf tools: Remove hists from evsel
by Arnaldo Carvalho de Melo
· 10 years ago
2a1731f
perf session: Remove last reference to hists struct
by Arnaldo Carvalho de Melo
· 10 years ago
4ea062ed
perf evsel: Add hists helper
by Arnaldo Carvalho de Melo
· 10 years ago
52e02834
perf tools: Modify error code for when perf_session__new() fails
by Taeung Song
· 10 years ago
0a7e6d1
perf tools: Check recorded kernel version when finding vmlinux
by Namhyung Kim
· 10 years ago
fa10f31
perf annotate: Move session handling out of __cmd_annotate()
by Namhyung Kim
· 10 years ago
0a8cb85
perf tools: Rename ordered_samples bool to ordered_events
by Jiri Olsa
· 11 years ago
a0b51af
perf hists: Check if accumulated when adding a hist entry
by Namhyung Kim
· 12 years ago
1844dbc
perf tools: Introduce hists__inc_nr_samples()
by Namhyung Kim
· 11 years ago
820bc81
perf tools: Account entry stats when it's added to the output tree
by Namhyung Kim
· 11 years ago
0050f7a
perf evlist: Introduce evlist__for_each() & friends
by Arnaldo Carvalho de Melo
· 11 years ago
0466252
perf tools: Introduce zfree
by Arnaldo Carvalho de Melo
· 11 years ago
00e5521
perf hists: Leave symbol addr hist bucket auto alloc to symbol layer
by Arnaldo Carvalho de Melo
· 11 years ago
6f1d0c8
perf annotate: Fix typo
by Dongsheng Yang
· 11 years ago
41a4e6e
perf hists: Consolidate __hists__add_*entry()
by Namhyung Kim
· 11 years ago
c1fb565
perf tools: Show progress on histogram collapsing
by Namhyung Kim
· 11 years ago
c824c43
perf tools: Stop using 'self' in some more places
by Arnaldo Carvalho de Melo
· 11 years ago
cc9784bd
perf session: Separating data file properties from session
by Jiri Olsa
· 11 years ago
f5fc1412
perf tools: Add data object to handle perf data file
by Jiri Olsa
· 11 years ago
fc67297
perf tools: Separate out GTK codes to libperf-gtk.so
by Namhyung Kim
· 11 years ago
475eeab
tools/perf: Add support for record transaction flags
by Andi Kleen
· 11 years ago
5c5e854
perf tools: Add attr->mmap2 support
by Stephane Eranian
· 11 years ago
e44baa3
perf tools: Remove filter parameter of perf_event__preprocess_sample()
by Adrian Hunter
· 11 years ago
476d35c
perf annotate: Set the machines symbol filter
by Adrian Hunter
· 11 years ago
0548429
perf tools: Add support for weight v7 (modified)
by Andi Kleen
· 12 years ago
b1dd443
perf annotate: Add basic support to event group view
by Namhyung Kim
· 12 years ago
db8fd07
perf annotate: Pass evsel instead of evidx on annotation functions
by Namhyung Kim
· 12 years ago
18c9e5c
perf annotate: Make it to be able to skip unannotatable symbols
by Namhyung Kim
· 12 years ago
Next »