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 | 31 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/tools/perf/ |
H A D | builtin-trace.c | 4314 * Set up the __augmented_syscalls__ BPF map to hold for each 4318 bpf_map__update_elem(trace->skel->maps.__augmented_syscalls__, 5071 int err = parse_event(evlist, "bpf-output/no-inherit=1,name=__augmented_syscalls__/"); 5074 pr_debug("ERROR: failed to create the \"__augmented_syscalls__\" bpf-output event\n"); 5242 * __augmented_syscalls__ code, if it is in the mix, say, via 5314 assert(evsel__name_is(trace.syscalls.events.bpf_output, "__augmented_syscalls__")); 5365 * __augmented_syscalls__ BPF map with what is in the 5390 * Augmented is __augmented_syscalls__ BPF_OUTPUT event
|