/kernel/bpf/ |
D | ringbuf.c | 351 BPF_CALL_3(bpf_ringbuf_reserve, struct bpf_map *, map, u64, size, u64, flags) in BPF_CALL_3() argument 398 BPF_CALL_2(bpf_ringbuf_submit, void *, sample, u64, flags) in BPF_CALL_2() argument 411 BPF_CALL_2(bpf_ringbuf_discard, void *, sample, u64, flags) in BPF_CALL_2() argument 424 BPF_CALL_4(bpf_ringbuf_output, struct bpf_map *, map, void *, data, u64, size, in BPF_CALL_4() argument 452 BPF_CALL_2(bpf_ringbuf_query, struct bpf_map *, map, u64, flags) in BPF_CALL_2() argument
|
D | helpers.c | 46 void *, value, u64, flags) in BPF_CALL_4() argument 78 BPF_CALL_3(bpf_map_push_elem, struct bpf_map *, map, void *, value, u64, flags) in BPF_CALL_3() argument 407 BPF_CALL_2(bpf_get_local_storage, struct bpf_map *, map, u64, flags) in BPF_CALL_2() argument 514 BPF_CALL_4(bpf_strtol, const char *, buf, size_t, buf_len, u64, flags, in BPF_CALL_4() argument 539 BPF_CALL_4(bpf_strtoul, const char *, buf, size_t, buf_len, u64, flags, in BPF_CALL_4() argument 568 BPF_CALL_4(bpf_get_ns_current_pid_tgid, u64, dev, u64, ino, in BPF_CALL_4() argument 618 u64, flags, void *, data, u64, size) in BPF_CALL_5() argument 1096 u64, flags) in BPF_CALL_3() argument 1215 BPF_CALL_3(bpf_timer_start, struct bpf_timer_kern *, timer, u64, nsecs, u64, flags) in BPF_CALL_3() argument
|
D | stackmap.c | 328 u64, flags) in BPF_CALL_3() argument 376 struct bpf_map *, map, u64, flags) in BPF_CALL_3() argument 509 u64, flags) in BPF_CALL_4() argument 525 u32, size, u64, flags) in BPF_CALL_4() argument 553 void *, buf, u32, size, u64, flags) in BPF_CALL_4() argument
|
D | bpf_lsm.c | 59 BPF_CALL_2(bpf_bprm_opts_set, struct linux_binprm *, bprm, u64, flags) in BPF_CALL_2() argument
|
D | bpf_inode_storage.c | 171 void *, value, u64, flags) in BPF_CALL_4() argument
|
D | bpf_task_storage.c | 228 task, void *, value, u64, flags) in BPF_CALL_4() argument
|
D | bpf_iter.c | 703 void *, callback_ctx, u64, flags) in BPF_CALL_4() argument
|
D | cgroup.c | 1714 size_t, buf_len, u64, flags) in BPF_CALL_4() argument
|
/kernel/trace/ |
D | bpf_trace.c | 368 BPF_CALL_5(bpf_trace_printk, char *, fmt, u32, fmt_size, u64, arg1, in BPF_CALL_5() argument 471 u32, btf_ptr_size, u64, flags) in BPF_CALL_4() argument 518 BPF_CALL_2(bpf_perf_event_read, struct bpf_map *, map, u64, flags) in BPF_CALL_2() argument 541 BPF_CALL_4(bpf_perf_event_read_value, struct bpf_map *, map, u64, flags, in BPF_CALL_4() argument 609 u64, flags, void *, data, u64, size) in BPF_CALL_5() argument 959 u32, btf_ptr_size, u64, flags) in BPF_CALL_5() argument 1209 u64, flags, void *, data, u64, size) in BPF_CALL_5() argument 1233 u64, flags) in BPF_CALL_3() argument 1256 u64, flags) in BPF_CALL_4() argument 1341 void *, buf, u32, size, u64, flags) in BPF_CALL_4() argument [all …]
|