Home
last modified time | relevance | path

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

/external/perfetto/ui/src/common/
Dstate.ts387 hpSamplingIntervalBytes: number; property
450 hpSamplingIntervalBytes: 4096,
/external/perfetto/ui/src/frontend/
Drecord_page.ts327 set: (cfg, val) => cfg.hpSamplingIntervalBytes = val,
328 get: (cfg) => cfg.hpSamplingIntervalBytes
/external/perfetto/ui/src/controller/
Drecord_controller.ts237 cfg.samplingIntervalBytes = uiCfg.hpSamplingIntervalBytes;