Home
last modified time | relevance | path

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

/external/chromium_org/base/debug/
Dtrace_event_impl.cc97 int g_category_index = g_num_builtin_categories; // Skip default categories. variable
1204 for (int i = 0; i < g_category_index; i++) in UpdateCategoryGroupEnabledFlags()
1216 for (int i = 0; i < g_category_index; i++) { in GetCategoryGroupEnabledInternal()
1225 DCHECK(g_category_index < MAX_CATEGORY_GROUPS) << in GetCategoryGroupEnabledInternal()
1227 if (g_category_index < MAX_CATEGORY_GROUPS) { in GetCategoryGroupEnabledInternal()
1228 int new_index = g_category_index++; in GetCategoryGroupEnabledInternal()
1254 for (int i = g_num_builtin_categories; i < g_category_index; i++) in GetKnownCategoryGroups()