Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
de7e6a7c8bf9ee46dcbee749bc3cdd0d9c21998a
/
tools
/
perf
/
builtin-report.c
de7e6a7
perf hists: Move sort__has_parent into struct perf_hpp_list
by Jiri Olsa
· 9 years ago
5222503
perf hists: Move sort__need_collapse into struct perf_hpp_list
by Jiri Olsa
· 9 years ago
4cb9344
perf tools: Set the maximum allowed stack from /proc/sys/kernel/perf_event_max_stack
by Arnaldo Carvalho de Melo
· 9 years ago
1cc8381
perf report: Use callchain_param.enabled instead of tool specific knob
by Arnaldo Carvalho de Melo
· 9 years ago
531d241
perf tools: Do not include stringify.h from the kernel sources
by Arnaldo Carvalho de Melo
· 9 years ago
bb3eb56
perf machine: Rename perf_event__preprocess_sample to machine__resolve
by Arnaldo Carvalho de Melo
· 9 years ago
b8cbb34
perf config: Bring perf_default_config to the very beginning at main()
by Wang Nan
· 9 years ago
4251446
perf report: Add --hierarchy option
by Namhyung Kim
· 9 years ago
5b2ea6f
perf report: Check error during report__collapse_hists()
by Namhyung Kim
· 9 years ago
9887804
perf report: Move UI initialization ahead of sort setup
by Jiri Olsa
· 9 years ago
452ce03
perf hists: Introduce perf_evsel__output_resort function
by Jiri Olsa
· 9 years ago
2665b45
perf report: Apply --percent-limit to callchains also
by Namhyung Kim
· 9 years ago
34b7b0f
perf tools: Fallback to srcdir/Documentation/tips.txt
by Namhyung Kim
· 9 years ago
14cbfbe
perf report: Show random usage tip on the help line
by Namhyung Kim
· 9 years ago
053a398
perf report/top: Add --raw-trace option
by Namhyung Kim
· 9 years ago
40184c4
perf tools: Pass evlist to setup_sorting()
by Namhyung Kim
· 9 years ago
4b6ab94
perf subcmd: Create subcmd library
by Josh Poimboeuf
· 9 years ago
b3f38fc
perf report: Check argument before calling setup_browser()
by Namhyung Kim
· 9 years ago
25b1606
perf report: Show error message when processing sample fails
by Namhyung Kim
· 9 years ago
b49a8fe
perf callchain: Honor hide_unresolved
by Namhyung Kim
· 9 years ago
f2af008
perf report: Add callchain value option
by Namhyung Kim
· 9 years ago
2059fc7
perf symbols: Allow forcing reading of non-root owned files by root
by Arnaldo Carvalho de Melo
· 9 years ago
b272a59
perf report: Rename to --show-cpu-utilization
by Namhyung Kim
· 9 years ago
76a2654
perf tools: Improve call graph documents and help messages
by Namhyung Kim
· 9 years ago
792aeaf
perf tools: Defaults to 'caller' callchain order only if --children is enabled
by Namhyung Kim
· 9 years ago
21cf628
perf tools: Move callchain help messages to callchain.h
by Namhyung Kim
· 9 years ago
def02db
perf callchain: Switch default to 'graph,0.5,caller'
by Arnaldo Carvalho de Melo
· 9 years ago
a5e813c
perf machine: Add method for common kernel_map(FUNCTION) operation
by Arnaldo Carvalho de Melo
· 9 years ago
77e6597
perf machine: Use machine__kernel_map() thoroughly
by Arnaldo Carvalho de Melo
· 9 years ago
188bb5e
perf report: Make max_stack value allow for synthesized callchains
by Adrian Hunter
· 9 years ago
f86225d
perf report: Skip events with null branch stacks
by Adrian Hunter
· 9 years ago
fb9fab6
perf report: Also do default setup for synthesized branch stacks
by Adrian Hunter
· 9 years ago
c7eced6
perf report: Adjust sample type validation for synthesized branch stacks
by Adrian Hunter
· 9 years ago
d062ac1
perf report: Fix sample type validation for synthesized callchains
by Adrian Hunter
· 9 years ago
84734b0
perf hists browser: Zoom in/out for processor socket
by Kan Liang
· 9 years ago
21394d9
perf report: Introduce --socket-filter option
by Kan Liang
· 9 years ago
9e207dd
perf report: Show call graph from reference events
by Kan Liang
· 9 years ago
a9710ba
perf tools: Support full source file paths for srcline
by Andi Kleen
· 9 years ago
57849998
perf report: Add processing for cycle histograms
by Andi Kleen
· 9 years ago
98df858
perf report: Add flag for non ANY branch mode
by Andi Kleen
· 9 years ago
07a716f
perf report: Fill in the missing session freeing after an error occurs
by Taeung Song
· 9 years ago
36c8bb5
perf symbols: Check access permission when reading symbol files
by Li Zhang
· 9 years ago
6ba29c2
perf tools: Fix build failure on 32-bit arch
by He Kuang
· 9 years ago
c4937a9
perf tools: handle PERF_RECORD_LOST_SAMPLES
by Kan Liang
· 10 years ago
063bd93
perf hists: Reducing arguments of hist_entry_iter__add()
by Namhyung Kim
· 10 years ago
021162c
perf report: Do not restrict -T option by other options
by Namhyung Kim
· 10 years ago
b138f42
perf report: Force tty output if -T/--thread option is given
by Namhyung Kim
· 10 years ago
f7dc7fd
Merge branch 'perf/urgent' into perf/core, to resolve conflicts
by Ingo Molnar
· 10 years ago
b91fc39
perf machine: Protect the machine->threads with a rwlock
by Arnaldo Carvalho de Melo
· 10 years ago
520a2eb
perf report: Add Instruction Tracing support
by Adrian Hunter
· 10 years ago
e944ec2
perf report: Fix -T/--threads option to work again
by Namhyung Kim
· 10 years ago
f6fcc14
perf report: Don't call map__kmap if map is NULL.
by Wang Nan
· 10 years ago
e03eaa4
perf tools: Add pid/tid filtering to report and script commands
by David Ahern
· 10 years ago
228f14f
perf tools: Remove (null) value of "Sort order" for perf mem report
by Yunlong Song
· 10 years ago
0c8c207
perf report: Don't allow empty argument for '-t'.
by Wang Nan
· 10 years ago
b7b61cb
perf ordered_events: Shorten function signatures
by Arnaldo Carvalho de Melo
· 10 years ago
fefd2d9
perf report: Fix branch stack mode cannot be set
by He Kuang
· 10 years ago
aad2b21
perf tools: Enable LBR call stack support
by Kan Liang
· 10 years ago
590cd34
perf report: Get rid of report__inc_stat()
by Namhyung Kim
· 10 years ago
740b97f
perf report: Show progress bar for output resorting
by Namhyung Kim
· 10 years ago
09a6a1b
perf report: In branch stack mode use address history sorting
by Andi Kleen
· 10 years ago
fa94c36
perf report: Add --branch-history option
by Andi Kleen
· 10 years ago
8b7bad5
perf callchain: Support handling complete branch stacks as histograms
by Andi Kleen
· 10 years ago
0cdccac
perf report: Set callchain_param.record_mode for future use
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
763122a
perf tools: Disable kernel symbol demangling by default
by Avi Kivity
· 10 years ago
edd114e
perf report: Set proper sort__mode for the branch option
by naota@elisp.net
· 10 years ago
0a7e6d1
perf tools: Check recorded kernel version when finding vmlinux
by Namhyung Kim
· 10 years ago
94786b6
perf tools: Add report.queue-size config file option
by Jiri Olsa
· 10 years ago
0a8cb85
perf tools: Rename ordered_samples bool to ordered_events
by Jiri Olsa
· 10 years ago
9d3c02d
perf tools: Add callback function to hist_entry_iter
by Namhyung Kim
· 11 years ago
8d8e645
perf report: Add report.children config option
by Namhyung Kim
· 12 years ago
793aaaa
perf report: Add --children option
by Namhyung Kim
· 11 years ago
7a13aa2
perf hists: Accumulate hist entry stat based on the callchain
by Namhyung Kim
· 12 years ago
69bcb01
perf tools: Introduce struct hist_entry_iter
by Namhyung Kim
· 11 years ago
1844dbc
perf tools: Introduce hists__inc_nr_samples()
by Namhyung Kim
· 10 years ago
a7d945b
perf report: Add -F option to specify output fields
by Namhyung Kim
· 11 years ago
22af969
perf tools: Call perf_hpp__init() before setting up GUI browsers
by Namhyung Kim
· 11 years ago
512ae1b
perf tools: Consolidate management of default sort orders
by Namhyung Kim
· 11 years ago
a2ce067
perf tools: Allow hpp fields to be sort keys
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
58c311d
perf report: Count number of entries separately
by Namhyung Kim
· 11 years ago
cff6bb4
perf callchain: Add generic report parse callchain callback function
by Don Zickus
· 11 years ago
33db456
perf top: Add --percentage option
by Namhyung Kim
· 11 years ago
f214833
perf report: Add --percentage option
by Namhyung Kim
· 11 years ago
1ab1fa5
perf hists: Add support for showing relative percentage
by Namhyung Kim
· 11 years ago
b9ce0c9
perf report: Use ui__has_annotation()
by Namhyung Kim
· 11 years ago
2c86c7c
perf report: Merge al->filtered with hist_entry->filtered
by Namhyung Kim
· 11 years ago
0066f3b
Merge branch 'perf/urgent' into perf/core
by Ingo Molnar
· 11 years ago
48c65bd
perf annotate: Check availability of annotate when processing samples
by Namhyung Kim
· 11 years ago
106395d
perf report: Remove some needless container_of usage
by Arnaldo Carvalho de Melo
· 11 years ago
644f2df
perf tools: Shorten sample symbol resolving function signature
by Arnaldo Carvalho de Melo
· 11 years ago
e80faac
perf tools: Shorten sample symbol resolving function signature
by Arnaldo Carvalho de Melo
· 11 years ago
17f22a3
perf report: Use al->cpumode where applicable
by Arnaldo Carvalho de Melo
· 11 years ago
2dc9fb1
perf tools: Factor out sample__resolve_callchain()
by Namhyung Kim
· 11 years ago
0050f7a
perf evlist: Introduce evlist__for_each() & friends
by Arnaldo Carvalho de Melo
· 11 years ago
f6d8b05
perf report: Move histogram entries collapsing to separate function
by Arnaldo Carvalho de Melo
· 11 years ago
Next »