Searched refs:print_bpf_output (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/samples/bpf/ |
D | trace_output_user.c | 22 static void print_bpf_output(void *ctx, int cpu, void *data, __u32 size) in print_bpf_output() function 86 pb = perf_buffer__new(map_fd, 8, print_bpf_output, NULL, NULL, NULL); in main()
|
D | xdp_sample_pkts_user.c | 73 static void print_bpf_output(void *ctx, int cpu, void *data, __u32 size) in print_bpf_output() function 184 pb = perf_buffer__new(map_fd, 8, print_bpf_output, NULL, NULL, NULL); in main()
|
/linux-5.19.10/tools/bpf/bpftool/ |
D | map_perf_ring.c | 65 print_bpf_output(void *private_data, int cpu, struct perf_event_header *event) in print_bpf_output() function 197 print_bpf_output, &ctx, &opts); in do_event_pipe()
|