Home
last modified time | relevance | path

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

/linux-6.14.4/tools/perf/
Dbuiltin-trace.c1522 struct intlist *syscall_stats; member
1531 ttrace->syscall_stats = intlist__new(NULL); in thread_trace__new()
1546 intlist__delete(ttrace->syscall_stats); in thread_trace__delete()
1547 ttrace->syscall_stats = NULL; in thread_trace__delete()
2459 struct syscall_stats { struct
2470 struct syscall_stats *stats; in thread__update_stats() argument
2473 inode = intlist__findnew(ttrace->syscall_stats, id); in thread__update_stats()
4623 DEFINE_RESORT_RB(syscall_stats, a->msecs > b->msecs,
4624 struct syscall_stats *stats;
4630 struct syscall_stats *stats = source->priv;
[all …]