OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:g_category_groups
(Results
1 - 1
of
1
) sorted by null
/external/libchrome/base/trace_event/
trace_log.cc
89
// Parallel arrays
g_category_groups
and g_category_group_enabled are separate
91
// converted to an index into
g_category_groups
. This allows macros to deal
95
const char*
g_category_groups
[MAX_CATEGORY_GROUPS] = {
member in namespace:base::trace_event::__anon15905
103
// Indexes here have to match the
g_category_groups
array indexes above.
443
return
g_category_groups
[category_index];
448
const char* category_group =
g_category_groups
[category_index];
507
// The
g_category_groups
is append only, avoid using a lock for the fast path.
512
if (strcmp(
g_category_groups
[i], category_group) == 0) {
525
if (strcmp(
g_category_groups
[i], category_group) == 0) {
538
g_category_groups
[category_index] = new_group
[
all
...]
Completed in 375 milliseconds