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.cc555 std::vector<std::string> expected_apps; in RemoveConfig() local
560 UnionInPlace(config.atrace_apps, &expected_apps); in RemoveConfig()
569 IntersectInPlace(current_state_.atrace_apps, &expected_apps); in RemoveConfig()
576 (current_state_.atrace_apps.size() != expected_apps.size()) || in RemoveConfig()
614 if (expected_apps.empty() && expected_categories.empty()) { in RemoveConfig()
621 if (StartAtrace(expected_apps, expected_categories)) { in RemoveConfig()
623 current_state_.atrace_apps = expected_apps; in RemoveConfig()