Searched refs:add_stats (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/atm/ |
H A D | proc.c | 44 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/qemu/tests/bench/ |
H A D | qht-bench.c | 369 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/tools/perf/scripts/python/ |
H A D | futex-contention.py | 44 add_stats(lock_waits, (tid, thread_thislock[tid]), elapsed)
|
/openbmc/linux/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
H A D | Util.py | 36 def add_stats(dict, key, value): function
|