Home
last modified time | relevance | path

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

/development/tools/winscope/src/app/components/
Dtrace_config_component.ts123 traceEnableConfigs(trace: TraceConfiguration): EnableConfiguration[] { method in TraceConfigComponent
140 return this.traceEnableConfigs(trace).filter((trace) => trace.enabled).length > 0 && !trace.run;
146 this.traceEnableConfigs(trace).forEach((c: EnableConfiguration) => (c.enabled = run));
152 trace.run = this.traceEnableConfigs(trace).every((c: EnableConfiguration) => c.enabled);