Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
86619e7ba3991309b88969f9a2e5c7f2d014c680
/
tools
/
perf
/
builtin-report.c
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
· 11 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
· 11 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
8362951
perf report: Move hist browser selection code to separate function
by Arnaldo Carvalho de Melo
· 11 years ago
fad2918
perf report: Move logic to warn about kptr_restrict'ed kernels to separate function
by Arnaldo Carvalho de Melo
· 11 years ago
150e465
perf report: Print session information only if --stdio is given
by Namhyung Kim
· 11 years ago
a421014
perf report: Use pr_*() functions where applicable
by Namhyung Kim
· 11 years ago
cc22e57
perf symbols: Add 'machine' member to struct addr_location
by Arnaldo Carvalho de Melo
· 11 years ago
28b2139
perf report: Rename 'perf_report' to 'report'
by Arnaldo Carvalho de Melo
· 11 years ago
6dbc8ca
perf report: Introduce helpers for processing callchains
by Arnaldo Carvalho de Melo
· 11 years ago
0f4e7a2
perf annotate: Add inc_samples method to addr_map_symbol
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
b66d8c0
perf annotate: Auto allocate symbol per addr hist buckets
by Arnaldo Carvalho de Melo
· 11 years ago
5cfe2c8
perf report: Add --header/--header-only options
by Jiri Olsa
· 11 years ago
41a4e6e
perf hists: Consolidate __hists__add_*entry()
by Namhyung Kim
· 11 years ago
91aba0a
perf report: Use parse_options_usage() for -s option failure
by Namhyung Kim
· 11 years ago
4bceffb
perf report: Postpone setting up browser after parsing options
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
91e9561
perf report: Add --max-stack option to limit callchain stack scan
by Waiman Long
· 11 years ago
cc9784bd
perf session: Separating data file properties from session
by Jiri Olsa
· 11 years ago
f5fc141
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
f5d05bc
tools/perf: Support sorting by in_tx or abort branch flags
by Andi Kleen
· 11 years ago
33e940a
perf session: Check for SIGINT in more loops
by Arnaldo Carvalho de Melo
· 11 years ago
5c5e854
perf tools: Add attr->mmap2 support
by Stephane Eranian
· 11 years ago
7556257
perf tools: Add support for PERF_SAMPLE_IDENTIFIER
by Adrian Hunter
· 11 years ago
e44baa3
perf tools: Remove filter parameter of perf_event__preprocess_sample()
by Adrian Hunter
· 11 years ago
b868171
perf report: Set the machines symbol filter
by Adrian Hunter
· 11 years ago
99571ab
perf tools: Support callchain sorting based on addresses
by Andi Kleen
· 11 years ago
6065210
perf tools: Remove event types framework completely
by Jiri Olsa
· 11 years ago
2b8bfa6
perf tools: Centralize default columns init in perf_hpp__init
by Jiri Olsa
· 12 years ago
b21484f
perf report/top: Add option to collapse undesired parts of call graph
by Greg Price
· 12 years ago
d4ae0a6
perf report: Fix perf_session__delete removal
by Jiri Olsa
· 11 years ago
ad3d6f5
perf tools: Do not elide parent symbol column
by Jiri Olsa
· 12 years ago
0276c22
perf tools: Fix -x/--exclude-other option for report command
by Jiri Olsa
· 12 years ago
eec574e
perf report: Add report.percent-limit config variable
by Namhyung Kim
· 12 years ago
064f198
perf report: Add --percent-limit option
by Namhyung Kim
· 12 years ago
f3dd198
perf report: Don't bother locking when adding hist entries
by Namhyung Kim
· 12 years ago
27a0dcb
perf hists: Move locking to its call-sites
by Namhyung Kim
· 12 years ago
08e7154
perf sort: Consolidate sort_entry__setup_elide()
by Namhyung Kim
· 12 years ago
afab87b
perf sort: Separate out memory-specific sort keys
by Namhyung Kim
· 12 years ago
55369fc
perf sort: Introduce sort__mode variable
by Namhyung Kim
· 12 years ago
26353a6
perf hists: Fix an invalid memory free on he->branch_info
by Namhyung Kim
· 12 years ago
6692c26
perf tools: Remove dependency on libnewt
by Arnaldo Carvalho de Melo
· 12 years ago
f4f7e28
perf report: Add support for mem access profiling
by Stephane Eranian
· 12 years ago
0548429
perf tools: Add support for weight v7 (modified)
by Andi Kleen
· 12 years ago
328ccda
perf report: Add --no-demangle option
by Namhyung Kim
· 12 years ago
db3c6bf
perf report: Remove duplicated include
by Wei Yongjun
· 12 years ago
759ff49
perf evsel: Introduce perf_evsel__is_group_event() helper
by Namhyung Kim
· 12 years ago
5530998
perf sort: Make setup_sorting returns an error code
by Namhyung Kim
· 12 years ago
ad0de09
perf report: Enable the runtime switching of perf data file
by Feng Tang
· 12 years ago
00c7e1f
perf report: Add report.group config option
by Namhyung Kim
· 12 years ago
01d14f1
perf report: Add --group option
by Namhyung Kim
· 12 years ago
717e263
perf report: Show group description when event group is enabled
by Namhyung Kim
· 12 years ago
fc24d7c
perf report: Bypass non-leader events when event group is enabled
by Namhyung Kim
· 12 years ago
6e1f601
perf report: Make another loop for linking group hists
by Namhyung Kim
· 12 years ago
9811360
perf report: Update documentation for sort keys
by Namhyung Kim
· 12 years ago
876650e
perf machine: Introduce struct machines
by Arnaldo Carvalho de Melo
· 12 years ago
1240005
perf hists: Introduce perf_hpp__list for period related columns
by Jiri Olsa
· 12 years ago
68d8075
perf report: Postpone objdump check until annotation requested
by Namhyung Kim
· 12 years ago
9783adf
perf tools: Introduce struct hist_browser_timer
by Namhyung Kim
· 12 years ago
70cb4e9
perf tools: Add a global variable "const char *input_name"
by Feng Tang
· 12 years ago
68e94f4
perf tools: Try to find cross-built objdump path
by Irina Tirdea
· 12 years ago
f62d3f0
perf event: No need to create a thread when handling PERF_RECORD_EXIT
by Arnaldo Carvalho de Melo
· 12 years ago
Next »