Home
last modified time | relevance | path

Searched defs:u64 (Results 1 – 12 of 12) sorted by relevance

/kernel/bpf/
Dringbuf.c437 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
Dhelpers.c51 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 …]
Dstackmap.c284 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
Dbpf_lsm.c118 BPF_CALL_2(bpf_bprm_opts_set, struct linux_binprm *, bprm, u64, flags) in BPF_CALL_2() argument
Dbpf_iter.c729 void *, callback_ctx, u64, flags) in BPF_CALL_4() argument
745 u64, flags) in BPF_CALL_4() argument
Dtask_iter.c780 BPF_CALL_5(bpf_find_vma, struct task_struct *, task, u64, start, in BPF_CALL_5() argument
Dbpf_inode_storage.c174 void *, value, u64, flags, gfp_t, gfp_flags) in BPF_CALL_5() argument
Dbpf_task_storage.c232 task, void *, value, u64, flags, gfp_t, gfp_flags) in BPF_CALL_5() argument
Dcgroup.c1540 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
Dsyscall.c5207 BPF_CALL_4(bpf_kallsyms_lookup_name, const char *, name, int, name_sz, int, flags, u64 *, res) in BPF_CALL_4() argument
/kernel/trace/
Dbpf_trace.c374 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 …]
Dtrace_osnoise.c675 #define timerlat_dump_stack(u64 latency) do {} while (0) argument