aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/mem-phys-addr.py
diff options
context:
space:
mode:
authorChris Wilson <[email protected]>2018-06-28 14:22:06 +0100
committerChris Wilson <[email protected]>2018-06-28 20:56:35 +0100
commit10195b1e4411191a30456e3e60bc539531b17053 (patch)
tree6238abb5fcec91d704a8ffab05837bc85b7dba37 /tools/perf/scripts/python/mem-phys-addr.py
parenta24362ead99ab5d39b594a7b4ff48abc9addc059 (diff)
drm/i915: Show vma allocator stack when in doubt
At the moment, gem_exec_gttfill fails with a sporadic EBUSY due to us wanting to unbind a pinned batch. Let's dump who first bound that vma to see if that helps us identify who still unexpectedly has it pinned. v2: We cannot allocate inside the printer (as it may be on an fs-reclaim path), so hope for the best and build the string on the stack v3: stack depth of 16 routinely overflows a 512 character string, limit it to 12 to avoid unsightly truncation. Signed-off-by: Chris Wilson <[email protected]> Reviewed-by: Mika Kuoppala <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/mem-phys-addr.py')
0 files changed, 0 insertions, 0 deletions