Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/tools/
Derror2aub.c335 const char *active_start = "Active ("; in main() local
336 if (strncmp(line, active_start, strlen(active_start)) == 0) { in main()
337 char *ring = line + strlen(active_start); in main()