Searched defs:callee (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.15/arch/riscv/include/asm/ |
D | ftrace.h | 59 #define make_call(caller, callee, call) \ argument
|
/Linux-v5.15/scripts/gcc-plugins/ |
D | gcc-common.h | 319 #define cgraph_create_edge(caller, callee, call_stmt, count, freq) \ argument 322 #define cgraph_create_edge_including_clones(caller, callee, \ argument 327 #define cgraph_create_edge(caller, callee, call_stmt, count, freq) \ argument 330 #define cgraph_create_edge_including_clones(caller, callee, \ argument
|
/Linux-v5.15/arch/csky/kernel/ |
D | ftrace.c | 41 static inline void make_jbsr(unsigned long callee, unsigned long pc, in make_jbsr()
|
/Linux-v5.15/arch/arc/include/uapi/asm/ |
D | ptrace.h | 47 } callee; member
|
/Linux-v5.15/tools/perf/util/ |
D | machine.c | 2301 bool callee, int end) in lbr_callchain_add_kernel_ip() 2360 bool callee) in lbr_callchain_add_lbr_ip() 2498 bool callee) in has_stitched_lbr() 2607 bool callee = (callchain_param.order == ORDER_CALLEE); in resolve_lbr_callchain_sample() local
|
/Linux-v5.15/kernel/bpf/ |
D | verifier.c | 5708 struct bpf_func_state *caller, *callee; in __check_func_call() local 5820 struct bpf_func_state *callee) in map_set_for_each_callback_args() 5847 struct bpf_func_state *callee, int insn_idx) in set_callee_state() 5877 struct bpf_func_state *callee, in set_map_elem_callback_state() 5906 struct bpf_func_state *callee, in set_timer_callback_state() 5936 struct bpf_func_state *caller, *callee; in prepare_func_exit() local
|