Searched defs:callee (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/arch/riscv/include/asm/ |
D | ftrace.h | 98 #define make_call_t0(caller, callee, call) \ argument 114 #define make_call_ra(caller, callee, call) \ argument
|
/Linux-v6.6/scripts/gcc-plugins/ |
D | gcc-common.h | 190 #define cgraph_create_edge(caller, callee, call_stmt, count, freq) \ argument 193 #define cgraph_create_edge_including_clones(caller, callee, \ argument 198 #define cgraph_create_edge(caller, callee, call_stmt, count, freq) \ argument 201 #define cgraph_create_edge_including_clones(caller, callee, \ argument
|
/Linux-v6.6/arch/csky/kernel/ |
D | ftrace.c | 41 static inline void make_jbsr(unsigned long callee, unsigned long pc, in make_jbsr()
|
/Linux-v6.6/arch/arc/include/uapi/asm/ |
D | ptrace.h | 47 } callee; member
|
/Linux-v6.6/tools/perf/util/ |
D | machine.c | 2489 bool callee, int end) in lbr_callchain_add_kernel_ip() 2548 bool callee) in lbr_callchain_add_lbr_ip() 2686 bool callee) in has_stitched_lbr() 2797 bool callee = (callchain_param.order == ORDER_CALLEE); in resolve_lbr_callchain_sample() local
|
/Linux-v6.6/kernel/bpf/ |
D | verifier.c | 8858 struct bpf_func_state *caller, *callee; in __check_func_call() local 8990 struct bpf_func_state *callee) in map_set_for_each_callback_args() 9017 struct bpf_func_state *callee, int insn_idx) in set_callee_state() 9047 struct bpf_func_state *callee, in set_map_elem_callback_state() 9077 struct bpf_func_state *callee, in set_loop_callback_state() 9099 struct bpf_func_state *callee, in set_timer_callback_state() 9129 struct bpf_func_state *callee, in set_find_vma_callback_state() 9157 struct bpf_func_state *callee, in set_user_ringbuf_callback_state() 9180 struct bpf_func_state *callee, in set_rbtree_add_callback_state() 9220 struct bpf_func_state *callee; in in_rbtree_lock_required_cb() local [all …]
|