Home
last modified time | relevance | path

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

/external/perfetto/ui/src/common/
Dlogs.ts15 export const LogExistsKey = 'log-exists'; constant
/external/perfetto/ui/src/controller/
Dlogs_controller.ts21 LogExistsKey
162 id: LogExistsKey,
/external/perfetto/ui/src/frontend/
Dindex.ts29 LogExistsKey
113 if ([LogExistsKey, LogBoundsKey, LogEntriesKey].includes(args.id)) {
114 const data = globals.trackDataStore.get(LogExistsKey) as LogExists;
Ddetails_panel.ts18 import {LogExists, LogExistsKey} from '../common/logs';
54 const data = globals.trackDataStore.get(LogExistsKey) as LogExists;