Home
last modified time | relevance | path

Searched refs:__augmented_syscalls__ (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/examples/bpf/
H A Daugmented_syscalls.c23 bpf_map(__augmented_syscalls__, PERF_EVENT_ARRAY, int, u32, __NR_CPUS__);
55 return perf_event_output(args, &__augmented_syscalls__, BPF_F_CURRENT_CPU, \
125 return perf_event_output(args, &__augmented_syscalls__, BPF_F_CURRENT_CPU, \
H A Detcsnoop.c25 bpf_map(__augmented_syscalls__, PERF_EVENT_ARRAY, int, u32, __NR_CPUS__);
49 return perf_event_output(args, &__augmented_syscalls__, BPF_F_CURRENT_CPU, \
H A Daugmented_raw_syscalls.c23 bpf_map(__augmented_syscalls__, PERF_EVENT_ARRAY, int, u32, __NR_CPUS__);
93 return perf_event_output(ctx, &__augmented_syscalls__, BPF_F_CURRENT_CPU, args, len); in augmented__output()
/kernel/linux/linux-6.6/tools/perf/util/bpf_skel/
H A Daugmented_raw_syscalls.bpf.c39 struct __augmented_syscalls__ { struct
44 } __augmented_syscalls__ SEC(".maps");
149 return bpf_perf_event_output(ctx, &__augmented_syscalls__, BPF_F_CURRENT_CPU, args, len); in augmented__output()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-trace.c3915 * Set up the __augmented_syscalls__ BPF map to hold for each
3919 bpf_map__update_elem(trace->skel->maps.__augmented_syscalls__,
4666 int err = parse_event(evlist, "bpf-output/no-inherit=1,name=__augmented_syscalls__/");
4669 pr_debug("ERROR: failed to create the \"__augmented_syscalls__\" bpf-output event\n");
4835 * __augmented_syscalls__ code, if it is in the mix, say, via
4902 assert(!strcmp(evsel__name(trace.syscalls.events.bpf_output), "__augmented_syscalls__"));
4948 * __augmented_syscalls__ BPF map with what is in the
4973 * Augmented is __augmented_syscalls__ BPF_OUTPUT event

Completed in 9 milliseconds