Searched defs:cpuSample (Results 1 – 2 of 2) sorted by relevance
229 type cpuSample struct { struct230 schedCtx231 time Time232 stack stackID240 func (s cpuSample) asEvent(table *evTable) Event {
347 func addCPUSamples(samples []cpuSample, b batch) ([]cpuSample, error) {