Searched defs:callee (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/scripts/gcc-plugins/ |
D | gcc-common.h | 185 #define cgraph_create_edge(caller, callee, call_stmt, count, freq) \ argument 188 #define cgraph_create_edge_including_clones(caller, callee, \ argument 193 #define cgraph_create_edge(caller, callee, call_stmt, count, freq) \ argument 196 #define cgraph_create_edge_including_clones(caller, callee, \ argument
|
/linux-6.12.1/arch/riscv/include/asm/ |
D | ftrace.h | 92 #define make_call_t0(caller, callee, call) \ argument 108 #define make_call_ra(caller, callee, call) \ argument
|
/linux-6.12.1/arch/csky/kernel/ |
D | ftrace.c | 41 static inline void make_jbsr(unsigned long callee, unsigned long pc, in make_jbsr()
|
/linux-6.12.1/arch/arc/include/uapi/asm/ |
D | ptrace.h | 47 } callee; member
|
/linux-6.12.1/tools/perf/util/ |
D | machine.c | 2233 bool callee, int end, in lbr_callchain_add_kernel_ip() 2299 bool callee, in lbr_callchain_add_lbr_ip() 2440 bool callee) in has_stitched_lbr() 2557 bool callee = (callchain_param.order == ORDER_CALLEE); in resolve_lbr_callchain_sample() local
|
/linux-6.12.1/kernel/bpf/ |
D | verifier.c | 9522 struct bpf_func_state *caller, *callee; in setup_func_entry() local 9698 struct bpf_func_state *caller, *callee; in push_callback_call() local 9841 struct bpf_func_state *callee) in map_set_for_each_callback_args() 9868 struct bpf_func_state *callee, int insn_idx) in set_callee_state() 9882 struct bpf_func_state *callee, in set_map_elem_callback_state() 9908 struct bpf_func_state *callee, in set_loop_callback_state() 9930 struct bpf_func_state *callee, in set_timer_callback_state() 9960 struct bpf_func_state *callee, in set_find_vma_callback_state() 9988 struct bpf_func_state *callee, in set_user_ringbuf_callback_state() 10011 struct bpf_func_state *callee, in set_rbtree_add_callback_state() [all …]
|