START	sys/kern/signal/sigprof	2025-03-11T04:34:06Z

==== run-regress-sigprof ====
cc -O2 -pipe  -g  -MD -MP  -c /usr/src/regress/sys/kern/signal/sigprof/sigprof.c
cc   -o sigprof sigprof.o -lpthread
./sigprof
total profiling signals: 400
minimum signals per thread: 50
main thread - 0
thread 1 - 96
thread 2 - 96
thread 3 - 96
thread 4 - 112

PASS	sys/kern/signal/sigprof	Duration 0m01.40s