Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/bpf_skel/
H A Daugmented_raw_syscalls.bpf.c31 struct __augmented_syscalls__ { struct
36 } __augmented_syscalls__ SEC(".maps");
157 return bpf_perf_event_output(ctx, &__augmented_syscalls__, BPF_F_CURRENT_CPU, args, len); in augmented__output()
162 return bpf_perf_event_output(ctx, &__augmented_syscalls__, BPF_F_CURRENT_CPU, data, len); in augmented__beauty_output()
/linux-6.15/tools/perf/
H A Dbuiltin-trace.c4481 bpf_map__update_elem(trace->skel->maps.__augmented_syscalls__, in trace__run()