Searched refs:stack_depot_snprint (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/include/linux/ |
D | stackdepot.h | 219 int stack_depot_snprint(depot_stack_handle_t handle, char *buf, size_t size,
|
/linux-6.12.1/lib/ |
D | stackdepot.c | 750 int stack_depot_snprint(depot_stack_handle_t handle, char *buf, size_t size, in stack_depot_snprint() function 760 EXPORT_SYMBOL_GPL(stack_depot_snprint);
|
D | ref_tracker.c | 108 if (sbuf && !stack_depot_snprint(stack, sbuf, STACK_BUF_SIZE, 4)) in __ref_tracker_dir_pr_ostream()
|
/linux-6.12.1/mm/ |
D | page_owner.c | 566 ret += stack_depot_snprint(handle, kbuf + ret, count - ret, 0); in print_page_owner()
|
/linux-6.12.1/drivers/gpu/drm/ |
D | drm_mm.c | 134 stack_depot_snprint(node->stack, buf, BUFSZ, 0); in show_leaks()
|
/linux-6.12.1/drivers/gpu/drm/i915/gt/uc/ |
D | intel_guc_ct.c | 1018 if (buf && stack_depot_snprint(ct->requests.lost_and_found[n].stack, in ct_check_lost_and_found()
|
/linux-6.12.1/drivers/gpu/drm/i915/ |
D | i915_vma.c | 86 stack_depot_snprint(vma->node.stack, buf, sizeof(buf), 0); in vma_print_allocator()
|
/linux-6.12.1/drivers/gpu/drm/display/ |
D | drm_dp_mst_topology.c | 1626 stack_depot_snprint(entry->backtrace, buf, PAGE_SIZE, 4); in __dump_topology_ref_history()
|