Home
last modified time | relevance | path

Searched refs:__trace_stack (Results 1 – 6 of 6) sorted by relevance

/linux/kernel/trace/
H A Dtrace_functions.c255 __trace_stack(tr, trace_ctx, skip); in function_stack_trace_call()
372 __trace_stack(tr, trace_ctx, STACK_SKIP); in function_stack_no_repeats_trace_call()
583 __trace_stack(tr, trace_ctx, FTRACE_STACK_SKIP); in trace_stack()
H A Dtrace_sched_wakeup.c480 __trace_stack(wakeup_trace, trace_ctx, 0); in probe_wakeup_sched_switch()
589 __trace_stack(wakeup_trace, trace_ctx, 0); in probe_wakeup()
H A Dtrace_irqsoff.c350 __trace_stack(tr, trace_ctx, 5); in check_critical_timing()
H A Dtrace.h744 void __trace_stack(struct trace_array *tr, unsigned int trace_ctx, int skip);
746 static inline void __trace_stack(struct trace_array *tr, unsigned int trace_ctx, in __trace_stack() function
H A Dtrace_events_trigger.c1584 __trace_stack(file->tr, tracing_gen_ctx(), STACK_SKIP); in stacktrace_trigger()
H A Dtrace.c2984 void __trace_stack(struct trace_array *tr, unsigned int trace_ctx, in __trace_stack() function