Lines Matching refs:parent_ip

25 function_trace_call(unsigned long ip, unsigned long parent_ip,
28 function_stack_trace_call(unsigned long ip, unsigned long parent_ip,
31 function_no_repeats_trace_call(unsigned long ip, unsigned long parent_ip,
34 function_stack_no_repeats_trace_call(unsigned long ip, unsigned long parent_ip,
172 function_trace_call(unsigned long ip, unsigned long parent_ip, in function_trace_call() argument
184 bit = ftrace_test_recursion_trylock(ip, parent_ip); in function_trace_call()
193 trace_function(tr, ip, parent_ip, trace_ctx); in function_trace_call()
217 function_stack_trace_call(unsigned long ip, unsigned long parent_ip, in function_stack_trace_call() argument
241 trace_function(tr, ip, parent_ip, trace_ctx); in function_stack_trace_call()
251 unsigned long ip, unsigned long parent_ip) in is_repeat_check() argument
254 last_info->parent_ip == parent_ip && in is_repeat_check()
266 unsigned long ip, unsigned long parent_ip, in process_repeats() argument
276 last_info->parent_ip = parent_ip; in process_repeats()
280 function_no_repeats_trace_call(unsigned long ip, unsigned long parent_ip, in function_no_repeats_trace_call() argument
295 bit = ftrace_test_recursion_trylock(ip, parent_ip); in function_no_repeats_trace_call()
312 if (is_repeat_check(tr, last_info, ip, parent_ip)) in function_no_repeats_trace_call()
317 process_repeats(tr, ip, parent_ip, last_info, trace_ctx); in function_no_repeats_trace_call()
319 trace_function(tr, ip, parent_ip, trace_ctx); in function_no_repeats_trace_call()
326 function_stack_no_repeats_trace_call(unsigned long ip, unsigned long parent_ip, in function_stack_no_repeats_trace_call() argument
352 if (is_repeat_check(tr, last_info, ip, parent_ip)) in function_stack_no_repeats_trace_call()
356 process_repeats(tr, ip, parent_ip, last_info, trace_ctx); in function_stack_no_repeats_trace_call()
358 trace_function(tr, ip, parent_ip, trace_ctx); in function_stack_no_repeats_trace_call()
505 ftrace_traceon_count(unsigned long ip, unsigned long parent_ip, in ftrace_traceon_count() argument
513 ftrace_traceoff_count(unsigned long ip, unsigned long parent_ip, in ftrace_traceoff_count() argument
521 ftrace_traceon(unsigned long ip, unsigned long parent_ip, in ftrace_traceon() argument
532 ftrace_traceoff(unsigned long ip, unsigned long parent_ip, in ftrace_traceoff() argument
574 ftrace_stacktrace(unsigned long ip, unsigned long parent_ip, in ftrace_stacktrace() argument
582 ftrace_stacktrace_count(unsigned long ip, unsigned long parent_ip, in ftrace_stacktrace_count() argument
642 ftrace_dump_probe(unsigned long ip, unsigned long parent_ip, in ftrace_dump_probe() argument
652 ftrace_cpudump_probe(unsigned long ip, unsigned long parent_ip, in ftrace_cpudump_probe() argument