Home
last modified time | relevance | path

Searched refs:report (Results 1 – 25 of 41) sorted by relevance

12

/tools/perf/
Dbuiltin-report.c70 struct report { struct
107 struct report *rep = cb; in report__config() argument
140 struct report *rep = arg; in hist_iter__report_callback()
183 struct report *rep = arg; in hist_iter__branch_callback()
205 static void setup_forced_leader(struct report *report, in setup_forced_leader() argument
208 if (report->group_set) in setup_forced_leader()
215 struct report *rep = container_of(session->tool, struct report, tool); in process_feature_event()
241 struct report *rep = container_of(tool, struct report, tool); in process_sample_event()
311 struct report *rep = container_of(tool, struct report, tool); in process_read_event()
329 static int report__setup_sample_type(struct report *rep) in report__setup_sample_type()
[all …]
DBuild14 perf-y += builtin-report.o
46 CFLAGS_builtin-report.o += -DTIPDIR="BUILD_STR($(tipdir_SQ))"
47 CFLAGS_builtin-report.o += -DDOCDIR="BUILD_STR($(srcdir_SQ)/Documentation)"
D.gitignore10 perf-report
Dcommand-list.txt25 perf-report mainporcelain common
/tools/perf/Documentation/
Dtips.txt1 For a higher level overview, try: perf report --sort comm,dso
4 Boolean options have negative forms, e.g.: perf report --no-children
9 Search options using a keyword: perf report -h <keyword>
10 Use parent filter to see specific call path: perf report -p <regex>
14 To see callchains in a more compact form: perf report -g folded
16 Limit to show entries above 5% only: perf report --percent-limit 5
17 Profiling branch (mis)predictions with: perf record -b / perf report
19 Treat branches as callchains: perf report --branch-history
22 If you have debuginfo enabled, try: perf report -s sym,srcline
23 For memory address profiling, try: perf mem record / perf mem report
[all …]
Dperf-mem.txt11 'perf mem' [<options>] (record [<command>] | report)
18 "perf mem report" displays the result. It invokes perf report with the
87 In addition, for report all perf report options are valid, and for record
92 linkperf:perf-record[1], linkperf:perf-report[1]
Dperfconfig.example14 report = on
31 [report]
Dperf-kvm.txt13 {top|record|report|diff|buildid-list} [<options>]
15 | --guestvmlinux=<path>] {top|record|report|diff|buildid-list|stat} [<options>]
16 'perf kvm stat [record|report|live] [<options>]
39 'perf kvm report' to display the performance counter profile information
47 for use by perf report. As buildid is read from /sys/kernel/notes in os, then
53 Especially, perf 'kvm stat record/report' generates a statistical analysis
60 'perf kvm stat report' reports statistical data which includes events
64 record + report but with statistical data updated live at a given display
162 linkperf:perf-top[1], linkperf:perf-record[1], linkperf:perf-report[1],
Dperf-buildid-list.txt17 perf report.
43 linkperf:perf-report[1]
Dperf-config.txt89 report = on
119 [report]
139 To modify the sort order of report functionality in user config file(i.e. `~/.perfconfig`), do
141 % perf config --user report sort-order=srcline
154 % perf config report.queue-size call-graph.order report.children
169 'report', 'top' and 'annotate' in the TUI. They should specify the
197 from sub-commands (top, report, annotate).
207 Colors for headers in the output of a sub-commands (top, report).
217 Subcommands that can be configured here are 'top', 'report' and 'annotate'.
376 in 'report' and 'top'. If this option is false, they are hidden.
[all …]
Dperf-lock.txt11 'perf lock' {record|report|script|info}
23 'perf lock report' reports statistical data.
Dperf-c2c.txt13 'perf c2c report' [<options>]
31 The c2c tool provide means to record this data and report back access details
34 The basic workflow with this tool follows the standard record/report phase.
35 User uses the record command to record events data and report command to
78 Show extra node info in report (see NODE INFO section)
89 Please refer to perf-report man page for details.
144 The perf c2c report command displays shared data analysis. It comes in two
147 The report command workflow is following:
153 In general perf report output consist of 2 basic views:
Dperf-report.txt1 perf-report(1)
6 perf-report - Read perf.data (created by perf record) and display the profile
11 'perf report' [-i <file> | --input=file]
191 field(s) to the default field order. For example: perf report -F +period,sample.
329 --cpu:: Only report samples for the list of CPUs provided. Multiple CPUs can
331 CPUs are specified with -: 0-2. Default is to report samples on all
358 perf report is able to auto-detect whether a perf.data file contains
427 perf report --time 10%/2
431 perf report --time 0%-10%
435 perf report --time 10%/1,10%/2
[all …]
Dperf-archive.txt22 linkperf:perf-record[1], linkperf:perf-buildid-list[1], linkperf:perf-report[1]
Dcallchain-overhead-calculation.txt45 in the usual (self-overhead-only) output of perf report:
66 calculate the 'children' overhead. In this case the report could be
107 'report.children = false' or 'top.children = false' in the perf config
Dperf-evlist.txt45 linkperf:perf-report[1]
Dperf-annotate.txt92 --cpu=<cpu>:: Only report samples for the list of CPUs provided. Multiple CPUs can
94 CPUs are specified with -: 0-2. Default is to report samples on all
132 linkperf:perf-record[1], linkperf:perf-report[1]
Dintel-bts.txt72 perf report
75 By default, perf report will decode trace data found in the perf.data file.
Dperf-script.txt13 'perf script' [<options>] report <script> [script-args]
32 for 'perf script report'. <script> is the name displayed in the
37 'perf script report <script> [args]' to run and display the results
55 and 'perf script report' commands, with the stdout of the record step
56 piped to the stdin of the report script, using the '-o -' and '-i -'
68 <top-script> 'live-mode' or 'perf script report' variants.
274 --cpu:: Only report samples for the list of CPUs provided. Multiple CPUs can
276 CPUs are specified with -: 0-2. Default is to report samples on all
295 It can only be used with the perf script report mode.
Dperf.txt50 linkperf:perf-record[1], linkperf:perf-report[1],
/tools/perf/tests/shell/
Drecord+zstd_comp_decomp.sh22 $perf_tool report -i $trace_file --header --stats | \
28 $perf_tool report -i $trace_file --stdio | head -n -3 > $trace_file.comp.output &&
29 $perf_tool report -i $trace_file.decomp --stdio | head -n -3 > $trace_file.decomp.output &&
/tools/lib/subcmd/
Dsubcmd-util.h11 static inline void report(const char *prefix, const char *err, va_list params) in report() function
23 report(" Fatal: ", err, params); in die()
/tools/testing/selftests/powerpc/pmu/
Dcount_instructions.c30 u64 overhead, bool report) in do_count_loop() argument
49 if (report) { in do_count_loop()
/tools/testing/selftests/kvm/x86_64/
Dvmx_tsc_adjust_test.c122 static void report(int64_t val) in report() function
156 report(uc.args[1]); in main()
/tools/testing/selftests/powerpc/pmu/ebb/
Dinstruction_count_test.c26 uint64_t overhead, bool report) in do_count_loop() argument
50 if (report) { in do_count_loop()

12