internal/runtime/pprof/label.Label.Key (field)
14 uses
internal/runtime/pprof/label (current package)
labelset.go#L13: Key string
runtime
traceback.go#L1279: print(quoted(kv.Key), ": ", quoted(kv.Value))
runtime/pprof
label.go#L47: keyVals = append(keyVals, fmt.Sprintf("%q:%q", lbl.Key, lbl.Value))
label.go#L72: switch strings.Compare(lList[l].Key, rList[r].Key) {
label.go#L106: list = append(list, label.Label{Key: args[i], Value: args[i+1]})
label.go#L112: return strings.Compare(a.Key, b.Key)
label.go#L116: if i == 0 || lbl.Key != list[i-1].Key {
label.go#L132: if lbl.Key == key {
label.go#L144: if !f(lbl.Key, lbl.Value) {
pprof.go#L550: b.pbLabel(tagSample_Label, lbl.Key, lbl.Value, 0)
proto.go#L371: b.pbLabel(tagSample_Label, lbl.Key, lbl.Value, 0)