Home
last modified time | relevance | path

Searched refs:bpf_perf_event_output (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_get_stack_rawtp.c79 bpf_perf_event_output(ctx, &perfmap, 0, data, sizeof(*data)); in bpf_prog1()
96 bpf_perf_event_output(ctx, &perfmap, 0, raw_data, total_size); in bpf_prog1()
Dbpf_helpers.h44 static int (*bpf_perf_event_output)(void *ctx, void *map, variable
/Linux-v4.19/samples/bpf/
Dtrace_output_kern.c24 bpf_perf_event_output(ctx, &my_map, 0, &data, sizeof(data)); in bpf_prog1()
Dxdp_sample_pkts_kern.c56 ret = bpf_perf_event_output(ctx, &my_map, flags, in xdp_sample_prog()
/Linux-v4.19/tools/bpf/bpftool/Documentation/
Dbpftool-map.rst84 output of any bpf_perf_event_output() call in the kernel.
/Linux-v4.19/kernel/trace/
Dbpf_trace.c399 BPF_CALL_5(bpf_perf_event_output, struct pt_regs *, regs, struct bpf_map *, map, in BPF_CALL_5() argument
420 .func = bpf_perf_event_output,
/Linux-v4.19/Documentation/bpf/
Dbpf_design_QA.rst211 programs need to pass data to user space. Like bpf_perf_event_output()