Searched defs:callee (Results 1 – 6 of 6) sorted by relevance
/linux/scripts/gcc-plugins/ |
A 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/arch/riscv/include/asm/ |
A D | ftrace.h | 59 #define make_call(caller, callee, call) \ argument
|
/linux/arch/csky/kernel/ |
A D | ftrace.c | 41 static inline void make_jbsr(unsigned long callee, unsigned long pc, in make_jbsr()
|
/linux/arch/arc/include/uapi/asm/ |
A D | ptrace.h | 47 } callee; member
|
/linux/tools/perf/util/ |
A D | machine.c | 2311 bool callee, int end) in lbr_callchain_add_kernel_ip() 2370 bool callee) in lbr_callchain_add_lbr_ip() 2508 bool callee) in has_stitched_lbr() 2617 bool callee = (callchain_param.order == ORDER_CALLEE); in resolve_lbr_callchain_sample() local
|
/linux/kernel/bpf/ |
A D | verifier.c | 5923 struct bpf_func_state *caller, *callee; in __check_func_call() local 6035 struct bpf_func_state *callee) in map_set_for_each_callback_args() 6062 struct bpf_func_state *callee, int insn_idx) in set_callee_state() 6092 struct bpf_func_state *callee, in set_map_elem_callback_state() 6121 struct bpf_func_state *callee, in set_timer_callback_state() 6151 struct bpf_func_state *caller, *callee; in prepare_func_exit() local
|
Completed in 33 milliseconds