Home
last modified time | relevance | path

Searched refs:syscall_stats_map (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/util/bpf_skel/
H A Dsyscall_summary.bpf.c29 struct syscall_stats_map { struct
34 } syscall_stats_map SEC(".maps");
76 stats = bpf_map_lookup_elem(&syscall_stats_map, &key); in update_stats()
80 bpf_map_update_elem(&syscall_stats_map, &key, &zero, BPF_NOEXIST); in update_stats()
81 stats = bpf_map_lookup_elem(&syscall_stats_map, &key); in update_stats()
/linux/tools/perf/util/
H A Dbpf-trace-summary.c379 struct bpf_map *map = skel->maps.syscall_stats_map; in trace_print_bpf_summary()