Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H 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()
H A Dperfbuf_bench.c28 if (bpf_perf_event_output(ctx, &perfbuf, BPF_F_CURRENT_CPU, in bench_perfbuf()
H A Dprofiler.inc.h592 bpf_perf_event_output(ctx, &events, BPF_F_CURRENT_CPU, sysctl_data, data_len); in BPF_KPROBE()
667 bpf_perf_event_output(ctx, &events, BPF_F_CURRENT_CPU, kill_data, data_len); in raw_tracepoint__sched_process_exit()
748 bpf_perf_event_output(ctx, &events, BPF_F_CURRENT_CPU, proc_exec_data, data_len); in raw_tracepoint__sched_process_exec()
811 bpf_perf_event_output(ctx, &events, BPF_F_CURRENT_CPU, filemod_data, data_len); in kprobe_ret__do_filp_open()
871 bpf_perf_event_output(ctx, &events, BPF_F_CURRENT_CPU, filemod_data, data_len); in BPF_KPROBE()
925 bpf_perf_event_output(ctx, &events, BPF_F_CURRENT_CPU, filemod_data, data_len); in BPF_KPROBE()
955 bpf_perf_event_output(ctx, &events, BPF_F_CURRENT_CPU, fork_data, data_len); in raw_tracepoint__sched_process_fork()
H A Dtest_xdp_attach_fail.c45 bpf_perf_event_output(ctx, &xdp_errmsg_pb, BPF_F_CURRENT_CPU, &errmsg, in tp__xdp__bpf_xdp_link_attach_failed()
H A Dtest_perf_buffer.c36 bpf_perf_event_output(ctx, &perf_buf_map, BPF_F_CURRENT_CPU, in handle_sys_enter()
H A Dtest_tcpnotify_kern.c82 bpf_perf_event_output(skops, &perf_event_map, in bpf_testcb()
H A Dtest_unpriv_bpf_disabled.c71 bpf_perf_event_output(ctx, &perfbuf, BPF_F_CURRENT_CPU, &perfbuf_val, sizeof(perfbuf_val)); in sys_nanosleep_enter()
H A Dpyperf.h342 bpf_perf_event_output(ctx, &perfmap, 0, event, offsetof(Event, metadata));
H A Dstrobemeta.h631 bpf_perf_event_output(ctx, &samples, 0, sample, 1 + sample_size); in on_event()
/linux/samples/bpf/
H A Dtrace_output.bpf.c23 bpf_perf_event_output(ctx, &my_map, 0, &data, sizeof(data)); in bpf_prog1()
/linux/tools/perf/util/bpf_skel/
H A Daugmented_raw_syscalls.bpf.c158 return bpf_perf_event_output(ctx, &__augmented_syscalls__, BPF_F_CURRENT_CPU, args, len); in augmented__output()
163 return bpf_perf_event_output(ctx, &__augmented_syscalls__, BPF_F_CURRENT_CPU, data, len); in augmented__beauty_output()
H A Doff_cpu.bpf.c253 return bpf_perf_event_output(ctx, &offcpu_output, BPF_F_CURRENT_CPU, data, n * sizeof(u64)); in off_cpu_dump()
/linux/Documentation/bpf/
H 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/
H A Dbpftool-map.rst125 **bpf_perf_event_output**\ () call in the kernel. By default read the
/linux/kernel/trace/
H A Dbpf_trace.c658 BPF_CALL_5(bpf_perf_event_output, struct pt_regs *, regs, struct bpf_map *, map, in BPF_CALL_5() argument
697 .func = bpf_perf_event_output,