Home | History | Annotate | Download | only in driver

Lines Matching refs:si

118 	si := pprofVariables["sample_index"].value
119 si = sampleIndex(flagTotalDelay, si, "delay", "-total_delay", o.UI)
120 si = sampleIndex(flagMeanDelay, si, "delay", "-mean_delay", o.UI)
121 si = sampleIndex(flagContentions, si, "contentions", "-contentions", o.UI)
122 si = sampleIndex(flagInUseSpace, si, "inuse_space", "-inuse_space", o.UI)
123 si = sampleIndex(flagInUseObjects, si, "inuse_objects", "-inuse_objects", o.UI)
124 si = sampleIndex(flagAllocSpace, si, "alloc_space", "-alloc_space", o.UI)
125 si = sampleIndex(flagAllocObjects, si, "alloc_objects", "-alloc_objects", o.UI)
126 pprofVariables.set("sample_index", si)
229 func sampleIndex(flag *bool, si string, sampleType, option string, ui plugin.UI) string {
231 if si == "" {
236 return si