Home
last modified time | relevance | path

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

/external/perfetto/ui/src/frontend/
Dtrack_group_panel.ts32 trackGroupId: string; property
36 private readonly trackGroupId: string; property in TrackGroupPanel
43 this.trackGroupId = attrs.trackGroupId;
49 return assertExists(globals.state.trackGroups[this.trackGroupId]);
73 trackGroupId: attrs.trackGroupId,
Dviewer_page.ts269 trackGroupId: group.id,
/external/perfetto/ui/src/common/
Dactions.ts186 toggleTrackGroupCollapsed(state: StateDraft, args: {trackGroupId: string}):
188 const id = args.trackGroupId;