Home
last modified time | relevance | path

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

/external/chromium_org/base/debug/
Dtrace_event_unittest.cc2621 EXPECT_TRUE(default_cf.IsCategoryGroupEnabled("not-excluded-category")); in TEST_F()
2623 default_cf.IsCategoryGroupEnabled("disabled-by-default-category")); in TEST_F()
2624 EXPECT_FALSE(default_cf.IsCategoryGroupEnabled("Category1,CategoryDebug")); in TEST_F()
2625 EXPECT_FALSE(default_cf.IsCategoryGroupEnabled("CategoryDebug,Category1")); in TEST_F()
2626 EXPECT_FALSE(default_cf.IsCategoryGroupEnabled("CategoryTest,Category2")); in TEST_F()
2632 EXPECT_TRUE(default_cf.IsCategoryGroupEnabled("not-excluded-category")); in TEST_F()
2633 EXPECT_FALSE(default_cf.IsCategoryGroupEnabled("Category1,CategoryDebug")); in TEST_F()
2634 EXPECT_FALSE(default_cf.IsCategoryGroupEnabled("CategoryDebug,Category1")); in TEST_F()
2635 EXPECT_FALSE(default_cf.IsCategoryGroupEnabled("CategoryTest,Category2")); in TEST_F()
2642 EXPECT_TRUE(cf.IsCategoryGroupEnabled("included")); in TEST_F()
[all …]
Dtrace_event_impl.cc1289 category_filter_.IsCategoryGroupEnabled(category_group)) in UpdateCategoryGroupEnabledFlag()
1292 category_filter_.IsCategoryGroupEnabled(category_group)) in UpdateCategoryGroupEnabledFlag()
1295 event_callback_category_filter_.IsCategoryGroupEnabled(category_group)) in UpdateCategoryGroupEnabledFlag()
2481 bool CategoryFilter::IsCategoryGroupEnabled( in IsCategoryGroupEnabled() function in base::debug::CategoryFilter
Dtrace_event_impl.h337 bool IsCategoryGroupEnabled(const char* category_group) const;