Home
last modified time | relevance | path

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

/tools/perf/util/
Dstat.h8 struct stats struct
29 struct stats res_stats[3]; argument
54 static inline void init_stats(struct stats *stats) in init_stats()
Dstat.c7 void update_stats(struct stats *stats, u64 val) in update_stats()
23 double avg_stats(struct stats *stats) in avg_stats()
44 double stddev_stats(struct stats *stats) in stddev_stats()
Dkvm-stat.h20 struct stats stats; member
Devlist.h96 struct events_stats stats; member
Dhist.h79 struct events_stats stats; member
Dauxtrace.c1143 void events_stats__auxtrace_error_warn(const struct events_stats *stats) in events_stats__auxtrace_error_warn()
Dsession.c1532 const struct events_stats *stats = &session->evlist->stats; in perf_session__warn_about_errors() local
Dhist.c2099 void events_stats__inc(struct events_stats *stats, u32 type) in events_stats__inc()
/tools/testing/selftests/powerpc/pmu/ebb/
Debb.h26 } stats; member
/tools/kvm/kvm_stat/
Dkvm_stat794 def __init__(self, stats): argument
963 def batch(stats): argument
972 def log(stats): argument
/tools/power/cpupower/utils/
Dcpufreq-info.c412 struct cpufreq_stats *stats = cpufreq_get_stats(cpu, &total_time); in get_freq_stats() local
/tools/perf/
Dbuiltin-trace.c88 } stats; member
1444 struct stats *stats; in thread__update_stats() local
2568 struct stats *stats = source->priv; variable
2593 struct stats *stats = syscall_stats_entry->stats; in thread__dump_stats() local
/tools/perf/ui/stdio/
Dhist.c801 size_t events_stats__fprintf(struct events_stats *stats, FILE *fp) in events_stats__fprintf()