Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/
Dbuiltin-trace.c1068 struct intlist *syscall_stats; member
1077 ttrace->syscall_stats = intlist__new(NULL); in thread_trace__new()
1854 inode = intlist__findnew(ttrace->syscall_stats, id); in thread__update_stats()
3667 DEFINE_RESORT_RB(syscall_stats, a->msecs > b->msecs,
3687 DECLARE_RESORT_RB_INTLIST(syscall_stats, ttrace->syscall_stats); in thread__dump_stats()
3689 if (syscall_stats == NULL) in thread__dump_stats()
3698 resort_rb__for_each_entry(nd, syscall_stats) { in thread__dump_stats()
3718 resort_rb__delete(syscall_stats); in thread__dump_stats()