Home
last modified time | relevance | path

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

/Linux-v5.15/tools/perf/
Dbuiltin-trace.c1280 struct intlist *syscall_stats; member
1289 ttrace->syscall_stats = intlist__new(NULL); in thread_trace__new()
2144 struct syscall_stats { struct
2155 struct syscall_stats *stats; argument
2158 inode = intlist__findnew(ttrace->syscall_stats, id);
4312 DEFINE_RESORT_RB(syscall_stats, a->msecs > b->msecs,
4313 struct syscall_stats *stats;
4319 struct syscall_stats *stats = source->priv;
4332 DECLARE_RESORT_RB_INTLIST(syscall_stats, ttrace->syscall_stats);
4334 if (syscall_stats == NULL)
[all …]