Home | History | Annotate | Download | only in driver

Lines Matching defs:sampleIndex

783 	si, err = sampleIndex(p, &f.flagTotalDelay, si, "delay", "-total_delay", err)
784 si, err = sampleIndex(p, &f.flagMeanDelay, si, "delay", "-mean_delay", err)
785 si, err = sampleIndex(p, &f.flagContentions, si, "contentions", "-contentions", err)
787 si, err = sampleIndex(p, &f.flagInUseSpace, si, "inuse_space", "-inuse_space", err)
788 si, err = sampleIndex(p, &f.flagInUseObjects, si, "inuse_objects", "-inuse_objects", err)
789 si, err = sampleIndex(p, &f.flagAllocSpace, si, "alloc_space", "-alloc_space", err)
790 si, err = sampleIndex(p, &f.flagAllocObjects, si, "alloc_objects", "-alloc_objects", err)
807 func sampleIndex(p *profile.Profile, flag **bool,
808 sampleIndex int,
812 return sampleIndex, err
815 if sampleIndex != -1 {