Home
last modified time | relevance | path

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

/external/perfetto/src/traced/probes/ftrace/
Dftrace_config_muxer.cc610 std::vector<std::string> expected_apps; in RemoveConfig() local
615 UnionInPlace(config.atrace_apps, &expected_apps); in RemoveConfig()
624 IntersectInPlace(current_state_.atrace_apps, &expected_apps); in RemoveConfig()
631 (current_state_.atrace_apps.size() != expected_apps.size()) || in RemoveConfig()
669 if (expected_apps.empty() && expected_categories.empty()) { in RemoveConfig()
676 if (StartAtrace(expected_apps, expected_categories, in RemoveConfig()
679 current_state_.atrace_apps = expected_apps; in RemoveConfig()