Home
last modified time | relevance | path

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

/external/perfetto/ui/src/common/
Dprotos.ts108 export const STR_NULL: string|null = 'str_null'; constant
154 } else if (columnSpec === STR || columnSpec === STR_NULL) {
/external/perfetto/ui/src/controller/
Dtrace_controller.ts25 import {NUM, NUM_NULL, rawQueryToRows, STR_NULL} from '../common/protos';
366 threadName: STR_NULL,
367 processName: STR_NULL,