Lines Matching refs:syscall_stats
1274 struct intlist *syscall_stats;
1283 ttrace->syscall_stats = intlist__new(NULL);
2142 struct syscall_stats {
2153 struct syscall_stats *stats;
2156 inode = intlist__findnew(ttrace->syscall_stats, id);
4296 DEFINE_RESORT_RB(syscall_stats, a->msecs > b->msecs,
4297 struct syscall_stats *stats;
4303 struct syscall_stats *stats = source->priv;
4316 DECLARE_RESORT_RB_INTLIST(syscall_stats, ttrace->syscall_stats);
4318 if (syscall_stats == NULL)
4327 resort_rb__for_each_entry(nd, syscall_stats) {
4328 struct syscall_stats *stats = syscall_stats_entry->stats;
4357 resort_rb__delete(syscall_stats);