Home
last modified time | relevance | path

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

/linux/tools/perf/util/bpf_skel/
H A Daugmented_raw_syscalls.bpf.c32 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 Dbpf_trace_augment.c75 bpf_map__update_elem(skel->maps.__augmented_syscalls__, in augmented_syscalls__setup_bpf_output()