Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Devsel.c2264 static bool detection_done = false; in evsel__detect_missing_brstack_features() local
2274 if (detection_done) in evsel__detect_missing_brstack_features()
2307 detection_done = true; in evsel__detect_missing_brstack_features()
2336 static bool detection_done; in evsel__detect_missing_aux_action_feature() local
2343 if (!evsel->core.attr.aux_action || detection_done) in evsel__detect_missing_aux_action_feature()
2346 detection_done = true; in evsel__detect_missing_aux_action_feature()
2371 static bool detection_done = false; in evsel__detect_missing_features() local
2386 if (detection_done) in evsel__detect_missing_features()
2507 detection_done = true; in evsel__detect_missing_features()