Home
last modified time | relevance | path

Searched refs:mean (Results 1 – 12 of 12) sorted by relevance

/tools/perf/util/
Dstat.h16 double n, mean, M2; member
161 stats->mean = 0.0; in init_stats()
Dstat.c23 delta = val - stats->mean; in update_stats()
24 stats->mean += delta / stats->n; in update_stats()
25 stats->M2 += delta*(val - stats->mean); in update_stats()
36 return stats->mean; in avg_stats()
/tools/testing/selftests/rcutorture/doc/
Drcu-test-image.txt2 scripting. But minimal really does mean "minimal", namely just a single
/tools/perf/
Dbuiltin-kvm.c479 COMPARE_EVENT_KEY(mean, stats.mean);
488 DEF_SORT_NAME_KEY(time, mean),
Dbuiltin-sched.c2678 double mean = avg_stats(&r->run_stats); in print_thread_runtime() local
2686 stddev = rel_stddev_stats(stddev_stats(&r->run_stats), mean); in print_thread_runtime()
2689 print_sched_time((u64) mean, 6); in print_thread_runtime()
Dbuiltin-c2c.c1147 struct hist_entry *he, double mean) in mean_entry() argument
1152 scnprintf(buf, 10, "%6.0f", mean); in mean_entry()
/tools/memory-model/Documentation/
Dsimple.txt233 But be careful. "Unordered" really does mean "unordered". It is all
247 sophisticated optimizing compilers mean that those days are long gone.
Dexplanation.txt173 If this were to occur it would mean the driver contains a bug, because
266 Z ordered before X, because this would mean that X is ordered before
604 mean the same thing except that cache coherence includes an extra
925 What does it mean to say that a read-modify-write (rmw) update, such
1186 doesn't mean that W has to execute after R. All that's necessary is
1502 What exactly do we mean by saying that a critical section "starts
Dlitmus-tests.txt106 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/
Dstack-validation.txt180 they mean, and suggestions for how to fix them.
/tools/perf/Documentation/
Dperf-script-python.txt179 mean either that the record step recorded event types that it wasn't
Dperf-config.txt452 'folded' mean call chains are displayed in a line, separated by semicolons.