Searched defs:syscall_stats (Results 1 – 2 of 2) sorted by relevance
18 struct syscall_stats { struct19 u64 total_time;20 u64 squared_sum;21 u64 max_time;22 u64 min_time;23 u32 count;24 u32 error;
188 struct hashmap *syscall_stats; member1552 struct hashmap *syscall_stats; member1570 static void delete_syscall_stats(struct hashmap *syscall_stats) in delete_syscall_stats()2606 struct syscall_stats { struct2617 struct hashmap *syscall_stats = ttrace->syscall_stats; in thread__update_stats() argument4794 static struct syscall_entry *syscall__sort_stats(struct hashmap *syscall_stats) in syscall__sort_stats()4822 struct hashmap *syscall_stats) in syscall__dump_stats()