aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <[email protected]>2019-02-12 09:56:57 -0300
committerArnaldo Carvalho de Melo <[email protected]>2019-02-14 13:31:11 -0300
commit0ec572f05721f430cf8470595da8c3d5e25567de (patch)
treebc2db274c1ab6280a3389a7d728cb038e69cfb7b /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py
parent39f4a913d6d439178177cae8aa2e9a232160fd51 (diff)
tools feature: Undef _GNU_SOURCE at the end of feature tests
Since we get all the tests in a single .c file for a first test, tools/build/feature/test-all.c, if individual tests set that define and fail to undef it at its end, then it the test-all.c build will fail due to defining _GNU_SOURCE multiple times, getting us to the slow path, so undef it at the end in tests that define it. Cc: Adrian Hunter <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Namhyung Kim <[email protected]> Link: https://lkml.kernel.org/n/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py')
0 files changed, 0 insertions, 0 deletions