Home
last modified time | relevance | path

Searched refs:summary (Results 1 – 25 of 35) sorted by relevance

12

/tools/testing/selftests/bpf/benchs/
A Drun_common.sh62 summary=$(echo $2 | tail -n1)
63 printf "%-20s %s (drops %s)\n" "$bench" "$(hits $summary)" "$(drops $summary)"
69 summary=$(echo $2 | tail -n1)
70 printf "%-20s %s%%\n" "$bench" "$(percentage $summary)"
76 summary=$(echo $2 | tail -n1)
77 printf "%-20s %s\n" "$bench" "$(ops $summary)"
83 summary=$(echo $2 | tail -n1)
84 printf "%-20s %s\n" "$bench" "$(local_storage $summary)"
90 summary=$(echo $2 | tail -n1)
91 printf "%-20s %s\n" "$bench" "$(total $summary)"
A Drun_bench_bpf_hashmap_full_update.sh9 summary=$($RUN_BENCH -p $nr_threads bpf-hashmap-full-update)
10 printf "$summary"
A Drun_bench_rename.sh7 summary=$(sudo ./bench -w2 -d5 -a rename-$i | tail -n1 | cut -d'(' -f1 | cut -d' ' -f3-)
8 printf "%-10s: %s\n" $i "$summary"
A Drun_bench_uprobes.sh7 summary=$(sudo ./bench -w2 -d5 -a trig-$i | tail -n1 | cut -d'(' -f1 | cut -d' ' -f3-)
8 printf "%-15s: %s\n" $i "$summary"
A Drun_bench_htab_mem.sh21 local summary=$(echo $2 | tail -n1)
23 printf "%-20s %s\n" "$bench" "$(htab_mem $summary)"
A Drun_bench_trigger.sh21 summary=$(sudo ./bench -w2 -d5 -a -p$p trig-$t | tail -n1 | cut -d'(' -f1 | cut -d' ' -f3-)
22 printf "%-15s: %s\n" $t "$summary"
/tools/testing/selftests/rcutorture/bin/
A Dparse-console.sh125 summary=""
129 summary="$summary Badness: $n_badness"
134 summary="$summary Warnings: $n_warn"
139 summary="$summary Bugs: $n_bugs"
146 summary="$summary (all bugs kcsan)"
148 summary="$summary KCSAN: $n_kcsan"
154 summary="$summary Call Traces: $n_calltrace"
159 summary="$summary lockdep: $n_badness"
164 summary="$summary Stalls: $n_stalls"
169 summary="$summary Starves: $n_starves"
[all …]
A Dkvm-recheck.sh113 echo KCSAN summary in $rd/kcsan.sum
/tools/perf/tests/shell/
A Dstat+csv_summary.sh11 perf stat -e cycles -x' ' -I1000 --interval-count 1 --summary 2>&1 | \
12 grep -e summary | \
13 while read summary _ _ _ _
15 if [ $summary != "summary" ]; then
24 perf stat -e cycles -x' ' -I1000 --interval-count 1 --summary --no-csv-summary 2>&1 | \
25 grep -e summary | \
A Dtest_task_analyzer.sh105 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"
126 perf script report task-analyzer --extended-times --summary --ns > "$out"
145 perf script report task-analyzer --csv-summary csvsummary > /dev/null
151 perf script report task-analyzer --csv-summary csvsummary --summary-extended \
/tools/tracing/rtla/src/
A Dtimerlat_top.c95 memset(summary, 0, sizeof(*summary)); in timerlat_top_reset_sum()
96 summary->min_irq = ~0; in timerlat_top_reset_sum()
97 summary->min_thread = ~0; in timerlat_top_reset_sum()
98 summary->min_user = ~0; in timerlat_top_reset_sum()
374 if (!summary->irq_count && !summary->thread_count) in timerlat_top_print_sum()
389 if (!summary->irq_count) { in timerlat_top_print_sum()
394 trace_seq_printf(s, "%9llu ", summary->sum_irq / summary->irq_count); in timerlat_top_print_sum()
398 if (!summary->thread_count) { in timerlat_top_print_sum()
404 summary->sum_thread / summary->thread_count); in timerlat_top_print_sum()
415 if (!summary->user_count) { in timerlat_top_print_sum()
[all …]
/tools/testing/selftests/
A Drun_kselftest.sh30 -s | --summary Print summary with detailed log in output.log (conflict with -p)
/tools/perf/
A Dbuiltin-bench.c35 const char *summary; member
119 const char *summary; member
156 printf("%14s: %s\n", bench->name, bench->summary); in dump_benchmarks()
191 printf("%14s: %s\n", coll->name, coll->summary); in print_usage()
A Dbuiltin-data.c15 const char *summary; member
A Dbuiltin-kwork.c398 if (!kwork->summary) in profile_update_timespan()
1929 if (kwork->summary) { in perf_kwork__report()
1938 if (kwork->summary) { in perf_kwork__report()
2337 .summary = false, in cmd_kwork()
2375 OPT_BOOLEAN('S', "with-summary", &kwork.summary, in cmd_kwork()
/tools/power/pm-graph/
A DREADME214 individual test data and a set of summary pages in the root. The summary.html
216 summary-issue.html and summary-devices.html files include data taken from
220 summary.html
221 summary-issues.html
222 summary-devices.html
245 run is done, the -summary command is called automatically to create summary
255 generate the timelines and summary.
259 -summary indir
261 files: summary.html, summary-issues.html, and summary-devices.html in the
286 the summary.html files.
[all …]
/tools/perf/Documentation/
A Dperf-trace.txt123 Accrue thread runtime and provide a summary at the end of the session.
140 --summary::
141 Show only a summary of syscalls by thread with min, max, and average times
145 --with-summary::
146 Show all syscalls followed by a summary by thread with min, max, and
149 --errno-summary::
151 syscalls, using only this option will trigger --summary.
153 --summary-mode=mode::
155 show the syscall summary by thread. Possible values are: thread, total,
247 --bpf-summary::
[all …]
A Dperf-sched.txt172 --summary::
173 Show only a summary of scheduling by thread with min, max, and average
177 --with-summary::
178 Show all scheduling events followed by a summary by thread with min,
A Dperf-kwork.txt103 --with-summary::
104 Show summary with statistics
A Dperf-stat.txt560 --summary::
561 Print summary for interval mode (-I).
563 --no-csv-summary::
564 Don't print 'summary' at the first column for CVS summary output.
565 This option must be used with -x and --summary.
568 'stat.no-csv-summary'.
570 $ perf config stat.no-csv-summary=true
/tools/testing/kunit/
A Dkunit.py52 summary: bool
241 if request.summary or request.failed:
477 summary=cli_args.summary,
526 summary=cli_args.summary,
553 json=cli_args.json, summary=cli_args.summary,
/tools/perf/scripts/python/
A Dtask-analyzer.py195 if args.summary or args.summary_extended or args.summary_only:
696 if not args.summary and len(_list) > 1:
799 if args.time_limit and (args.summary or args.summary_only or args.summary_extended):
802 args.summary = True
805 if args.csv and (args.summary_extended or args.summary) and not args.csv_summary:
917 if args.summary or args.summary_extended or args.summary_only:
/tools/perf/util/
A Dkwork.h231 bool summary; member
A Dstat.h84 bool summary; member
/tools/power/pm-graph/config/
A Dexample.cfg78 # Run N tests D seconds apart, generates separate outputs with a summary (default: false)

Completed in 35 milliseconds

12