Home
last modified time | relevance | path

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

/external/perfetto/ui/src/controller/
Dheap_profile_controller.ts110 this.lastSelectedHeapProfile.focusRegex !==
111 selection.focusRegex) {
136 selectedHeapProfile.focusRegex)
173 focusRegex: heapProfile.focusRegex,
187 this.lastSelectedHeapProfile.focusRegex !== selection.focusRegex ||
207 type: string, focusRegex: string): Promise<CallsiteInfo[]> {
219 await this.prepareViewsAndTables(ts, upid, type, focusRegex);
221 tableName, viewingOption, focusRegex);
229 focusRegex: string) {
285 const highlighted = focusRegex !== '' &&
[all …]
/external/perfetto/ui/src/frontend/
Dheap_profile_panel.ts68 private focusRegex = '';
124 this.focusRegex = target.value;
184 focusRegex: this.focusRegex,
/external/perfetto/ui/src/common/
Dactions.ts648 focusRegex: '',
676 state: StateDraft, args: {focusRegex: string}): void {
678 state.currentHeapProfileFlamegraph.focusRegex = args.focusRegex;
Dstate.ts212 focusRegex: string; property