Searched refs:stack_depot_snprint (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/i915/ |
A D | intel_runtime_pm.c | 140 stack_depot_snprint(stack, buf, PAGE_SIZE, 2); in untrack_intel_runtime_pm_wakeref() 145 stack_depot_snprint(stack, buf, PAGE_SIZE, 2); in untrack_intel_runtime_pm_wakeref() 177 stack_depot_snprint(dbg->last_acquire, buf, PAGE_SIZE, 2); in __print_intel_runtime_pm_wakeref() 182 stack_depot_snprint(dbg->last_release, buf, PAGE_SIZE, 2); in __print_intel_runtime_pm_wakeref() 197 stack_depot_snprint(stack, buf, PAGE_SIZE, 2); in __print_intel_runtime_pm_wakeref()
|
A D | i915_vma.c | 83 stack_depot_snprint(vma->node.stack, buf, sizeof(buf), 0); in vma_print_allocator()
|
/linux-6.3-rc2/include/linux/ |
A D | stackdepot.h | 141 int stack_depot_snprint(depot_stack_handle_t handle, char *buf, size_t size,
|
/linux-6.3-rc2/lib/ |
A D | stackdepot.c | 497 int stack_depot_snprint(depot_stack_handle_t handle, char *buf, size_t size, in stack_depot_snprint() function 507 EXPORT_SYMBOL_GPL(stack_depot_snprint);
|
/linux-6.3-rc2/mm/ |
A D | page_owner.c | 428 ret += stack_depot_snprint(handle, kbuf + ret, count - ret, 0); in print_page_owner()
|
/linux-6.3-rc2/drivers/gpu/drm/ |
A D | drm_mm.c | 134 stack_depot_snprint(node->stack, buf, BUFSZ, 0); in show_leaks()
|
/linux-6.3-rc2/drivers/gpu/drm/display/ |
A D | drm_dp_mst_topology.c | 1623 stack_depot_snprint(entry->backtrace, buf, PAGE_SIZE, 4); in __dump_topology_ref_history()
|
Completed in 27 milliseconds