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

/linux-master/tools/perf/
H A Dbuiltin-trace.c1283 struct intlist *syscall_stats; member in struct:thread_trace
1292 ttrace->syscall_stats = intlist__new(NULL);
1307 intlist__delete(ttrace->syscall_stats);
1308 ttrace->syscall_stats = NULL;
2190 struct syscall_stats { struct
2201 struct syscall_stats *stats;
2204 inode = intlist__findnew(ttrace->syscall_stats, id);
4217 DEFINE_RESORT_RB(syscall_stats, a->msecs > b->msecs,
4218 struct syscall_stats *stats;
4224 struct syscall_stats *stat
[all...]

Completed in 130 milliseconds