Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
A 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()
A 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()
884 bpf_perf_event_output(ctx, &events, BPF_F_CURRENT_CPU, filemod_data, data_len); in BPF_KPROBE()
941 bpf_perf_event_output(ctx, &events, BPF_F_CURRENT_CPU, filemod_data, data_len); in BPF_KPROBE()
971 bpf_perf_event_output(ctx, &events, BPF_F_CURRENT_CPU, fork_data, data_len); in raw_tracepoint__sched_process_fork()
A Dperfbuf_bench.c28 if (bpf_perf_event_output(ctx, &perfbuf, BPF_F_CURRENT_CPU, in bench_perfbuf()
A Dtest_perf_buffer.c36 bpf_perf_event_output(ctx, &perf_buf_map, BPF_F_CURRENT_CPU, in handle_sys_enter()
A Dtest_tcpnotify_kern.c82 bpf_perf_event_output(skops, &perf_event_map, in bpf_testcb()
A Dpyperf.h264 bpf_perf_event_output(ctx, &perfmap, 0, event, offsetof(Event, metadata)); in __on_event()
A Dstrobemeta.h543 bpf_perf_event_output(ctx, &samples, 0, sample, 1 + sample_size); in on_event()
/linux/samples/bpf/
A Dtrace_output_kern.c25 bpf_perf_event_output(ctx, &my_map, 0, &data, sizeof(data)); in SYSCALL()
A Dxdp_sample_pkts_kern.c47 ret = bpf_perf_event_output(ctx, &my_map, flags, in xdp_sample_prog()
/linux/tools/bpf/runqslower/
A Drunqslower.bpf.c100 bpf_perf_event_output(ctx, &events, BPF_F_CURRENT_CPU, in handle__sched_switch()
/linux/Documentation/bpf/
A Dringbuf.rst87 buffer, similarly to ``bpf_perf_event_output()``;
99 closely matches ``bpf_perf_event_output()``, so will simplify migration
/linux/tools/bpf/bpftool/Documentation/
A Dbpftool-map.rst126 output of any **bpf_perf_event_output**\ () call in the kernel.
/linux/kernel/trace/
A Dbpf_trace.c654 BPF_CALL_5(bpf_perf_event_output, struct pt_regs *, regs, struct bpf_map *, map, in BPF_CALL_5() argument
691 .func = bpf_perf_event_output,

Completed in 27 milliseconds