From e9281e589e4babc9d5a3669c45bf683289b0cf66 Mon Sep 17 00:00:00 2001 From: Zxilly Date: Sun, 7 Jul 2024 12:39:45 +0800 Subject: [PATCH] test: create trace for integration test Signed-off-by: Zxilly --- cmd/gsa/profiler_main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/gsa/profiler_main.go b/cmd/gsa/profiler_main.go index de4a518380..603ca2f070 100644 --- a/cmd/gsa/profiler_main.go +++ b/cmd/gsa/profiler_main.go @@ -18,7 +18,7 @@ func main() { panic("OUTPUT_DIR environment variable is not set") } - targets := []int{profiler.Cpu, profiler.Mem, profiler.Mutex, profiler.Goroutine, profiler.Block, profiler.ThreadCreate} + targets := []int{profiler.Cpu, profiler.Mem, profiler.Mutex, profiler.Goroutine, profiler.Block, profiler.ThreadCreate, profiler.Trace} p := profiler.New( profiler.Conf{