Searched refs:stack_depot_snprint (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/gpu/drm/i915/ |
| A D | intel_runtime_pm.c | 139 stack_depot_snprint(stack, buf, PAGE_SIZE, 2); in untrack_intel_runtime_pm_wakeref() 144 stack_depot_snprint(stack, buf, PAGE_SIZE, 2); in untrack_intel_runtime_pm_wakeref() 176 stack_depot_snprint(dbg->last_acquire, buf, PAGE_SIZE, 2); in __print_intel_runtime_pm_wakeref() 181 stack_depot_snprint(dbg->last_release, buf, PAGE_SIZE, 2); in __print_intel_runtime_pm_wakeref() 196 stack_depot_snprint(stack, buf, PAGE_SIZE, 2); in __print_intel_runtime_pm_wakeref()
|
| A D | i915_vma.c | 67 stack_depot_snprint(vma->node.stack, buf, sizeof(buf), 0); in vma_print_allocator()
|
| /linux/include/linux/ |
| A D | stackdepot.h | 28 int stack_depot_snprint(depot_stack_handle_t handle, char *buf, size_t size,
|
| /linux/lib/ |
| A D | stackdepot.c | 229 int stack_depot_snprint(depot_stack_handle_t handle, char *buf, size_t size, in stack_depot_snprint() function 239 EXPORT_SYMBOL_GPL(stack_depot_snprint);
|
| /linux/mm/ |
| A D | page_owner.c | 362 ret += stack_depot_snprint(handle, kbuf + ret, count - ret, 0); in print_page_owner()
|
| /linux/drivers/gpu/drm/ |
| A D | drm_mm.c | 134 stack_depot_snprint(node->stack, buf, BUFSZ, 0); in show_leaks()
|
| A D | drm_dp_mst_topology.c | 1674 stack_depot_snprint(entry->backtrace, buf, PAGE_SIZE, 4); in __dump_topology_ref_history()
|
Completed in 21 milliseconds