Home
last modified time | relevance | path

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

/external/perfetto/ui/src/controller/
Dcpu_profile_controller.ts17 import {CallsiteInfo, CpuProfileSampleSelection} from '../common/state';
28 private lastSelectedSample?: CpuProfileSampleSelection;
42 const selectedSample = selection as CpuProfileSampleSelection;
80 private copyCpuProfileSample(cpuProfileSample: CpuProfileSampleSelection):
81 CpuProfileSampleSelection {
90 private shouldRequestData(selection: CpuProfileSampleSelection) {
/external/perfetto/ui/src/common/
Dstate.ts216 export interface CpuProfileSampleSelection { interface
236 CpuProfileSampleSelection|ChromeSliceSelection|ThreadStateSelection|