Lines Matching refs:syscall_stats
1282 struct intlist *syscall_stats;
1291 ttrace->syscall_stats = intlist__new(NULL);
1306 intlist__delete(ttrace->syscall_stats);
1307 ttrace->syscall_stats = NULL;
2189 struct syscall_stats {
2200 struct syscall_stats *stats;
2203 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 *stats = source->priv;
4237 DECLARE_RESORT_RB_INTLIST(syscall_stats, ttrace->syscall_stats);
4239 if (syscall_stats == NULL)
4248 resort_rb__for_each_entry(nd, syscall_stats) {
4249 struct syscall_stats *stats = syscall_stats_entry->stats;
4278 resort_rb__delete(syscall_stats);