/kernel/bpf/ |
D | ringbuf.c | 437 BPF_CALL_3(bpf_ringbuf_reserve, struct bpf_map *, map, u64, size, u64, flags) in BPF_CALL_3() argument 484 BPF_CALL_2(bpf_ringbuf_submit, void *, sample, u64, flags) in BPF_CALL_2() argument 497 BPF_CALL_2(bpf_ringbuf_discard, void *, sample, u64, flags) in BPF_CALL_2() argument 510 BPF_CALL_4(bpf_ringbuf_output, struct bpf_map *, map, void *, data, u64, size, in BPF_CALL_4() argument 538 BPF_CALL_2(bpf_ringbuf_query, struct bpf_map *, map, u64, flags) in BPF_CALL_2() argument 565 BPF_CALL_4(bpf_ringbuf_reserve_dynptr, struct bpf_map *, map, u32, size, u64, flags, in BPF_CALL_4() argument 605 BPF_CALL_2(bpf_ringbuf_submit_dynptr, struct bpf_dynptr_kern *, ptr, u64, flags) in BPF_CALL_2() argument 624 BPF_CALL_2(bpf_ringbuf_discard_dynptr, struct bpf_dynptr_kern *, ptr, u64, flags) in BPF_CALL_2() argument 713 void *, callback_fn, void *, callback_ctx, u64, flags) in BPF_CALL_4() argument
|
D | helpers.c | 51 void *, value, u64, flags) in BPF_CALL_4() argument 85 BPF_CALL_3(bpf_map_push_elem, struct bpf_map *, map, void *, value, u64, flags) in BPF_CALL_3() argument 511 BPF_CALL_4(bpf_strtol, const char *, buf, size_t, buf_len, u64, flags, in BPF_CALL_4() argument 536 BPF_CALL_4(bpf_strtoul, const char *, buf, size_t, buf_len, u64, flags, in BPF_CALL_4() argument 578 BPF_CALL_4(bpf_get_ns_current_pid_tgid, u64, dev, u64, ino, in BPF_CALL_4() argument 628 u64, flags, void *, data, u64, size) in BPF_CALL_5() argument 670 const void __user *, user_ptr, struct task_struct *, tsk, u64, flags) in BPF_CALL_5() argument 1149 u64, flags) in BPF_CALL_3() argument 1268 BPF_CALL_3(bpf_timer_start, struct bpf_timer_kern *, timer, u64, nsecs, u64, flags) in BPF_CALL_3() argument 1469 BPF_CALL_4(bpf_dynptr_from_mem, void *, data, u32, size, u64, flags, struct bpf_dynptr_kern *, ptr) in BPF_CALL_4() argument [all …]
|
D | stackmap.c | 284 u64, flags) in BPF_CALL_3() argument 332 struct bpf_map *, map, u64, flags) in BPF_CALL_3() argument 465 u64, flags) in BPF_CALL_4() argument 481 u32, size, u64, flags) in BPF_CALL_4() argument 509 void *, buf, u32, size, u64, flags) in BPF_CALL_4() argument
|
D | bpf_lsm.c | 118 BPF_CALL_2(bpf_bprm_opts_set, struct linux_binprm *, bprm, u64, flags) in BPF_CALL_2() argument
|
D | bpf_iter.c | 729 void *, callback_ctx, u64, flags) in BPF_CALL_4() argument 745 u64, flags) in BPF_CALL_4() argument
|
D | task_iter.c | 780 BPF_CALL_5(bpf_find_vma, struct task_struct *, task, u64, start, in BPF_CALL_5() argument
|
D | bpf_inode_storage.c | 174 void *, value, u64, flags, gfp_t, gfp_flags) in BPF_CALL_5() argument
|
D | bpf_task_storage.c | 232 task, void *, value, u64, flags, gfp_t, gfp_flags) in BPF_CALL_5() argument
|
D | cgroup.c | 1540 BPF_CALL_2(bpf_get_local_storage, struct bpf_map *, map, u64, flags) in BPF_CALL_2() argument 2033 size_t, buf_len, u64, flags) in BPF_CALL_4() argument
|
D | syscall.c | 5207 BPF_CALL_4(bpf_kallsyms_lookup_name, const char *, name, int, name_sz, int, flags, u64 *, res) in BPF_CALL_4() argument
|
/kernel/trace/ |
D | bpf_trace.c | 374 BPF_CALL_5(bpf_trace_printk, char *, fmt, u32, fmt_size, u64, arg1, in BPF_CALL_5() argument 523 u32, btf_ptr_size, u64, flags) in BPF_CALL_4() argument 570 BPF_CALL_2(bpf_perf_event_read, struct bpf_map *, map, u64, flags) in BPF_CALL_2() argument 593 BPF_CALL_4(bpf_perf_event_read_value, struct bpf_map *, map, u64, flags, in BPF_CALL_4() argument 661 u64, flags, void *, data, u64, size) in BPF_CALL_5() argument 1014 u32, btf_ptr_size, u64, flags) in BPF_CALL_5() argument 1151 BPF_CALL_3(bpf_get_branch_snapshot, void *, buf, u32, size, u64, flags) in BPF_CALL_3() argument 1179 BPF_CALL_3(get_func_arg, void *, ctx, u32, n, u64 *, value) in BPF_CALL_3() argument 1198 BPF_CALL_2(get_func_ret, void *, ctx, u64 *, value) in BPF_CALL_2() argument 1589 u64, flags, void *, data, u64, size) in BPF_CALL_5() argument [all …]
|
D | trace_osnoise.c | 675 #define timerlat_dump_stack(u64 latency) do {} while (0) argument
|