Searched refs:__augmented_syscalls__ (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/examples/bpf/ |
H A D | augmented_syscalls.c | 23 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 D | etcsnoop.c | 25 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 D | augmented_raw_syscalls.c | 23 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 D | augmented_raw_syscalls.bpf.c | 39 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 D | builtin-trace.c | 3915 * 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