Searched refs:stack_trace_snprint (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dstacktrace.h68 int stack_trace_snprint(char *buf, size_t size, const unsigned long *entries,
/linux-master/kernel/
H A Dstacktrace.c38 * stack_trace_snprint - Print the entries in the stack trace into a buffer
47 int stack_trace_snprint(char *buf, size_t size, const unsigned long *entries, function
71 EXPORT_SYMBOL_GPL(stack_trace_snprint); variable
/linux-master/drivers/gpu/drm/
H A Ddrm_modeset_lock.c104 stack_trace_snprint(buf, PAGE_SIZE, entries, nr_entries, 2);
/linux-master/lib/
H A Dstackdepot.c764 return nr_entries ? stack_trace_snprint(buf, size, entries, nr_entries,

Completed in 157 milliseconds