Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/tools/perf/scripts/python/
Dfutex-contention.py44 add_stats(lock_waits, (tid, thread_thislock[tid]), elapsed)
/kernel/linux/linux-5.10/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DUtil.py36 def add_stats(dict, key, value): function