Searched refs:bpf_ringbuf_output (Results 1 – 7 of 7) sorted by relevance
/linux/tools/testing/selftests/bpf/progs/ |
H A D | verifier_helper_access_var_len.c | 96 __imm(bpf_ringbuf_output), in stack_bitwise_and_zero_included() 290 __imm(bpf_ringbuf_output), in stack_jmp_no_min_check() 790 __imm(bpf_ringbuf_output), in variable_memory_8_bytes_leak()
|
H A D | ringbuf_bench.c | 55 if (bpf_ringbuf_output(&ringbuf, &sample_val, in bench_ringbuf()
|
H A D | test_ringbuf.c | 63 bpf_ringbuf_output(&ringbuf, sample, sizeof(*sample), flags); in test_ringbuf()
|
H A D | test_unpriv_bpf_disabled.c | 72 bpf_ringbuf_output(&ringbuf, &ringbuf_val, sizeof(ringbuf_val), 0); in sys_nanosleep_enter()
|
/linux/tools/tracing/rtla/src/ |
H A D | timerlat.bpf.c | 120 bpf_ringbuf_output(&signal_stop_tracing, &value, sizeof(value), 0); in set_stop_tracing()
|
/linux/Documentation/bpf/ |
H A D | ringbuf.rst | 86 - ``bpf_ringbuf_output()`` allows to *copy* data from one place to a ring 96 ``bpf_ringbuf_output()`` has disadvantage of incurring extra memory copy, 108 outside its reserved record space. bpf_ringbuf_output(), while slightly slower
|
/linux/kernel/bpf/ |
H A D | ringbuf.c | 536 BPF_CALL_4(bpf_ringbuf_output, struct bpf_map *, map, void *, data, u64, size, in BPF_CALL_4() argument 556 .func = bpf_ringbuf_output,
|