We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a9d62c + f481fb8 commit 5882e0aCopy full SHA for 5882e0a
cmd/metrics/metrics.go
@@ -504,8 +504,8 @@ func runCmd(cmd *cobra.Command, args []string) error {
504
sig := <-sigChannel
505
setSignalReceived()
506
slog.Info("received signal", slog.String("signal", sig.String()))
507
- // propogate signal to children
508
- util.SignalChildren(sig)
+ // send kill signal to children
+ util.SignalChildren(syscall.SIGKILL)
509
}()
510
// round up to next perfPrintInterval second (the collection interval used by perf stat)
511
if flagDuration != 0 {
0 commit comments