internal/profile.Profile.DropFrames (field)

11 uses

	internal/profile (current package)
		encode.go#L94: 	p.dropFramesX = addString(strings, p.DropFrames)
		encode.go#L274: 	p.DropFrames, err = getString(p.stringTable, &p.dropFramesX, err)
		legacy_profile.go#L1149: 		p.DropFrames, p.KeepFrames = allocRxStr, allocSkipRxStr
		legacy_profile.go#L1151: 		p.DropFrames, p.KeepFrames = lockRxStr, ""
		legacy_profile.go#L1153: 		p.DropFrames, p.KeepFrames = cpuProfilerRxStr, ""
		merge.go#L422: 		DropFrames: srcs[0].DropFrames,
		profile.go#L30: 	DropFrames string
		prune.go#L85: 	if p.DropFrames != "" {
		prune.go#L86: 		if drop, err = regexp.Compile("^(" + p.DropFrames + ")$"); err != nil {
		prune.go#L87: 			return fmt.Errorf("failed to compile regexp %s: %v", p.DropFrames, err)