Searched refs:stack_trace_snprint (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/kernel/ |
H A D | stacktrace.c | 47 int stack_trace_snprint(char *buf, size_t size, const unsigned long *entries, in stack_trace_snprint() function 71 EXPORT_SYMBOL_GPL(stack_trace_snprint);
|
/openbmc/linux/include/linux/ |
H A D | stacktrace.h | 68 int stack_trace_snprint(char *buf, size_t size, const unsigned long *entries,
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_modeset_lock.c | 104 stack_trace_snprint(buf, PAGE_SIZE, entries, nr_entries, 2); in __drm_stack_depot_print()
|
/openbmc/linux/lib/ |
H A D | stackdepot.c | 516 return nr_entries ? stack_trace_snprint(buf, size, entries, nr_entries, in stack_depot_snprint()
|