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()
194 trace_function(tr, ip, parent_ip, trace_ctx); in function_trace_call()
219 function_stack_trace_call(unsigned long ip, unsigned long parent_ip, in function_stack_trace_call() argument
243 trace_function(tr, ip, parent_ip, trace_ctx); in function_stack_trace_call()
253 unsigned long ip, unsigned long parent_ip) in is_repeat_check() argument
256 last_info->parent_ip == parent_ip && in is_repeat_check()
268 unsigned long ip, unsigned long parent_ip, in process_repeats() argument
278 last_info->parent_ip = parent_ip; in process_repeats()
282 function_no_repeats_trace_call(unsigned long ip, unsigned long parent_ip, in function_no_repeats_trace_call() argument
297 bit = ftrace_test_recursion_trylock(ip, parent_ip); in function_no_repeats_trace_call()
316 if (is_repeat_check(tr, last_info, ip, parent_ip)) in function_no_repeats_trace_call()
321 process_repeats(tr, ip, parent_ip, last_info, trace_ctx); in function_no_repeats_trace_call()
323 trace_function(tr, ip, parent_ip, trace_ctx); in function_no_repeats_trace_call()
331 function_stack_no_repeats_trace_call(unsigned long ip, unsigned long parent_ip, in function_stack_no_repeats_trace_call() argument
357 if (is_repeat_check(tr, last_info, ip, parent_ip)) in function_stack_no_repeats_trace_call()
361 process_repeats(tr, ip, parent_ip, last_info, trace_ctx); in function_stack_no_repeats_trace_call()
363 trace_function(tr, ip, parent_ip, trace_ctx); in function_stack_no_repeats_trace_call()
510 ftrace_traceon_count(unsigned long ip, unsigned long parent_ip, in ftrace_traceon_count() argument
518 ftrace_traceoff_count(unsigned long ip, unsigned long parent_ip, in ftrace_traceoff_count() argument
526 ftrace_traceon(unsigned long ip, unsigned long parent_ip, in ftrace_traceon() argument
537 ftrace_traceoff(unsigned long ip, unsigned long parent_ip, in ftrace_traceoff() argument
579 ftrace_stacktrace(unsigned long ip, unsigned long parent_ip, in ftrace_stacktrace() argument
587 ftrace_stacktrace_count(unsigned long ip, unsigned long parent_ip, in ftrace_stacktrace_count() argument
647 ftrace_dump_probe(unsigned long ip, unsigned long parent_ip, in ftrace_dump_probe() argument
657 ftrace_cpudump_probe(unsigned long ip, unsigned long parent_ip, in ftrace_cpudump_probe() argument