| /tools/testing/selftests/net/tcp_ao/ |
| A D | bench-lookups.c | 76 double mean; member 123 delta = (double)nsec - st->mean; in measure_call() 124 st->mean += delta / st->nr; in measure_call() 125 st->s2 += delta * ((double)nsec - st->mean); in measure_call() 206 bs->mean / 1000000, sqrt((bs->mean / 1000000) / bs->nr)); in test_print_stats()
|
| /tools/testing/selftests/bpf/benchs/ |
| A D | bench_local_storage_rcu_tasks_trace.c | 230 printf("\tavg %.3lf us\tstddev %.3lf us\n", gp_stat.mean, gp_stat.stddev); in report_final() 233 printf("\tavg %.3lf\tstddev %.3lf\n", gp_stat.mean, gp_stat.stddev); in report_final()
|
| /tools/perf/util/ |
| A D | stat.h | 17 double n, mean, M2; member 129 stats->mean = 0.0; in init_stats()
|
| A D | bpf_ftrace.c | 192 stats->mean = skel->bss->total / skel->bss->count; in perf_ftrace__latency_read_bpf() 198 stats->mean /= 1000; in perf_ftrace__latency_read_bpf()
|
| A D | stat.c | 25 delta = val - stats->mean; in update_stats() 26 stats->mean += delta / stats->n; in update_stats() 27 stats->M2 += delta*(val - stats->mean); in update_stats() 38 return stats->mean; in avg_stats()
|
| A D | intel-tpebs.c | 606 val = rint(evsel->retirement_latency.mean); in evsel__tpebs_read() 622 val = rint(t->stats.mean); in evsel__tpebs_read()
|
| A D | evsel.h | 186 double mean; member
|
| A D | parse-events.c | 1608 evsel->retirement_latency.mean = info.retirement_latency_mean; in parse_events_add_pmu()
|
| /tools/testing/selftests/bpf/ |
| A D | bench.h | 37 double mean; member
|
| A D | bench.c | 92 gp_stat->mean += res[i].gp_ns / 1000.0 / (double)res[i].gp_ct / (0.0 + res_cnt); in grace_period_latency_basic_stats() 94 #define IT_MEAN_DIFF (res[i].gp_ns / 1000.0 / (double)res[i].gp_ct - gp_stat->mean) in grace_period_latency_basic_stats() 110 gp_stat->mean += res[i].stime / (double)res[i].gp_ct / (0.0 + res_cnt); in grace_period_ticks_basic_stats() 112 #define IT_MEAN_DIFF (res[i].stime / (double)res[i].gp_ct - gp_stat->mean) in grace_period_ticks_basic_stats()
|
| /tools/perf/ |
| A D | builtin-ftrace.c | 1033 printf(" total time: %20.0f\n", latency_stats.mean * latency_stats.n); in display_histogram() 1034 printf(" avg time: %20.0f\n", latency_stats.mean); in display_histogram() 1345 v1 = p1->st.mean; in cmp_profile_data() 1346 v2 = p2->st.mean; in cmp_profile_data() 1358 v1 = p1->st.n * p1->st.mean; in cmp_profile_data() 1359 v2 = p2->st.n * p2->st.mean; in cmp_profile_data() 1402 p->st.n * p->st.mean / 1000, p->st.mean / 1000, in print_profile_result()
|
| A D | builtin-kvm.c | 81 COMPARE_EVENT_KEY(mean, stats.mean); 154 EV_METRIC_CMP(mean)
|
| A D | builtin-stat.c | 287 val = ru_stats.ru_utime_usec_stat.mean; in read_single_counter() 289 val = ru_stats.ru_stime_usec_stat.mean; in read_single_counter()
|
| A D | builtin-sched.c | 2957 double mean = avg_stats(&r->run_stats); in print_thread_runtime() local 2965 stddev = rel_stddev_stats(stddev_stats(&r->run_stats), mean); in print_thread_runtime() 2968 print_sched_time((u64) mean, 6); in print_thread_runtime()
|
| A D | builtin-c2c.c | 1272 struct hist_entry *he, double mean) in mean_entry() argument 1277 scnprintf(buf, 10, "%6.0f", mean); in mean_entry()
|
| /tools/testing/selftests/rcutorture/doc/ |
| A D | rcu-test-image.txt | 2 scripting. But minimal really does mean "minimal", namely just a single
|
| /tools/perf/scripts/python/ |
| A D | task-analyzer.py | 304 def __init__(self, pid, tid, comm, runs, acc, mean, argument 311 self.mean = mean
|
| /tools/perf/Documentation/ |
| A D | perf-kvm.txt | 105 (sort by mean time).
|
| A D | perf-stat.txt | 509 --tpebs-mode=[mean|min|max|last]:: 511 combined. The default "mean" gives the average of retirement
|
| A D | perf-config.txt | 483 'folded' mean call chains are displayed in a line, separated by semicolons.
|
| A D | perf-script-python.txt | 179 mean either that the record step recorded event types that it wasn't
|
| /tools/memory-model/Documentation/ |
| A D | simple.txt | 232 But be careful. "Unordered" really does mean "unordered". It is all 246 sophisticated optimizing compilers mean that those days are long gone.
|
| A D | explanation.txt | 174 If this were to occur it would mean the driver contains a bug, because 267 Z ordered before X, because this would mean that X is ordered before 657 mean the same thing except that cache coherence includes an extra 978 What does it mean to say that a read-modify-write (rmw) update, such 1269 doesn't mean that W has to execute after R. All that's necessary is 1585 What exactly do we mean by saying that a critical section "starts
|
| A D | litmus-tests.txt | 106 to zero suffices for this test, the "{}" syntax is used, which mean the 126 and P1() mean that both processes are working with two shared global
|
| /tools/objtool/Documentation/ |
| A D | objtool.txt | 272 they mean, and suggestions for how to fix them. When in doubt, ping
|