Home
last modified time | relevance | path

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

/external/perfetto/ui/src/controller/
Dtrack_controller.ts26 interface TrackConfig {} interface
28 type TrackConfigWithNamespace = TrackConfig&{namespace: string};
82 configHasNamespace(config: TrackConfig): config is TrackConfigWithNamespace {