Home
last modified time | relevance | path

Searched defs:stats (Results 1 – 25 of 29) sorted by relevance

12

/tools/perf/util/
Dstat.h16 struct stats { struct
17 double n, mean, M2;
18 u64 max, min;
146 struct runtime_stat *stats; member
171 static inline void init_stats(struct stats *stats) in init_stats()
Dstat.c19 void update_stats(struct stats *stats, u64 val) in update_stats()
35 double avg_stats(struct stats *stats) in avg_stats()
56 double stddev_stats(struct stats *stats) in stddev_stats()
Dmem-events.c463 int c2c_decode_stats(struct c2c_stats *stats, struct mem_info *mi) in c2c_decode_stats()
578 void c2c_add_stats(struct c2c_stats *stats, struct c2c_stats *add) in c2c_add_stats()
Dkvm-stat.h24 struct stats stats; member
Devlist.h65 struct events_stats stats; member
Dstat-shadow.c36 struct stats stats; member
824 struct stats *stats; in prepare_metric() local
Dsort.h75 struct stats stats; member
Devsel.h104 struct perf_stat_evsel *stats; member
Dhist.c2311 void events_stats__inc(struct events_stats *stats, u32 type) in events_stats__inc()
2317 static void hists_stats__inc(struct hists_stats *stats) in hists_stats__inc()
Dhist.h99 struct hists_stats stats; member
Dsession.c1855 const struct events_stats *stats = &session->evlist->stats; in perf_session__warn_about_errors() local
/tools/testing/selftests/sparc64/drivers/
Dadi-test.c90 struct stats { struct
97 static struct stats read_stats = { argument
/tools/testing/selftests/vm/
Duserfaultfd.c173 static void uffd_stats_report(struct uffd_stats *stats, int n_cpus) in uffd_stats_report()
663 struct uffd_stats *stats) in uffd_handle_page_fault()
712 struct uffd_stats *stats = (struct uffd_stats *)arg; in uffd_poll_thread() local
770 struct uffd_stats *stats = (struct uffd_stats *)arg; in uffd_read_thread() local
1117 struct uffd_stats stats = { 0 }; in userfaultfd_events_test() local
1172 struct uffd_stats stats = { 0 }; in userfaultfd_sig_test() local
1233 struct uffd_stats stats = { 0 }; in userfaultfd_minor_test() local
/tools/testing/selftests/exec/
Dload_address.c16 struct Statistics *stats = (struct Statistics *) data; in ExtractStatistics() local
/tools/testing/selftests/powerpc/pmu/ebb/
Debb.h26 } stats; member
/tools/objtool/
Dbuiltin-check.c22 bool no_fp, no_unreachable, retpoline, module, backtrace, uaccess, stats, variable
/tools/testing/selftests/bpf/prog_tests/
Dxdp_noinline.c19 } stats[nr_cpus]; in test_xdp_noinline() local
Dl4lb_all.c17 } stats[nr_cpus]; in test_l4lb() local
/tools/kvm/kvm_stat/
Dkvm_stat992 def __init__(self, stats, opts): argument
1161 def get_sorted_events(self, stats): argument
1488 def batch(stats): argument
1531 def log(stats, opts, frmt, keys): argument
/tools/perf/
Dbuiltin-c2c.c51 struct c2c_stats stats; member
62 struct c2c_stats stats; member
246 struct c2c_stats *stats, in compute_stats()
267 struct c2c_stats stats = { .nr_entries = 0, }; in process_sample_event() local
716 static uint64_t total_loads(struct c2c_stats *stats) in total_loads()
790 struct c2c_stats *stats; in percent_hitm() local
1104 struct c2c_stats *stats = &c2c_he->node_stats[node]; in node_entry() local
1871 static bool he__display(struct hist_entry *he, struct c2c_stats *stats) in he__display()
2110 struct c2c_stats *stats = &c2c.hists.stats; in print_c2c__display_stats() local
2156 struct c2c_stats *stats = &c2c.shared_clines_stats; in print_shared_cacheline_info() local
Dbuiltin-trace.c168 } stats; member
2153 struct stats stats; member
2163 struct syscall_stats *stats; local
4322 struct syscall_stats *stats = source->priv; variable
4347 struct syscall_stats *stats = syscall_stats_entry->stats; local
/tools/power/cpupower/utils/
Dcpufreq-info.c436 struct cpufreq_stats *stats = cpufreq_get_stats(cpu, &total_time); in get_freq_stats() local
/tools/testing/selftests/bpf/
Dxdpxceiver.c694 struct xdp_statistics stats; in rx_stats_are_valid() local
735 struct xdp_statistics stats; in tx_stats_validate() local
/tools/testing/selftests/bpf/progs/
Dpyperf.h259 Stats* stats = bpf_map_lookup_elem(&statsmap, &zero); in __on_event() local
/tools/perf/ui/stdio/
Dhist.c900 size_t events_stats__fprintf(struct events_stats *stats, FILE *fp, in events_stats__fprintf()

12