Home
last modified time | relevance | path

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

/Linux-v5.4/net/atm/
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()
/Linux-v5.4/tools/perf/scripts/python/
Dfutex-contention.py40 add_stats(lock_waits, (tid, thread_thislock[tid]), elapsed)
/Linux-v5.4/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DUtil.py36 def add_stats(dict, key, value): function