internal/profile.Profile.Function (field)
20 uses
internal/profile (current package)
encode.go#L88: for _, f := range p.Function {
encode.go#L121: for _, x := range p.Function {
encode.go#L169: pp.Function = append(pp.Function, x)
encode.go#L220: for _, f := range p.Function {
merge.go#L34: functions: make(map[functionKey]*Function, len(srcs[0].Function)),
merge.go#L41: pm.functionsByID = make(map[uint64]*Function, len(src.Function))
merge.go#L360: ID: uint64(len(pm.p.Function) + 1),
merge.go#L368: pm.p.Function = append(pm.p.Function, f)
profile.go#L26: Function []*Function
profile.go#L211: functions := make(map[uint64]*Function, len(p.Function))
profile.go#L212: for _, f := range p.Function {
profile.go#L259: for _, f := range p.Function {
profile.go#L418: p.Function = append(p.Function, pb.Function...)
profile.go#L419: for i, f := range p.Function {
profile.go#L511: for _, fn := range p.Function {
profile.go#L520: for _, fn := range p.Function {