Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/
Dbuiltin-trace.c1518 struct intlist *syscall_stats; member
1527 ttrace->syscall_stats = intlist__new(NULL); in thread_trace__new()
1542 intlist__delete(ttrace->syscall_stats); in thread_trace__delete()
1543 ttrace->syscall_stats = NULL; in thread_trace__delete()
2477 struct syscall_stats { struct
2488 struct syscall_stats *stats; argument
2491 inode = intlist__findnew(ttrace->syscall_stats, id);
4620 DEFINE_RESORT_RB(syscall_stats, a->msecs > b->msecs,
4621 struct syscall_stats *stats;
4627 struct syscall_stats *stats = source->priv;
[all …]