Searched refs:summary (Results 1 – 21 of 21) sorted by relevance
/tools/testing/selftests/rcutorture/bin/ |
D | parse-console.sh | 125 summary="" 129 summary="$summary Badness: $n_badness" 134 summary="$summary Warnings: $n_warn" 139 summary="$summary Bugs: $n_bugs" 144 summary="$summary Call Traces: $n_calltrace" 149 summary="$summary lockdep: $n_badness" 154 summary="$summary Stalls: $n_stalls" 159 summary="$summary Starves: $n_starves" 161 print_warning Summary: $summary
|
D | kvm-recheck.sh | 83 echo KCSAN summary in $rd/kcsan.sum
|
/tools/testing/selftests/bpf/benchs/ |
D | run_bench_rename.sh | 7 summary=$(sudo ./bench -w2 -d5 -a rename-$i | tail -n1 | cut -d'(' -f1 | cut -d' ' -f3-) 8 printf "%-10s: %s\n" $i "$summary"
|
D | run_bench_trigger.sh | 7 summary=$(sudo ./bench -w2 -d5 -a trig-$i | tail -n1 | cut -d'(' -f1 | cut -d' ' -f3-) 8 printf "%-10s: %s\n" $i "$summary"
|
D | run_bench_ringbufs.sh | 29 summary=$(echo $2 | tail -n1) 30 printf "%-20s %s (drops %s)\n" "$bench" "$(hits $summary)" "$(drops $summary)"
|
/tools/testing/selftests/ |
D | run_kselftest.sh | 23 -s | --summary Print summary with detailed log in output.log
|
/tools/perf/ |
D | builtin-bench.c | 35 const char *summary; member 97 const char *summary; member 132 printf("%14s: %s\n", bench->name, bench->summary); in dump_benchmarks() 167 printf("%14s: %s\n", coll->name, coll->summary); in print_usage()
|
D | builtin-data.c | 16 const char *summary; member 45 printf("\t %s\t- %s\n", cmd->name, cmd->summary); in print_usage()
|
D | builtin-stat.c | 910 if (interval && stat_config.summary) { in __run_perf_stat() 1172 OPT_BOOLEAN(0, "summary", &stat_config.summary, 2355 if (!forever && status != -1 && (!interval || stat_config.summary)) in cmd_stat()
|
D | builtin-trace.c | 178 bool summary; member 2448 if (trace->summary) 4130 if (trace->summary) 4278 else if (trace->summary) 4796 OPT_BOOLEAN('S', "with-summary", &trace.summary, 5107 if (trace.errno_summary && !trace.summary && !trace.summary_only) 5112 trace.summary = trace.summary_only;
|
D | builtin-sched.c | 234 bool summary; member 3067 sched->summary = sched->summary_only; in perf_sched__timehist() 3082 if (sched->summary) in perf_sched__timehist() 3487 OPT_BOOLEAN('S', "with-summary", &sched.summary, in cmd_sched()
|
/tools/power/pm-graph/ |
D | README | 214 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 247 speed up the testing by not creating timelines or summary html files. You 248 can then run the tool again at a later time with -summary and -genhtml to 252 Run the test and capture the trace logs, but skip the timeline and summary 254 copy the data to a faster host machine and run -summary -genhtml to [all …]
|
/tools/perf/Documentation/ |
D | perf-sched.txt | 126 --summary:: 127 Show only a summary of scheduling by thread with min, max, and average 131 --with-summary:: 132 Show all scheduling events followed by a summary by thread with min,
|
D | perf-trace.txt | 123 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.
|
D | perf-stat.txt | 433 --summary:: 434 Print summary for interval mode (-I).
|
/tools/perf/util/ |
D | stat.h | 121 bool summary; member
|
D | stat.c | 415 if (config->interval || config->summary) { in perf_stat_process_counter()
|
/tools/power/pm-graph/config/ |
D | example.cfg | 78 # Run N tests D seconds apart, generates separate outputs with a summary (default: false)
|
/tools/usb/usbip/ |
D | INSTALL | 208 Print a summary of the options to `configure', and exit.
|
/tools/testing/selftests/tc-testing/ |
D | README | 67 tdc will list the test names as they are being run, and print a summary in
|
/tools/memory-model/Documentation/ |
D | explanation.txt | 1340 In summary, the fact that the hb relation links memory access events 1425 In summary, the fact that the pb relation links events in the order
|