| /OK3568_Linux_fs/kernel/arch/arc/kernel/ |
| H A D | ptrace.c | 137 REG_IN_ONE(callee.r25, &cregs->r25); in genregs_set() 138 REG_IN_ONE(callee.r24, &cregs->r24); in genregs_set() 139 REG_IN_ONE(callee.r23, &cregs->r23); in genregs_set() 140 REG_IN_ONE(callee.r22, &cregs->r22); in genregs_set() 141 REG_IN_ONE(callee.r21, &cregs->r21); in genregs_set() 142 REG_IN_ONE(callee.r20, &cregs->r20); in genregs_set() 143 REG_IN_ONE(callee.r19, &cregs->r19); in genregs_set() 144 REG_IN_ONE(callee.r18, &cregs->r18); in genregs_set() 145 REG_IN_ONE(callee.r17, &cregs->r17); in genregs_set() 146 REG_IN_ONE(callee.r16, &cregs->r16); in genregs_set() [all …]
|
| H A D | entry.S | 316 ; save/restore callee-saved regs. 318 ; However, here we need to explicitly save callee regs because 326 ; save location of saved Callee Regs @ thread_struct->callee
|
| H A D | entry-arcv2.S | 150 ; TBD: optimize - do this only if a callee reg was involved
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | ipa-inline.h | 89 struct cgraph_node *callee = edge->callee->ultimate_alias_target (); in estimate_min_edge_growth() local 90 return (ipa_fn_summaries->get (callee)->min_size - s->call_stmt_size); in estimate_min_edge_growth() 99 gcc_checking_assert (s->call_stmt_size || !edge->callee->analyzed); in estimate_edge_growth()
|
| H A D | cif-code.def | 94 /* Caller and callee disagree on the arguments. */ 106 /* Ths edge represents an indirect edge with a yet-undetermined callee . */ 108 N_("indirect function call with a yet undetermined callee")) 114 /* We can't inline if the callee can throw non-call exceptions but the 127 /* We can't inline because the callee refers to comdat-local symbols. */ 129 N_("callee refers to comdat-local symbols")) 131 /* We can't inline because of mismatched caller/callee attributes. */
|
| H A D | ipa-fnsummary.h | 382 if (edge->caller->unit_id == edge->callee->unit_id) in cross_module_call_p() 386 if (edge->callee->merged_extern_inline || edge->callee->merged_comdat in cross_module_call_p() 387 || DECL_COMDAT (edge->callee->decl)) in cross_module_call_p()
|
| H A D | cgraph.h | 1182 cgraph_edge *create_edge (cgraph_node *callee, 1196 void create_edge_including_clones (cgraph_node *callee, 1769 static cgraph_edge *make_direct (cgraph_edge *edge, cgraph_node *callee); 1811 gcc_checking_assert (speculative && callee); in next_speculative_call_target() 1825 if (!callee) in speculative_call_indirect_edge() 1941 cgraph_node *callee; variable 2555 cgraph_edge *create_edge (cgraph_node *caller, cgraph_node *callee, 3314 callee = n; in set_callee() 3322 cgraph_node *c = callee->ultimate_alias_target (); in recursive_p() 3340 callee->callers = next_caller; in remove_callee() [all …]
|
| H A D | function.h | 434 void record_final_call (tree callee, location_t location);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | ipa-inline.h | 89 struct cgraph_node *callee = edge->callee->ultimate_alias_target (); in estimate_min_edge_growth() local 90 return (ipa_fn_summaries->get (callee)->min_size - s->call_stmt_size); in estimate_min_edge_growth() 99 gcc_checking_assert (s->call_stmt_size || !edge->callee->analyzed); in estimate_edge_growth()
|
| H A D | cif-code.def | 94 /* Caller and callee disagree on the arguments. */ 106 /* Ths edge represents an indirect edge with a yet-undetermined callee . */ 108 N_("indirect function call with a yet undetermined callee")) 114 /* We can't inline if the callee can throw non-call exceptions but the 127 /* We can't inline because the callee refers to comdat-local symbols. */ 129 N_("callee refers to comdat-local symbols")) 131 /* We can't inline because of mismatched caller/callee attributes. */
|
| H A D | ipa-fnsummary.h | 382 if (edge->caller->unit_id == edge->callee->unit_id) in cross_module_call_p() 386 if (edge->callee->merged_extern_inline || edge->callee->merged_comdat in cross_module_call_p() 387 || DECL_COMDAT (edge->callee->decl)) in cross_module_call_p()
|
| H A D | cgraph.h | 1182 cgraph_edge *create_edge (cgraph_node *callee, 1196 void create_edge_including_clones (cgraph_node *callee, 1769 static cgraph_edge *make_direct (cgraph_edge *edge, cgraph_node *callee); 1811 gcc_checking_assert (speculative && callee); in next_speculative_call_target() 1825 if (!callee) in speculative_call_indirect_edge() 1941 cgraph_node *callee; variable 2555 cgraph_edge *create_edge (cgraph_node *caller, cgraph_node *callee, 3314 callee = n; in set_callee() 3322 cgraph_node *c = callee->ultimate_alias_target (); in recursive_p() 3340 callee->callers = next_caller; in remove_callee() [all …]
|
| H A D | function.h | 434 void record_final_call (tree callee, location_t location);
|
| /OK3568_Linux_fs/kernel/arch/riscv/include/asm/ |
| H A D | ftrace.h | 59 #define make_call(caller, callee, call) \ argument 61 call[0] = to_auipc_insn((unsigned int)((unsigned long)callee - \ 63 call[1] = to_jalr_insn((unsigned int)((unsigned long)callee - \
|
| /OK3568_Linux_fs/kernel/arch/csky/kernel/ |
| H A D | ftrace.c | 41 static inline void make_jbsr(unsigned long callee, unsigned long pc, in make_jbsr() argument 48 offset = (long) callee - (long) pc; in make_jbsr() 52 call[2] = callee >> 16; in make_jbsr() 54 call[4] = callee & 0xffff; in make_jbsr()
|
| /OK3568_Linux_fs/kernel/scripts/gcc-plugins/ |
| H A D | gcc-common.h | 726 #define cgraph_create_edge(caller, callee, call_stmt, count, freq) \ argument 727 (caller)->create_edge((callee), (call_stmt), (count)) 729 #define cgraph_create_edge_including_clones(caller, callee, \ argument 731 (caller)->create_edge_including_clones((callee), \ 734 #define cgraph_create_edge(caller, callee, call_stmt, count, freq) \ argument 735 (caller)->create_edge((callee), (call_stmt), (count), (freq)) 737 #define cgraph_create_edge_including_clones(caller, callee, \ argument 739 (caller)->create_edge_including_clones((callee), \
|
| /OK3568_Linux_fs/kernel/scripts/tracing/ |
| H A D | draw_functrace.py | 118 calltime, callee, caller = parseLine(line) 124 tree = tree.calls(callee, calltime)
|
| /OK3568_Linux_fs/kernel/arch/arc/include/uapi/asm/ |
| H A D | ptrace.h | 47 } callee; member
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/pmu/ebb/ |
| H A D | ebb.h | 50 void setup_ebb_handler(void (*callee)(void));
|
| H A D | ebb.c | 131 void setup_ebb_handler(void (*callee)(void)) in setup_ebb_handler() 149 ebb_user_func = callee; in setup_ebb_handler()
|
| /OK3568_Linux_fs/kernel/Documentation/arm64/ |
| H A D | sve.rst | 472 (*) callee-save: 474 FPCR contains callee-save and caller-save bits. See [4] for details. 485 * Z8 bits [63:0] .. Z15 bits [63:0] are callee-save. 526 (*) callee-save: 528 FPCR contains a mixture of callee-save and caller-save bits.
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | machine.c | 2252 bool callee, int end) in lbr_callchain_add_kernel_ip() argument 2258 if (callee) { in lbr_callchain_add_kernel_ip() 2311 bool callee) in lbr_callchain_add_lbr_ip() argument 2336 if (callee) { in lbr_callchain_add_lbr_ip() 2449 bool callee) in has_stitched_lbr() argument 2508 if (callee) in has_stitched_lbr() 2558 bool callee = (callchain_param.order == ORDER_CALLEE); in resolve_lbr_callchain_sample() local 2581 max_lbr, callee); in resolve_lbr_callchain_sample() 2590 if (callee) { in resolve_lbr_callchain_sample()
|
| /OK3568_Linux_fs/kernel/tools/perf/Documentation/ |
| H A D | perf-config.txt | 456 'callee' which means callee is printed at top and then followed by its 463 still default to 'callee'.
|
| H A D | perf-report.txt | 244 - callee: callee based call graph. 246 Default is 'caller' when --children is used, otherwise 'callee'.
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | verifier.c | 5076 struct bpf_func_state *caller, *callee; in check_func_call() local 5128 callee = kzalloc(sizeof(*callee), GFP_KERNEL); in check_func_call() 5129 if (!callee) in check_func_call() 5131 state->frame[state->curframe + 1] = callee; in check_func_call() 5137 init_func_state(env, callee, in check_func_call() 5144 err = transfer_reference_state(callee, caller); in check_func_call() 5152 callee->regs[i] = caller->regs[i]; in check_func_call() 5166 print_verifier_state(env, callee); in check_func_call() 5174 struct bpf_func_state *caller, *callee; in prepare_func_exit() local 5178 callee = state->frame[state->curframe]; in prepare_func_exit() [all …]
|