Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/
Dbuiltin-trace.c921 struct intlist *syscall_stats; member
931 ttrace->syscall_stats = intlist__new(NULL); in thread_trace__new()
1601 inode = intlist__findnew(ttrace->syscall_stats, id); in thread__update_stats()
2815 DEFINE_RESORT_RB(syscall_stats, a->msecs > b->msecs,
2835 DECLARE_RESORT_RB_INTLIST(syscall_stats, ttrace->syscall_stats); in thread__dump_stats()
2837 if (syscall_stats == NULL) in thread__dump_stats()
2846 resort_rb__for_each_entry(nd, syscall_stats) { in thread__dump_stats()
2866 resort_rb__delete(syscall_stats); in thread__dump_stats()