Home
last modified time | relevance | path

Searched defs:syscall_stats (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/util/bpf_skel/
H A Dsyscall_summary.h18 struct syscall_stats { struct
19 u64 total_time;
20 u64 squared_sum;
21 u64 max_time;
22 u64 min_time;
23 u32 count;
24 u32 error;
/linux/tools/perf/
H A Dbuiltin-trace.c188 struct hashmap *syscall_stats; member
1552 struct hashmap *syscall_stats; member
1570 static void delete_syscall_stats(struct hashmap *syscall_stats) in delete_syscall_stats()
2606 struct syscall_stats { struct
2617 struct hashmap *syscall_stats = ttrace->syscall_stats; in thread__update_stats() argument
4794 static struct syscall_entry *syscall__sort_stats(struct hashmap *syscall_stats) in syscall__sort_stats()
4822 struct hashmap *syscall_stats) in syscall__dump_stats()