diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-16 19:25:22 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-16 19:25:22 +0000 |
commit | f6ad4dcef54c5ce997a4bad5a6d86de229015700 (patch) | |
tree | 7cfa4e31ace5c2bd95c72b154d15af494b2bcbef /src/internal/trace/v2/testdata/tests/go122-go-create-without-running-g.test | |
parent | Initial commit. (diff) | |
download | golang-1.22-f6ad4dcef54c5ce997a4bad5a6d86de229015700.tar.xz golang-1.22-f6ad4dcef54c5ce997a4bad5a6d86de229015700.zip |
Adding upstream version 1.22.1.upstream/1.22.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/internal/trace/v2/testdata/tests/go122-go-create-without-running-g.test')
-rw-r--r-- | src/internal/trace/v2/testdata/tests/go122-go-create-without-running-g.test | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/internal/trace/v2/testdata/tests/go122-go-create-without-running-g.test b/src/internal/trace/v2/testdata/tests/go122-go-create-without-running-g.test new file mode 100644 index 0000000..494c444 --- /dev/null +++ b/src/internal/trace/v2/testdata/tests/go122-go-create-without-running-g.test @@ -0,0 +1,17 @@ +-- expect -- +SUCCESS +-- trace -- +Trace Go1.22 +EventBatch gen=1 m=0 time=0 size=17 +ProcStatus dt=1 p=0 pstatus=1 +GoCreate dt=1 new_g=5 new_stack=0 stack=0 +GoStart dt=1 g=5 g_seq=1 +GoStop dt=1 reason_string=1 stack=0 +EventBatch gen=1 m=18446744073709551615 time=0 size=5 +Frequency freq=15625000 +EventBatch gen=1 m=18446744073709551615 time=0 size=1 +Stacks +EventBatch gen=1 m=18446744073709551615 time=0 size=12 +Strings +String id=1 + data="whatever" |