Home
last modified time | relevance | path

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

/external/chromium_org/base/debug/
Dtrace_event_impl.cc99 const char* g_category_groups[MAX_CATEGORY_GROUPS] = { variable
1282 return g_category_groups[category_index]; in GetCategoryGroupName()
1287 const char* category_group = g_category_groups[category_index]; in UpdateCategoryGroupEnabledFlag()
1344 if (strcmp(g_category_groups[i], category_group) == 0) { in GetCategoryGroupEnabledInternal()
1357 if (strcmp(g_category_groups[i], category_group) == 0) { in GetCategoryGroupEnabledInternal()
1371 g_category_groups[category_index] = new_group; in GetCategoryGroupEnabledInternal()
1391 g_category_groups[g_category_trace_event_overhead]); in GetKnownCategoryGroups()
1394 category_groups->push_back(g_category_groups[i]); in GetKnownCategoryGroups()