__augmented_syscalls__   23 tools/perf/examples/bpf/augmented_raw_syscalls.c bpf_map(__augmented_syscalls__, PERF_EVENT_ARRAY, int, u32, __NR_CPUS__);
__augmented_syscalls__   93 tools/perf/examples/bpf/augmented_raw_syscalls.c 	return perf_event_output(ctx, &__augmented_syscalls__, BPF_F_CURRENT_CPU, args, len);
__augmented_syscalls__   23 tools/perf/examples/bpf/augmented_syscalls.c bpf_map(__augmented_syscalls__, PERF_EVENT_ARRAY, int, u32, __NR_CPUS__);
__augmented_syscalls__   55 tools/perf/examples/bpf/augmented_syscalls.c 	return perf_event_output(args, &__augmented_syscalls__, BPF_F_CURRENT_CPU, 		\
__augmented_syscalls__  125 tools/perf/examples/bpf/augmented_syscalls.c 	return perf_event_output(args, &__augmented_syscalls__, BPF_F_CURRENT_CPU, 		\
__augmented_syscalls__   25 tools/perf/examples/bpf/etcsnoop.c bpf_map(__augmented_syscalls__, PERF_EVENT_ARRAY, int, u32, __NR_CPUS__);
__augmented_syscalls__   49 tools/perf/examples/bpf/etcsnoop.c 	return perf_event_output(args, &__augmented_syscalls__, BPF_F_CURRENT_CPU, 		\