We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b36123 commit fac6eccCopy full SHA for fac6ecc
pkg/test/integration/symbolization_test.go
@@ -196,6 +196,9 @@ Mappings
196
Value: []int64{3},
197
},
198
}
199
+ p.Function = []*profile.Function{
200
+ f1,
201
+ }
202
203
return p
204
@@ -207,10 +210,10 @@ cpu/nanoseconds[dflt]
207
210
3: 1 2
208
211
100: 1
209
212
Locations
- 1: 0x1500 M=1 symbolized_func src.c:239:0 s=0()
- 2: 0x3c5a M=1 atoll_b :0:0 s=0()
213
+ 1: 0x0 M=1 symbolized_func src.c:239:0 s=0()
214
+ 2: 0x0 M=1 atoll_b :0:0 s=0()
215
Mappings
-1: 0x0/0x1000000/0x0 libfoo.so 2fa2055ef20fabc972d5751147e093275514b142 [FN]
216
+1: 0x0/0x0/0x0 libfoo.so 2fa2055ef20fabc972d5751147e093275514b142 [FN]
217
`,
218
skip: true, // TODO fix the testdata or symbolization
219
0 commit comments