Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/bpf/progs/
Dtest_get_stack_rawtp.c80 bpf_perf_event_output(ctx, &perfmap, 0, data, sizeof(*data)); in bpf_prog1()
97 bpf_perf_event_output(ctx, &perfmap, 0, raw_data, total_size); in bpf_prog1()
Dtest_perf_buffer.c20 bpf_perf_event_output(ctx, &perf_buf_map, BPF_F_CURRENT_CPU, in handle_sys_enter()
Dperfbuf_bench.c28 if (bpf_perf_event_output(ctx, &perfbuf, BPF_F_CURRENT_CPU, in bench_perfbuf()
Dprofiler.inc.h595 bpf_perf_event_output(ctx, &events, BPF_F_CURRENT_CPU, sysctl_data, data_len); in BPF_KPROBE()
671 bpf_perf_event_output(ctx, &events, BPF_F_CURRENT_CPU, kill_data, data_len); in raw_tracepoint__sched_process_exit()
754 bpf_perf_event_output(ctx, &events, BPF_F_CURRENT_CPU, proc_exec_data, data_len); in raw_tracepoint__sched_process_exec()
819 bpf_perf_event_output(ctx, &events, BPF_F_CURRENT_CPU, filemod_data, data_len); in kprobe_ret__do_filp_open()
882 bpf_perf_event_output(ctx, &events, BPF_F_CURRENT_CPU, filemod_data, data_len); in BPF_KPROBE()
939 bpf_perf_event_output(ctx, &events, BPF_F_CURRENT_CPU, filemod_data, data_len); in BPF_KPROBE()
969 bpf_perf_event_output(ctx, &events, BPF_F_CURRENT_CPU, fork_data, data_len); in raw_tracepoint__sched_process_fork()
Dtest_tcpnotify_kern.c84 bpf_perf_event_output(skops, &perf_event_map, in bpf_testcb()
Dpyperf.h264 bpf_perf_event_output(ctx, &perfmap, 0, event, offsetof(Event, metadata)); in __on_event()
Dstrobemeta.h543 bpf_perf_event_output(ctx, &samples, 0, sample, 1 + sample_size); in on_event()
/Linux-v5.10/samples/bpf/
Dtrace_output_kern.c25 bpf_perf_event_output(ctx, &my_map, 0, &data, sizeof(data)); in SYSCALL()
Dxdp_sample_pkts_kern.c47 ret = bpf_perf_event_output(ctx, &my_map, flags, in xdp_sample_prog()
/Linux-v5.10/tools/bpf/runqslower/
Drunqslower.bpf.c91 bpf_perf_event_output(ctx, &events, BPF_F_CURRENT_CPU, in handle__sched_switch()
/Linux-v5.10/Documentation/bpf/
Dringbuf.rst87 buffer, similarly to ``bpf_perf_event_output()``;
99 closely matches ``bpf_perf_event_output()``, so will simplify migration
/Linux-v5.10/tools/bpf/bpftool/Documentation/
Dbpftool-map.rst124 output of any **bpf_perf_event_output**\ () call in the kernel.
/Linux-v5.10/kernel/trace/
Dbpf_trace.c931 BPF_CALL_5(bpf_perf_event_output, struct pt_regs *, regs, struct bpf_map *, map, in BPF_CALL_5() argument
968 .func = bpf_perf_event_output,