Home
last modified time | relevance | path

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

/linux-6.1.9/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()
Dperfbuf_bench.c29 if (bpf_perf_event_output(ctx, &perfbuf, BPF_F_CURRENT_CPU, in bench_perfbuf()
Dtest_perf_buffer.c36 bpf_perf_event_output(ctx, &perf_buf_map, BPF_F_CURRENT_CPU, in handle_sys_enter()
Dprofiler.inc.h597 bpf_perf_event_output(ctx, &events, BPF_F_CURRENT_CPU, sysctl_data, data_len); in BPF_KPROBE()
673 bpf_perf_event_output(ctx, &events, BPF_F_CURRENT_CPU, kill_data, data_len); in raw_tracepoint__sched_process_exit()
756 bpf_perf_event_output(ctx, &events, BPF_F_CURRENT_CPU, proc_exec_data, data_len); in raw_tracepoint__sched_process_exec()
821 bpf_perf_event_output(ctx, &events, BPF_F_CURRENT_CPU, filemod_data, data_len); in kprobe_ret__do_filp_open()
885 bpf_perf_event_output(ctx, &events, BPF_F_CURRENT_CPU, filemod_data, data_len); in BPF_KPROBE()
942 bpf_perf_event_output(ctx, &events, BPF_F_CURRENT_CPU, filemod_data, data_len); in BPF_KPROBE()
972 bpf_perf_event_output(ctx, &events, BPF_F_CURRENT_CPU, fork_data, data_len); in raw_tracepoint__sched_process_fork()
Dtest_tcpnotify_kern.c82 bpf_perf_event_output(skops, &perf_event_map, in bpf_testcb()
Dtest_unpriv_bpf_disabled.c71 bpf_perf_event_output(ctx, &perfbuf, BPF_F_CURRENT_CPU, &perfbuf_val, sizeof(perfbuf_val)); in sys_nanosleep_enter()
Dpyperf.h335 bpf_perf_event_output(ctx, &perfmap, 0, event, offsetof(Event, metadata)); in __on_event()
Dstrobemeta.h612 bpf_perf_event_output(ctx, &samples, 0, sample, 1 + sample_size); in on_event()
/linux-6.1.9/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-6.1.9/tools/bpf/runqslower/ !
Drunqslower.bpf.c100 bpf_perf_event_output(ctx, &events, BPF_F_CURRENT_CPU, in handle__sched_switch()
/linux-6.1.9/Documentation/bpf/ !
Dringbuf.rst87 buffer, similarly to ``bpf_perf_event_output()``;
99 closely matches ``bpf_perf_event_output()``, so will simplify migration
/linux-6.1.9/tools/bpf/bpftool/Documentation/ !
Dbpftool-map.rst129 output of any **bpf_perf_event_output**\ () call in the kernel.
/linux-6.1.9/kernel/trace/ !
Dbpf_trace.c662 BPF_CALL_5(bpf_perf_event_output, struct pt_regs *, regs, struct bpf_map *, map, in BPF_CALL_5() argument
700 .func = bpf_perf_event_output,