Searched refs:stack_depot_snprint (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/i915/ |
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()
|
D | i915_vma.c | 81 stack_depot_snprint(vma->node.stack, buf, sizeof(buf), 0); in vma_print_allocator()
|
/linux-6.1.9/include/linux/ |
D | stackdepot.h | 70 int stack_depot_snprint(depot_stack_handle_t handle, char *buf, size_t size,
|
/linux-6.1.9/lib/ |
D | stackdepot.c | 325 int stack_depot_snprint(depot_stack_handle_t handle, char *buf, size_t size, in stack_depot_snprint() function 335 EXPORT_SYMBOL_GPL(stack_depot_snprint);
|
/linux-6.1.9/mm/ |
D | page_owner.c | 426 ret += stack_depot_snprint(handle, kbuf + ret, count - ret, 0); in print_page_owner()
|
/linux-6.1.9/drivers/gpu/drm/ |
D | drm_mm.c | 134 stack_depot_snprint(node->stack, buf, BUFSZ, 0); in show_leaks()
|
/linux-6.1.9/drivers/gpu/drm/display/ |
D | drm_dp_mst_topology.c | 1623 stack_depot_snprint(entry->backtrace, buf, PAGE_SIZE, 4); in __dump_topology_ref_history()
|