Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dtrace_functions.c242 __trace_stack(tr, trace_ctx, STACK_SKIP); in function_stack_trace_call()
357 __trace_stack(tr, trace_ctx, STACK_SKIP); in function_stack_no_repeats_trace_call()
568 __trace_stack(tr, trace_ctx, FTRACE_STACK_SKIP); in trace_stack()
H A Dtrace_sched_wakeup.c478 __trace_stack(wakeup_trace, trace_ctx, 0); in probe_wakeup_sched_switch()
587 __trace_stack(wakeup_trace, trace_ctx, 0); in probe_wakeup()
H A Dtrace_irqsoff.c348 __trace_stack(tr, trace_ctx, 5); in check_critical_timing()
H A Dtrace.h733 void __trace_stack(struct trace_array *tr, unsigned int trace_ctx, int skip);
735 static inline void __trace_stack(struct trace_array *tr, unsigned int trace_ctx, in __trace_stack() function
H A Dtrace_events_trigger.c1557 __trace_stack(file->tr, tracing_gen_ctx(), STACK_SKIP); in stacktrace_trigger()
H A Dtrace.c3175 void __trace_stack(struct trace_array *tr, unsigned int trace_ctx, in __trace_stack() function