Lines Matching refs:syscall_stats
1286 struct intlist *syscall_stats; member
1295 ttrace->syscall_stats = intlist__new(NULL); in thread_trace__new()
2161 struct syscall_stats { struct
2172 struct syscall_stats *stats; argument
2175 inode = intlist__findnew(ttrace->syscall_stats, id);
4337 DEFINE_RESORT_RB(syscall_stats, a->msecs > b->msecs,
4338 struct syscall_stats *stats;
4344 struct syscall_stats *stats = source->priv;
4357 DECLARE_RESORT_RB_INTLIST(syscall_stats, ttrace->syscall_stats);
4359 if (syscall_stats == NULL)
4368 resort_rb__for_each_entry(nd, syscall_stats) {
4369 struct syscall_stats *stats = syscall_stats_entry->stats;
4398 resort_rb__delete(syscall_stats);