Home
last modified time | relevance | path

Searched defs:callee (Results 1 – 8 of 8) sorted by relevance

/linux/arch/csky/kernel/
H A Dftrace.c41 static inline void make_jbsr(unsigned long callee, unsigned long pc, in make_jbsr()
/linux/scripts/gcc-plugins/
H A Dgcc-common.h205 #define cgraph_create_edge(caller, callee, call_stmt, count, freq) \ argument
208 #define cgraph_create_edge_including_clones(caller, callee, \ argument
/linux/arch/arc/include/uapi/asm/
H A Dptrace.h47 } callee; member
/linux/arch/riscv/include/asm/
H A Dftrace.h98 #define make_call_t0(caller, callee, call) \ argument
/linux/kernel/bpf/
H A Dcfg.c84 struct bpf_subprog_info *caller, *callee; in merge_callee_effects() local
H A Dverifier.c3126 int callee; in sort_subprogs_topo() local
9624 struct bpf_func_state *caller, *callee; in setup_func_entry() local
9835 struct bpf_func_state *caller, *callee; in push_callback_call() local
10021 struct bpf_func_state *callee) in map_set_for_each_callback_args()
10050 struct bpf_func_state *callee, int insn_idx) in set_callee_state()
10064 struct bpf_func_state *callee, in set_map_elem_callback_state()
10090 struct bpf_func_state *callee, in set_loop_callback_state()
10112 struct bpf_func_state *callee, in set_timer_callback_state()
10146 struct bpf_func_state *callee, in set_find_vma_callback_state()
10174 struct bpf_func_state *callee, in set_user_ringbuf_callback_state()
[all …]
H A Dliveness.c1893 int callee, target; in analyze_subprog() local
/linux/tools/perf/util/
H A Dmachine.c2333 lbr_callchain_add_kernel_ip(struct thread * thread,struct callchain_cursor * cursor,struct perf_sample * sample,struct symbol ** parent,struct addr_location * root_al,u64 branch_from,bool callee,int end,bool symbols) lbr_callchain_add_kernel_ip() argument
2399 lbr_callchain_add_lbr_ip(struct thread * thread,struct callchain_cursor * cursor,struct perf_sample * sample,struct symbol ** parent,struct addr_location * root_al,u64 * branch_from,bool callee,bool symbols) lbr_callchain_add_lbr_ip() argument
2552 has_stitched_lbr(struct thread * thread,struct perf_sample * cur,struct perf_sample * prev,unsigned int max_lbr,bool callee) has_stitched_lbr() argument
2670 bool callee = (callchain_param.order == ORDER_CALLEE); resolve_lbr_callchain_sample() local