Searched refs:__augmented_syscalls__ (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/perf/util/bpf_skel/ |
| H A D | augmented_raw_syscalls.bpf.c | 32 struct __augmented_syscalls__ { struct 37 } __augmented_syscalls__ SEC(".maps"); 158 return bpf_perf_event_output(ctx, &__augmented_syscalls__, BPF_F_CURRENT_CPU, args, len); in augmented__output() 163 return bpf_perf_event_output(ctx, &__augmented_syscalls__, BPF_F_CURRENT_CPU, data, len); in augmented__beauty_output()
|
| /linux/tools/perf/util/ |
| H A D | bpf_trace_augment.c | 47 int err = parse_event(evlist, "bpf-output/no-inherit=1,name=__augmented_syscalls__/"); in augmented_syscalls__create_bpf_output() 55 assert(evsel__name_is(bpf_output, "__augmented_syscalls__")); in augmented_syscalls__create_bpf_output() 69 * Set up the __augmented_syscalls__ BPF map to hold for each in augmented_syscalls__setup_bpf_output() 75 bpf_map__update_elem(skel->maps.__augmented_syscalls__, in augmented_syscalls__setup_bpf_output()
|