aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorJoonas Lahtinen <[email protected]>2015-12-18 14:27:27 +0200
committerDaniel Vetter <[email protected]>2015-12-22 10:03:06 +0100
commit152b22627c67c6e5f29ad6ec939ac7e6f52e6c7d (patch)
treec3f31785dd5e454d7704786986ed8c879abb84ad /tools/perf/scripts/python
parent32753cb863af32eadc63330a6b9eaa481f83d341 (diff)
drm/i915: Compile-time concatenate WARN_ON macro strings
Using __stringify(x) instead of #x adds support for macros as a parameter and compile-time concatenation reduces the runtime overhead. Slightly increases the .text size but should not matter. v2: - Define I915_STATE_WARN_ON though I915_STATE_WARN (Bikeshed inspiration by Chris) v3: - More specific commit message v4: - Do not directly pass arbitary string as format, instead guard with "%s" (Dave) Cc: Rob Clark <[email protected]> Cc: Dave Gordon <[email protected]> Reviewed-by: Chris Wilson <[email protected]> (v3) Acked-by: Daniel Vetter <[email protected]> Signed-off-by: Joonas Lahtinen <[email protected]> Link: http://patchwork.freedesktop.org/patch/msgid/1450441647-23924-3-git-send-email-joonas.lahtinen@linux.intel.com Signed-off-by: Daniel Vetter <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions