Searched refs:bpf_output (Results 1 – 3 of 3) sorted by relevance
11 static struct evsel *bpf_output; variable 54 bpf_output = evlist__last(evlist); in augmented_syscalls__create_bpf_output() 55 assert(evsel__name_is(bpf_output, "__augmented_syscalls__")); in augmented_syscalls__create_bpf_output() 65 if (bpf_output == NULL) in augmented_syscalls__setup_bpf_output() 72 perf_cpu_map__for_each_cpu(cpu, i, bpf_output->core.cpus) { in augmented_syscalls__setup_bpf_output() 77 xyarray__entry(bpf_output->core.fd, in augmented_syscalls__setup_bpf_output()
147 static int bpf_output(struct net *net, struct sock *sk, struct sk_buff *skb) in bpf_output() function529 .output = bpf_output,
153 *bpf_output;3452 if (evsel == trace->syscalls.events.bpf_output) { in trace__set_base_time() 3469 * fall thru and print it as a bpf_output event. in trace__process_sample() 5775 trace.syscalls.events.bpf_output = evlist__last(trace.evlist); in cmd_trace() 5830 if (trace.syscalls.events.bpf_output) {5839 if (trace.syscalls.events.bpf_output->priv == NULL &&5841 struct evsel *augmented = trace.syscalls.events.bpf_output;152 *bpf_output; global() member