aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/Perf-Trace-Util
diff options
context:
space:
mode:
authorChris Wilson <[email protected]>2017-12-19 13:09:48 +0000
committerChris Wilson <[email protected]>2017-12-19 21:55:13 +0000
commit93dff1008a4ef92aaf26b4b188a09a1acc4522df (patch)
tree0413af5be0994c24836cb1b028548b01e4c33765 /tools/perf/scripts/python/Perf-Trace-Util
parent398c8a300b79b76fbac63b844ddc0cdfe5e5005f (diff)
drm/i915: Remove pointer indirection for hangcheck_state local
Use the local on-stack struct directly rather than hide it behind a pointer. This should be both clearer for the reader and the compiler (we rely on the compiler seeing through the functions to spot uninitialized uses of the local). Signed-off-by: Chris Wilson <[email protected]> Cc: Mika Kuoppala <[email protected]> Reviewed-by: Rodrigo Vivi <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util')
0 files changed, 0 insertions, 0 deletions