Home
last modified time | relevance | path

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

/Linux-v4.19/include/trace/events/
Dpreemptirq.h16 TP_PROTO(unsigned long ip, unsigned long parent_ip),
18 TP_ARGS(ip, parent_ip),
27 __entry->parent_offs = (u32)(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));
52 TP_PROTO(unsigned long ip, unsigned long parent_ip),
53 TP_ARGS(ip, parent_ip));
56 TP_PROTO(unsigned long ip, unsigned long parent_ip),
[all …]
/Linux-v4.19/arch/nds32/kernel/
Dftrace.c13 noinline void __naked ftrace_stub(unsigned long ip, unsigned long parent_ip, in ftrace_stub() argument
19 noinline void _mcount(unsigned long parent_ip) in _mcount() argument
26 ftrace_trace_function(ip - MCOUNT_INSN_SIZE, parent_ip, in _mcount()
41 noinline void __naked ftrace_stub(unsigned long ip, unsigned long parent_ip, in ftrace_stub() argument
47 noinline void __naked _mcount(unsigned long parent_ip) in _mcount() argument
55 void _ftrace_caller(unsigned long parent_ip) in _ftrace_caller() argument
68 : "r" (parent_ip), "r" (__builtin_return_address(0))); in _ftrace_caller()
241 unsigned long *parent_ip = in ftrace_graph_caller() local
250 prepare_ftrace_return(parent_ip, selfpc, frame_pointer); in ftrace_graph_caller()
/Linux-v4.19/kernel/trace/
Dtrace_irqsoff.c139 irqsoff_tracer_call(unsigned long ip, unsigned long parent_ip, in irqsoff_tracer_call() argument
149 trace_function(tr, ip, parent_ip, flags, preempt_count()); in irqsoff_tracer_call()
261 unsigned long ip, unsigned long parent_ip, in __trace_function() argument
265 trace_graph_function(tr, ip, parent_ip, flags, pc); in __trace_function()
267 trace_function(tr, ip, parent_ip, flags, pc); in __trace_function()
320 unsigned long parent_ip, in check_critical_timing() argument
344 __trace_function(tr, CALLER_ADDR0, parent_ip, flags, pc); in check_critical_timing()
351 data->critical_end = parent_ip; in check_critical_timing()
366 __trace_function(tr, CALLER_ADDR0, parent_ip, flags, pc); in check_critical_timing()
370 start_critical_timing(unsigned long ip, unsigned long parent_ip, int pc) in start_critical_timing() argument
[all …]
Dtrace_functions.c25 function_trace_call(unsigned long ip, unsigned long parent_ip,
28 function_stack_trace_call(unsigned long ip, unsigned long parent_ip,
125 function_trace_call(unsigned long ip, unsigned long parent_ip, in function_trace_call() argument
149 trace_function(tr, ip, parent_ip, flags, pc); in function_trace_call()
176 function_stack_trace_call(unsigned long ip, unsigned long parent_ip, in function_stack_trace_call() argument
200 trace_function(tr, ip, parent_ip, flags, pc); in function_stack_trace_call()
343 ftrace_traceon_count(unsigned long ip, unsigned long parent_ip, in ftrace_traceon_count() argument
351 ftrace_traceoff_count(unsigned long ip, unsigned long parent_ip, in ftrace_traceoff_count() argument
359 ftrace_traceon(unsigned long ip, unsigned long parent_ip, in ftrace_traceon() argument
370 ftrace_traceoff(unsigned long ip, unsigned long parent_ip, in ftrace_traceoff() argument
[all …]
Dtrace_sched_wakeup.c111 wakeup_tracer_call(unsigned long ip, unsigned long parent_ip, in wakeup_tracer_call() argument
123 trace_function(tr, ip, parent_ip, flags, pc); in wakeup_tracer_call()
322 unsigned long ip, unsigned long parent_ip, in __trace_function() argument
326 trace_graph_function(tr, ip, parent_ip, flags, pc); in __trace_function()
328 trace_function(tr, ip, parent_ip, flags, pc); in __trace_function()
Dtrace_event_perf.c427 perf_ftrace_function_call(unsigned long ip, unsigned long parent_ip, in perf_ftrace_function_call() argument
462 entry->parent_ip = parent_ip; in perf_ftrace_function_call()
Dtrace_entries.h65 __field( unsigned long, parent_ip )
68 F_printk(" %lx <-- %lx", __entry->ip, __entry->parent_ip),
Dtrace_output.c851 if ((flags & TRACE_ITER_PRINT_PARENT) && field->parent_ip) { in trace_fn_trace()
853 seq_print_ip_sym(s, field->parent_ip, flags); in trace_fn_trace()
870 field->parent_ip); in trace_fn_raw()
884 SEQ_PUT_HEX_FIELD(s, field->parent_ip); in trace_fn_hex()
898 SEQ_PUT_FIELD(s, field->parent_ip); in trace_fn_bin()
Dftrace.c122 static void ftrace_ops_list_func(unsigned long ip, unsigned long parent_ip,
126 static void ftrace_ops_no_ops(unsigned long ip, unsigned long parent_ip);
161 static void ftrace_pid_func(unsigned long ip, unsigned long parent_ip, in ftrace_pid_func() argument
169 op->saved_func(ip, parent_ip, op, regs); in ftrace_pid_func()
789 function_profile_call(unsigned long ip, unsigned long parent_ip, in function_profile_call() argument
4065 static void function_trace_probe_call(unsigned long ip, unsigned long parent_ip, in function_trace_probe_call() argument
4080 probe_ops->func(ip, parent_ip, probe->tr, probe_ops, probe->data); in function_trace_probe_call()
6253 __ftrace_ops_list_func(unsigned long ip, unsigned long parent_ip, in __ftrace_ops_list_func() argument
6285 op->func(ip, parent_ip, op, regs); in __ftrace_ops_list_func()
6307 static void ftrace_ops_list_func(unsigned long ip, unsigned long parent_ip, in ftrace_ops_list_func() argument
[all …]
Dtrace_stack.c200 stack_trace_call(unsigned long ip, unsigned long parent_ip, in stack_trace_call() argument
Dtrace.h636 unsigned long parent_ip,
640 unsigned long parent_ip,
975 unsigned long parent_ip,
Dtrace_events.c2538 event_enable_probe(unsigned long ip, unsigned long parent_ip, in event_enable_probe() argument
2555 event_enable_count_probe(unsigned long ip, unsigned long parent_ip, in event_enable_count_probe() argument
3369 function_test_events_call(unsigned long ip, unsigned long parent_ip, in function_test_events_call() argument
3397 entry->parent_ip = parent_ip; in function_test_events_call()
Dtrace.c2552 unsigned long ip, unsigned long parent_ip, unsigned long flags, in trace_function() argument
2566 entry->parent_ip = parent_ip; in trace_function()
7064 ftrace_snapshot(unsigned long ip, unsigned long parent_ip, in ftrace_snapshot() argument
7072 ftrace_count_snapshot(unsigned long ip, unsigned long parent_ip, in ftrace_count_snapshot() argument
Dtrace_functions_graph.c450 unsigned long ip, unsigned long parent_ip, in trace_graph_function() argument
/Linux-v4.19/fs/pstore/
Dftrace.c34 unsigned long parent_ip, in pstore_ftrace_call() argument
53 rec.parent_ip = parent_ip; in pstore_ftrace_call()
Dinode.c121 rec->ip, rec->parent_ip, (void *)rec->ip, in pstore_ftrace_seq_show()
122 (void *)rec->parent_ip); in pstore_ftrace_seq_show()
/Linux-v4.19/arch/nds32/include/asm/
Dftrace.h16 extern void _mcount(unsigned long parent_ip);
34 extern void _ftrace_caller(unsigned long parent_ip);
/Linux-v4.19/arch/x86/kernel/kprobes/
Dftrace.c29 void kprobe_ftrace_handler(unsigned long ip, unsigned long parent_ip, in kprobe_ftrace_handler() argument
/Linux-v4.19/include/linux/
Dpstore.h203 unsigned long parent_ip; member
Dkprobes.h332 extern void kprobe_ftrace_handler(unsigned long ip, unsigned long parent_ip,
Dftrace.h89 typedef void (*ftrace_func_t)(unsigned long ip, unsigned long parent_ip,
/Linux-v4.19/kernel/livepatch/
Dpatch.c53 unsigned long parent_ip, in klp_ftrace_handler() argument
/Linux-v4.19/Documentation/trace/
Dftrace-uses.rst89 void callback_func(unsigned long ip, unsigned long parent_ip,
96 @parent_ip