Home
last modified time | relevance | path

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

/external/perfetto/src/traced/probes/ftrace/
Dftrace_config_muxer.cc556 std::vector<std::string> expected_categories; in RemoveConfig() local
561 UnionInPlace(config.atrace_categories, &expected_categories); in RemoveConfig()
570 IntersectInPlace(current_state_.atrace_categories, &expected_categories); in RemoveConfig()
577 (current_state_.atrace_categories.size() != expected_categories.size()); in RemoveConfig()
614 if (expected_apps.empty() && expected_categories.empty()) { in RemoveConfig()
621 if (StartAtrace(expected_apps, expected_categories)) { in RemoveConfig()
624 current_state_.atrace_categories = expected_categories; in RemoveConfig()