Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
9cd05ad2910b55238e3c720c99ad896dc538301b
/
tools
/
perf
/
builtin-report.c
ec6ae74
perf report: Display average IPC and IPC coverage per symbol
by Jin Yao
· 6 years ago
c05f364
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
4ab8455
perf evsel: Store ids for events with their own cpus perf_event__synthesize_event_update_cpus
by Jiri Olsa
· 6 years ago
c12e039
perf tools: Report itrace options in help
by Andi Kleen
· 6 years ago
89f1688
perf tools: Remove perf_tool from event_op2
by Jiri Olsa
· 6 years ago
ece2a4f
tools lib traceevent, perf tools: Rename pevent_set_* APIs
by Tzvetomir Stoyanov (VMware)
· 6 years ago
e6902d1
perf report: Add --percent-type option
by Jiri Olsa
· 6 years ago
e9de7e2
perf hists: Clarify callchain disabling when available
by Arnaldo Carvalho de Melo
· 7 years ago
92ead7e
perf tools: Fix crash caused by accessing feat_ops[HEADER_LAST_FEATURE]
by Ravi Bangoria
· 7 years ago
9d0199c
perf report: No need to have report_callchain_help as a global
by Arnaldo Carvalho de Melo
· 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
e345f3b
perf annotate: Pass perf_evsel instead of just evsel->idx
by Arnaldo Carvalho de Melo
· 7 years ago
a26bb0b
perf report: Use perf_evlist__force_leader to support '--group'
by Jin Yao
· 7 years ago
3183f8c
perf symbols: Unify symbol maps
by Arnaldo Carvalho de Melo
· 7 years ago
e94b861
perf map: Introduce map__has_symbols()
by Arnaldo Carvalho de Melo
· 7 years ago
d88205d
perf dso: Add dso__has_symbols() method
by Arnaldo Carvalho de Melo
· 7 years ago
91340c51
perf report: 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
57b5de4
perf report: Support forced leader feature in pipe mode
by Jiri Olsa
· 7 years ago
ea85ab2
perf report: Provide libtraceevent with a kernel symbol resolver
by Wang YanQing
· 7 years ago
8ef278b
perf report: Fix the output for stdio events list
by Jiri Olsa
· 7 years ago
ad52b8c
perf report: Add support to display group output for non group events
by Jiri Olsa
· 7 years ago
8614ada
perf report: Ask for ordered events for --tasks option
by Jiri Olsa
· 7 years ago
06cc1a4
perf hists browser: Add parameter to disable lost event warning
by Kan Liang
· 7 years ago
0a3cc3a
perf report: Remove the time slices number limitation
by Jin Yao
· 7 years ago
7425664
perf report: Add an indication of what time slices are used
by Jin Yao
· 7 years ago
eb0b419
perf report: Improve error msg when no first/last sample time found
by Jin Yao
· 7 years ago
eabad8c
perf unwind: Do not look just at the global callchain_param.record_mode
by Arnaldo Carvalho de Melo
· 7 years ago
6439d7d
perf report: Introduce --mmaps
by Arnaldo Carvalho de Melo
· 7 years ago
930f8b3
perf report: Add --tasks option to display monitored tasks
by Jiri Olsa
· 7 years ago
a4a4d0a
perf report: Add --stats option to display quick data statistics
by Jiri Olsa
· 7 years ago
5b969bc
perf report: Support time percent and multiple time ranges
by Jin Yao
· 7 years ago
40c39e3
perf report: Fix a no annotate browser displayed issue
by Jin Yao
· 7 years ago
712d36d
perf report: Set browser mode right before setup_browser()
by Seokho Song
· 7 years ago
9c39ed9
perf report: Ignore kptr_restrict when not sampling the kernel
by Arnaldo Carvalho de Melo
· 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
9933183
perf report: Group stat values on global event id
by Jiri Olsa
· 7 years ago
dac7f6b
perf report: Add dump_read function
by Jiri Olsa
· 7 years ago
b49a821
perf report: Make --branch-history work without callgraphs(-g) option in perf record
by Jin Yao
· 8 years ago
bab89f6
perf hists: Pass perf_sample to __symbol__inc_addr_samples()
by Taeung Song
· 7 years ago
2d78b18
perf report: Show branch type statistics for stdio mode
by Jin Yao
· 7 years ago
e9def1b
perf tools: Add feature header record to pipe-mode
by David Carrillo-Cisneros
· 7 years ago
114f709
perf tool: Add show_feature_header to perf_tool
by David Carrillo-Cisneros
· 7 years ago
644e084
perf auxtrace: Add CPU filter support
by Adrian Hunter
· 8 years ago
25ce4bb
perf config: Do not die when parsing u64 or int config values
by Arnaldo Carvalho de Melo
· 8 years ago
7a8ef4c
perf tools: Remove string.h, unistd.h and sys/stat.h from util.h
by Arnaldo Carvalho de Melo
· 8 years ago
58db1d6
perf tools: Move units conversion/formatting routines to separate object
by Arnaldo Carvalho de Melo
· 8 years ago
9607ad3
perf tools: Add signal.h to places using its definitions
by Arnaldo Carvalho de Melo
· 8 years ago
1eae20c
perf tools: Remove regex.h and fnmatch.h from util.h
by Arnaldo Carvalho de Melo
· 8 years ago
8ec20b1
perf str{filter,list}: Disentangle headers
by Arnaldo Carvalho de Melo
· 8 years ago
a43783a
perf tools: Include errno.h where needed
by Arnaldo Carvalho de Melo
· 8 years ago
fd20e81
perf tools: Including missing inttypes.h header
by Arnaldo Carvalho de Melo
· 8 years ago
f3a6064
perf report: Introduce --inline option
by Jin Yao
· 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
8b53dbe
perf report: Hide tip message when -q option is given
by Namhyung Kim
· 8 years ago
27fafab
perf report: Add -q/--quiet option
by Namhyung Kim
· 8 years ago
bb963e1
perf utils: Check verbose flag properly
by Namhyung Kim
· 8 years ago
ecc4c56
perf tools: Propagate perf_config() errors
by Arnaldo Carvalho de Melo
· 8 years ago
7e6a799
perf tools: Remove some needless __maybe_unused
by Arnaldo Carvalho de Melo
· 8 years ago
46690a8
perf report: Add option to specify time window of interest
by David Ahern
· 8 years ago
f9a7be7
perf report: Create a symbol_conf flag for showing branch flag counting
by Jin Yao
· 8 years ago
8997350
perf tools: Use normal error reporting when processing PERF_RECORD_READ events
by Arnaldo Carvalho de Melo
· 8 years ago
30d476a
perf report: Enable group view with hierarchy
by Namhyung Kim
· 8 years ago
b01141f
perf annotate: Initialize the priv are in symbol__new()
by Arnaldo Carvalho de Melo
· 8 years ago
fa1f456
perf report: Allow configuring the default sort order in ~/.perfconfig
by Arnaldo Carvalho de Melo
· 8 years ago
175b968
perf report: 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
41840d2
perf config: Move config declarations from util/cache.h to util/config.h
by Taeung Song
· 9 years ago
d05e3aa
perf stdio: Add use_callchain parameter to hists__fprintf
by Jiri Olsa
· 9 years ago
a706670
perf tools: Set buildid dir under symfs when --symfs is provided
by He Kuang
· 9 years ago
fe17608
perf tools: Fix usage of max_stack sysctl
by Arnaldo Carvalho de Melo
· 9 years ago
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
Next »