Home
last modified time | relevance | path

Searched refs:parent_ip (Results 1 – 25 of 37) sorted by relevance

12

/linux/kernel/trace/
H A Dtrace_functions.c25 function_trace_call(unsigned long ip, unsigned long parent_ip,
28 function_args_trace_call(unsigned long ip, unsigned long parent_ip,
31 function_stack_trace_call(unsigned long ip, unsigned long parent_ip,
34 function_no_repeats_trace_call(unsigned long ip, unsigned long parent_ip,
37 function_stack_no_repeats_trace_call(unsigned long ip, unsigned long parent_ip,
188 function_get_true_parent_ip(unsigned long parent_ip, struct ftrace_regs *fregs) in function_get_true_parent_ip() argument
193 true_parent_ip = parent_ip; in function_get_true_parent_ip()
194 if (unlikely(parent_ip == (unsigned long)&return_to_handler) && fregs) in function_get_true_parent_ip()
195 true_parent_ip = ftrace_graph_ret_addr(current, &idx, parent_ip, in function_get_true_parent_ip()
201 function_get_true_parent_ip(unsigned long parent_ip, struct ftrace_regs *fregs) in function_get_true_parent_ip() argument
[all …]
H A Dtrace_irqsoff.c140 irqsoff_tracer_call(unsigned long ip, unsigned long parent_ip, in irqsoff_tracer_call() argument
153 trace_function(tr, ip, parent_ip, trace_ctx, fregs); in irqsoff_tracer_call()
287 unsigned long ip, unsigned long parent_ip, in __trace_function() argument
291 trace_graph_function(tr, ip, parent_ip, trace_ctx); in __trace_function()
293 trace_function(tr, ip, parent_ip, trace_ctx, NULL); in __trace_function()
299 unsigned long ip, unsigned long parent_ip, in __trace_function() argument
302 return trace_function(tr, ip, parent_ip, trace_ctx, NULL); in __trace_function()
344 unsigned long parent_ip, in check_critical_timing() argument
366 __trace_function(tr, CALLER_ADDR0, parent_ip, trace_ctx); in check_critical_timing()
373 data->critical_end = parent_ip; in check_critical_timing()
[all …]
H A Dtrace_recursion_record.c13 unsigned long parent_ip; member
25 void ftrace_record_recursion(unsigned long ip, unsigned long parent_ip) in ftrace_record_recursion() argument
88 recursed_functions[index].parent_ip = parent_ip; in ftrace_record_recursion()
164 trace_seq_print_sym(tseq, record->parent_ip, true); in recursed_function_seq_show()
H A Dfprobe.c226 static inline int __fprobe_handler(unsigned long ip, unsigned long parent_ip, in __fprobe_handler() argument
233 return fp->entry_handler(fp, ip, parent_ip, fregs, data); in __fprobe_handler()
236 static inline int __fprobe_kprobe_handler(unsigned long ip, unsigned long parent_ip, in __fprobe_kprobe_handler() argument
253 ret = __fprobe_handler(ip, parent_ip, fp, fregs, data); in __fprobe_kprobe_handler()
260 static void fprobe_ftrace_entry(unsigned long ip, unsigned long parent_ip, in fprobe_ftrace_entry() argument
268 bit = ftrace_test_recursion_trylock(ip, parent_ip); in fprobe_ftrace_entry()
288 __fprobe_kprobe_handler(ip, parent_ip, fp, fregs, NULL); in fprobe_ftrace_entry()
290 __fprobe_handler(ip, parent_ip, fp, fregs, NULL); in fprobe_ftrace_entry()
H A Dtrace_entries.h65 __field_fn( unsigned long, parent_ip )
70 (void *)__entry->ip, (void *)__entry->parent_ip),
407 __field( unsigned long, parent_ip )
415 (void *)__entry->parent_ip,
H A Dtrace_sched_wakeup.c227 wakeup_tracer_call(unsigned long ip, unsigned long parent_ip, in wakeup_tracer_call() argument
239 trace_function(tr, ip, parent_ip, trace_ctx, fregs); in wakeup_tracer_call()
318 unsigned long ip, unsigned long parent_ip, in __trace_function() argument
322 trace_graph_function(tr, ip, parent_ip, trace_ctx); in __trace_function()
324 trace_function(tr, ip, parent_ip, trace_ctx, NULL); in __trace_function()
H A Dtrace_output.c1143 unsigned long parent_ip, unsigned long *args, in print_fn_trace() argument
1147 parent_ip = trace_adjust_address(tr, parent_ip); in print_fn_trace()
1153 if ((flags & TRACE_ITER(PRINT_PARENT)) && parent_ip) { in print_fn_trace()
1155 seq_print_ip_sym(s, parent_ip, flags); in print_fn_trace()
1176 print_fn_trace(s, field->ip, field->parent_ip, args, iter->tr, flags); in trace_fn_trace()
1191 field->parent_ip); in trace_fn_raw()
1205 SEQ_PUT_HEX_FIELD(s, field->parent_ip); in trace_fn_hex()
1219 SEQ_PUT_FIELD(s, field->parent_ip); in trace_fn_bin()
1832 field->parent_ip, in trace_func_repeats_raw()
1848 print_fn_trace(s, field->ip, field->parent_ip, NULL, iter->tr, flags); in trace_func_repeats_print()
/linux/include/trace/events/
H A Dpreemptirq.h16 TP_PROTO(unsigned long ip, unsigned long parent_ip),
18 TP_ARGS(ip, parent_ip),
27 __entry->parent_offs = (s32)(parent_ip - (unsigned long)_stext);
37 TP_PROTO(unsigned long ip, unsigned long parent_ip),
38 TP_ARGS(ip, parent_ip));
41 TP_PROTO(unsigned long ip, unsigned long parent_ip),
42 TP_ARGS(ip, parent_ip));
50 TP_PROTO(unsigned long ip, unsigned long parent_ip),
51 TP_ARGS(ip, parent_ip));
54 TP_PROTO(unsigned long ip, unsigned long parent_ip),
[all …]
/linux/kernel/trace/rv/monitors/opid/
H A Dopid.c62 static void handle_irq_disable(void *data, unsigned long ip, unsigned long parent_ip) in handle_irq_disable() argument
67 static void handle_irq_enable(void *data, unsigned long ip, unsigned long parent_ip) in handle_irq_enable() argument
77 static void handle_preempt_disable(void *data, unsigned long ip, unsigned long parent_ip) in handle_preempt_disable() argument
82 static void handle_preempt_enable(void *data, unsigned long ip, unsigned long parent_ip) in handle_preempt_enable() argument
/linux/fs/pstore/
H A Dftrace.c27 unsigned long parent_ip, in pstore_ftrace_call() argument
44 bit = ftrace_test_recursion_trylock(ip, parent_ip); in pstore_ftrace_call()
51 rec.parent_ip = parent_ip; in pstore_ftrace_call()
/linux/include/linux/
H A Dtrace_recursion.h86 extern void ftrace_record_recursion(unsigned long ip, unsigned long parent_ip);
172 unsigned long parent_ip) in ftrace_test_recursion_trylock() argument
174 return trace_test_and_set_recursion(ip, parent_ip, TRACE_FTRACE_START); in ftrace_test_recursion_trylock()
H A Dpstore.h215 unsigned long parent_ip; member
H A Dftrace.h63 void arch_ftrace_ops_list_func(unsigned long ip, unsigned long parent_ip);
66 void arch_ftrace_ops_list_func(unsigned long ip, unsigned long parent_ip,
278 typedef void (*ftrace_func_t)(unsigned long ip, unsigned long parent_ip,
/linux/kernel/trace/rv/monitors/wip/
H A Dwip.c22 static void handle_preempt_disable(void *data, unsigned long ip, unsigned long parent_ip) in handle_preempt_disable() argument
27 static void handle_preempt_enable(void *data, unsigned long ip, unsigned long parent_ip) in handle_preempt_enable() argument
/linux/kernel/trace/rv/monitors/scpd/
H A Dscpd.c23 static void handle_preempt_disable(void *data, unsigned long ip, unsigned long parent_ip) in handle_preempt_disable() argument
28 static void handle_preempt_enable(void *data, unsigned long ip, unsigned long parent_ip) in handle_preempt_enable() argument
/linux/kernel/trace/rv/monitors/snep/
H A Dsnep.c23 static void handle_preempt_disable(void *data, unsigned long ip, unsigned long parent_ip) in handle_preempt_disable() argument
28 static void handle_preempt_enable(void *data, unsigned long ip, unsigned long parent_ip) in handle_preempt_enable() argument
/linux/arch/csky/kernel/probes/
H A Dftrace.c6 void kprobe_ftrace_handler(unsigned long ip, unsigned long parent_ip, in kprobe_ftrace_handler() argument
18 bit = ftrace_test_recursion_trylock(ip, parent_ip); in kprobe_ftrace_handler()
/linux/kernel/trace/rv/monitors/sts/
H A Dsts.c62 static void handle_irq_disable(void *data, unsigned long ip, unsigned long parent_ip) in handle_irq_disable() argument
67 static void handle_irq_enable(void *data, unsigned long ip, unsigned long parent_ip) in handle_irq_enable() argument
/linux/arch/s390/kernel/
H A Dftrace.c266 void ftrace_graph_func(unsigned long ip, unsigned long parent_ip, in ftrace_graph_func() argument
283 void kprobe_ftrace_handler(unsigned long ip, unsigned long parent_ip, in kprobe_ftrace_handler() argument
294 bit = ftrace_test_recursion_trylock(ip, parent_ip); in kprobe_ftrace_handler()
/linux/samples/ftrace/
H A Dftrace-ops.c100 static void ops_func_nop(unsigned long ip, unsigned long parent_ip, in ops_func_nop() argument
107 static void ops_func_count(unsigned long ip, unsigned long parent_ip, in ops_func_count() argument
/linux/kernel/livepatch/
H A Dpatch.c41 unsigned long parent_ip, in klp_ftrace_handler() argument
58 bit = ftrace_test_recursion_trylock(ip, parent_ip); in klp_ftrace_handler()
/linux/Documentation/trace/rv/
H A Dda_monitor_instrumentation.rst68 TP_PROTO(unsigned long ip, unsigned long parent_ip)
72 void handle_preempt_disable(void *data, unsigned long ip, unsigned long parent_ip)
98 void handle_preempt_enable(void *data, unsigned long ip, unsigned long parent_ip)
/linux/arch/powerpc/kernel/trace/
H A Dftrace.c661 void ftrace_graph_func(unsigned long ip, unsigned long parent_ip, in ftrace_graph_func() argument
672 if (!function_graph_enter_regs(parent_ip, ip, 0, (unsigned long *)sp, fregs)) in ftrace_graph_func()
673 parent_ip = ppc_function_entry(return_to_handler); in ftrace_graph_func()
676 arch_ftrace_regs(fregs)->regs.link = parent_ip; in ftrace_graph_func()
/linux/arch/loongarch/include/asm/
H A Dftrace.h71 void ftrace_graph_func(unsigned long ip, unsigned long parent_ip,
/linux/arch/x86/include/asm/
H A Dftrace.h83 void ftrace_graph_func(unsigned long ip, unsigned long parent_ip,

12