test_attr__enabled   12 tools/perf/perf-sys.h extern bool test_attr__enabled;
test_attr__enabled   33 tools/perf/perf-sys.h 	if (unlikely(test_attr__enabled))
test_attr__enabled   46 tools/perf/tests/attr.c 	test_attr__enabled = (dir != NULL);
test_attr__enabled  161 tools/perf/tests/attr.c 	if (unlikely(test_attr__enabled) && !ready)
test_attr__enabled   58 tools/perf/util/util.c bool test_attr__enabled;