Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dtrace_events_hist.c5328 unsigned long *stacktrace_entries, in hist_trigger_stacktrace_print() argument
5335 if (!stacktrace_entries[i]) in hist_trigger_stacktrace_print()
5339 seq_printf(m, "%pS\n", (void*)stacktrace_entries[i]); in hist_trigger_stacktrace_print()