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