Home
last modified time | relevance | path

Searched refs:add_stats (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/tests/bench/
H A Dqht-bench.c369 static void add_stats(struct thread_stats *s, struct thread_info *info, int n) in add_stats() function
395 add_stats(&s, rw_info, n_rw_threads); in pr_stats()
396 add_stats(&s, rz_info, n_rz_threads); in pr_stats()
/openbmc/linux/net/atm/
H A Dproc.c44 static void add_stats(struct seq_file *seq, const char *aal, in add_stats() function
61 add_stats(seq, "0", &dev->stats.aal0); in atm_dev_info()
63 add_stats(seq, "5", &dev->stats.aal5); in atm_dev_info()
/openbmc/linux/tools/perf/scripts/python/
H A Dfutex-contention.py44 add_stats(lock_waits, (tid, thread_thislock[tid]), elapsed)
/openbmc/linux/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DUtil.py36 def add_stats(dict, key, value): function