Home
last modified time | relevance | path

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

/external/perfetto/ui/src/common/
Dstate.ts436 hpSamplingIntervalBytes: number; property
502 hpSamplingIntervalBytes: 4096,
/external/perfetto/ui/src/frontend/
Drecord_page.ts356 set: (cfg, val) => cfg.hpSamplingIntervalBytes = val,
357 get: (cfg) => cfg.hpSamplingIntervalBytes
/external/perfetto/ui/src/controller/
Drecord_controller.ts251 cfg.samplingIntervalBytes = uiCfg.hpSamplingIntervalBytes;