Searched refs:group_str (Results 1 – 1 of 1) sorted by relevance
1199 const char *group_str = __itt_get_env_var(var_name); in __itt_get_groups() local1201 if (group_str != NULL) { in __itt_get_groups()1205 while ((group_str = __itt_fsplit(group_str, ",; ", &chunk, &len)) != NULL) { in __itt_get_groups()