| /tools/perf/ |
| A D | builtin-report.c | 76 struct report { struct 236 static void setup_forced_leader(struct report *report, in setup_forced_leader() argument 274 struct report *rep = container_of(tool, struct report, tool); in process_sample_event() 354 struct report *rep = container_of(tool, struct report, tool); in process_read_event() 1319 struct report report = { in cmd_report() local 1708 if (report.header || report.header_only || report.show_threads) in cmd_report() 1710 if (report.header || report.header_only) in cmd_report() 1714 if (report.stats_mode || report.tasks_mode) in cmd_report() 1716 if (report.stats_mode && report.tasks_mode) { in cmd_report() 1802 if ((report.header || report.header_only) && !quiet) { in cmd_report() [all …]
|
| /tools/perf/tests/shell/ |
| A D | test_task_analyzer.sh | 32 report() { function 43 report 1 "invocation of $1 command failed" 50 report 1 "$3" "Failed to find required string:'${1}'." 52 report 0 "$3" 75 perf script report task-analyzer > "$out" 97 perf script report task-analyzer --extended-times --time-limit :99999 \ 105 perf script report task-analyzer --summary > "$out" 112 perf script report task-analyzer --summary-extended > "$out" 119 perf script report task-analyzer --summary-only > "$out" 133 perf script report task-analyzer --csv csv > /dev/null [all …]
|
| A D | pipe_test.sh | 42 if ! perf record -e task-clock:u -o - ${prog} | perf report -i - --task | grep -q ${task} 49 if ! perf record -g -e task-clock:u -o - ${prog} | perf report -i - --task | grep -q ${task} 57 if ! perf report -i ${data} --task | grep -q ${task} 73 …if ! perf record -e task-clock:u -o - ${prog} | perf inject ${inject_opt}| perf report -i - | grep… 80 …if ! perf record -g -e task-clock:u -o - ${prog} | perf inject ${inject_opt} | perf report -i - | … 88 if ! perf report -i ${data} | grep -q ${sym}; then 95 if ! perf inject ${inject_opt} -i ${data} | perf report -i - | grep -q ${sym}; then 102 if ! perf inject ${inject_opt} -i ${data} | perf report -i - | grep -q ${sym}; then 110 if ! perf report -i ${data2} | grep -q ${sym}; then
|
| A D | record.sh | 66 if ! perf report -i "${perfdata}" -q | grep -q "${testsym}" 89 if ! perf report -i "${perfdata}" -q | grep -q "${testsym}" 130 if ! perf report -i "${perfdata}" -q | grep -q "${testsym}" 143 if ! perf report -i "${perfdata}" -q | grep -q "${testsym}" 160 if ! perf report -i "${perfdata}" -q | grep -q "${testsym}" 173 if ! perf report -i "${perfdata}" -q | grep -q "${testsym}" 199 if ! perf report -i "${perfdata}" -D -q | grep -q "$br_cntr_output" 221 if ! perf report -i "${perfdata}" -D | grep -q "CGROUP" 252 if ! perf report -i "${perfdata}" -q | grep -q "${testsym}" 381 if ! perf report -i "${perfdata}" 2>&1 | grep "${testsym2}"
|
| A D | record+zstd_comp_decomp.sh | 22 $perf_tool report -i "$trace_file" --header --stats | \ 28 …$perf_tool report -i "$trace_file" --stdio -F comm,dso,sym | head -n -3 > "$trace_file.comp.output… 29 …$perf_tool report -i "$trace_file.decomp" --stdio -F comm,dso,sym | head -n -3 > "$trace_file.deco…
|
| A D | perf-report-hierarchy.sh | 8 temp_dir=$(mktemp -d /tmp/perf-test-report.XXXXXXXXXX) 35 perf report --hierarchy -i "${perf_data}" > /dev/null
|
| A D | header.sh | 55 perf report --header-only -I -i "${perfdata}" > "${script_output}" 64 perf record -o - -- perf test -w noploop | perf report --header-only -I -i - > "${script_output}"
|
| A D | test_arm_spe.sh | 64 perf report --stdio -i ${perfdata} 2>&1 | \ 132 if perf report -i ${perfdata} --stats | grep 'AUX events\|AUXTRACE events'; then
|
| A D | record_offcpu.sh | 60 if ! perf report -i ${perfdata} -q --percent-limit=90 | grep -E -q sleep 87 if ! perf report -i ${perfdata} -s comm -q -n -t ';' --percent-limit=90 | \
|
| /tools/perf/Documentation/ |
| A D | tips.txt | 1 For a higher level overview, try: perf report --sort comm,dso 4 Boolean options have negative forms, e.g.: perf report --no-children 10 Search options using a keyword: perf report -h <keyword> 11 Use parent filter to see specific call path: perf report -p <regex> 15 To see callchains in a more compact form: perf report -g folded 18 Limit to show entries above 5% only: perf report --percent-limit 5 26 If you have debuginfo enabled, try: perf report -s sym,srcline 28 For tracepoint events, try: perf report -s trace_fields 44 For hierarchical output, try: perf report --hierarchy 62 To show time in nanoseconds in record/report add --ns [all …]
|
| A D | perf-kvm.txt | 13 {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 71 Input file name, for the 'report', 'diff' and 'buildid-list' subcommands. 75 just redirect the output to a file when using 'report'. [all …]
|
| A D | perf-mem.txt | 11 'perf mem' [<options>] (record [<command>] | report) 18 "perf mem report" displays the result. It invokes perf report with the 125 Please see linkperf:perf-report[1] for details. 127 In addition to the default fields, 'perf mem report' will provide the 153 In addition, for report all perf report options are valid, and for record 158 Unlike linkperf:perf-report[1], which calculates overhead from the actual 167 $ perf report -F overhead,symbol 171 $ perf mem report -F overhead,symbol 185 $ perf mem report -F mem,snoop 196 $ perf mem report -s mem,snoop [all …]
|
| A D | perfconfig.example | 14 report = on 31 [report]
|
| A D | perf-kwork.txt | 11 'perf kwork' {record|report|latency|timehist|top} 20 'perf kwork report' to report the per kwork runtime. 22 'perf kwork latency' to report the per kwork latencies. 26 'perf kwork top' to report the task cpu usage. 30 perf kwork report 31 perf kwork report -b 79 OPTIONS for 'perf kwork report'
|
| A D | perf-buildid-list.txt | 17 perf report. 47 linkperf:perf-report[1]
|
| A D | perf-config.txt | 89 report = on 119 [report] 152 % perf config report.queue-size call-graph.order report.children 195 from sub-commands (top, report, annotate). 512 report.*:: 513 report.sort_order:: 517 report.percent-limit:: 524 report.queue-size:: 528 report.children:: 534 report.group:: [all …]
|
| /tools/perf/tests/shell/base_report/ |
| A D | test_basic.sh | 25 $CMD_PERF report --help > $LOGS_DIR/basic_helpmsg.log 2> $LOGS_DIR/basic_helpmsg.err 53 $CMD_PERF report -i $CURRENT_TEST_DIR/perf.data --stdio > $LOGS_DIR/basic_basic.log 2> $LOGS_DIR/ba… 72 $CMD_PERF report --stdio -i $CURRENT_TEST_DIR/perf.data --show-nr-samples > $LOGS_DIR/basic_nrsampl… 89 $CMD_PERF report -i $CURRENT_TEST_DIR/perf.data --stdio --header-only > $LOGS_DIR/basic_header.log 108 OLD_TIMESTAMP=`$CMD_PERF report --stdio --header-only -i $CURRENT_TEST_DIR/perf.data | grep "captur… 114 NEW_TIMESTAMP=`$CMD_PERF report --stdio --header-only -i $HEADER_TAR_DIR/perf.data | grep "captured… 127 $CMD_PERF report -i $CURRENT_TEST_DIR/perf.data --stdio --showcpuutilization > $LOGS_DIR/basic_cpuu… 144 $CMD_PERF report --stdio -i $CURRENT_TEST_DIR/perf.data --pid=1 > $LOGS_DIR/basic_pid.log 2> $LOGS_… 189 $CMD_PERF report -i $CURRENT_TEST_DIR/perf.data.1 --stdio --header-only > $LOGS_DIR/latency_header.… 200 $CMD_PERF report --stdio -i $CURRENT_TEST_DIR/perf.data.1 > $LOGS_DIR/latency_default.log 2> $LOGS_… [all …]
|
| /tools/testing/selftests/lkdtm/ |
| A D | stack-entropy.sh | 25 report=-1 30 if [ "$percent" -ne "$report" ]; then 32 report="$percent"
|
| /tools/testing/selftests/hid/tests/ |
| A D | test_wacom_generic.py | 221 report = ReportData() 222 report.x = x 223 report.y = y 224 report.tippressure = pressure 226 buttons.fill(report) 227 proximity.fill(report) 228 toolid.fill(report) 239 report = ReportData() 244 report = ReportData() 322 report = ReportData() [all …]
|
| /tools/testing/selftests/splice/ |
| A D | short_splice_read.sh | 76 report="$4" 80 echo " matched $report" >&2 83 echo " no match: '$out' vs $report" >&2
|
| /tools/perf/util/ |
| A D | bpf_kwork.c | 93 if (kwork->report == KWORK_REPORT_RUNTIME) { in irq_load_prepare() 106 if (kwork->report == KWORK_REPORT_RUNTIME) { in softirq_load_prepare() 109 } else if (kwork->report == KWORK_REPORT_LATENCY) { in softirq_load_prepare() 122 if (kwork->report == KWORK_REPORT_RUNTIME) { in workqueue_load_prepare() 125 } else if (kwork->report == KWORK_REPORT_LATENCY) { in workqueue_load_prepare() 292 if (kwork->report == KWORK_REPORT_RUNTIME) { in add_work() 298 } else if (kwork->report == KWORK_REPORT_LATENCY) { in add_work() 305 pr_debug("Invalid bpf report type %d\n", kwork->report); in add_work()
|
| /tools/perf/tests/shell/lib/ |
| A D | coresight.sh | 55 perf report --stdio --dump -i "$1" | \ 104 FOUND_TIDS=$(perf report --stdio --dump -i "$1" | \ 110 FOUND_TIDS=$(perf report --stdio --dump -i "$1" | \
|
| /tools/lib/subcmd/ |
| A D | subcmd-util.h | 10 static inline void report(const char *prefix, const char *err, va_list params) in report() function 22 report(" Fatal: ", err, params); in die()
|
| /tools/testing/selftests/mm/ |
| A D | gup_longterm.c | 101 goto report; in do_test() 111 goto report; in do_test() 132 goto report; in do_test() 145 goto report; in do_test() 238 goto report; in do_test() 296 report: in do_test()
|
| /tools/testing/selftests/kvm/x86/ |
| A D | vmx_tsc_adjust_test.c | 114 static void report(int64_t val) in report() function 144 report(uc.args[1]); in main()
|