Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/trace/
Dtrace.c3035 struct ftrace_stacks { struct
3039 static DEFINE_PER_CPU(struct ftrace_stacks, ftrace_stacks); argument
3079 fstack = this_cpu_ptr(ftrace_stacks.stacks) + stackidx; in __ftrace_trace_stack()