Home
last modified time | relevance | path

Searched refs:bpf_output (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/util/
H A Dbpf_trace_augment.c11 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()
/linux/net/core/
H A Dlwt_bpf.c147 static int bpf_output(struct net *net, struct sock *sk, struct sk_buff *skb) in bpf_output() function
529 .output = bpf_output,
/linux/tools/perf/
H A Dbuiltin-trace.c153 *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