Home
last modified time | relevance | path

Searched defs:cpuSample (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/trace/
Dbase.go229 type cpuSample struct { struct
230 schedCtx
231 time Time
232 stack stackID
240 func (s cpuSample) asEvent(table *evTable) Event {
Dgeneration.go347 func addCPUSamples(samples []cpuSample, b batch) ([]cpuSample, error) {