Home
last modified time | relevance | path

Searched refs:test_attr__enabled (Results 1 – 3 of 3) sorted by relevance

/external/linux-tools-perf/src/tools/perf/
Dperf.h153 extern bool test_attr__enabled;
168 if (unlikely(test_attr__enabled)) in sys_perf_event_open()
/external/linux-tools-perf/src/tools/perf/tests/
Dattr.c46 test_attr__enabled = (dir != NULL); in test_attr__init()
/external/linux-tools-perf/src/tools/perf/util/
Dutil.c15 bool test_attr__enabled; variable