@parca/profile 0.7.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1879 @@
1
+ {
2
+ "flamegraph": {
3
+ "root": {
4
+ "name": "root",
5
+ "cumulative": 48,
6
+ "childrenList": [
7
+ {
8
+ "name": "grpc.(*Server).handleRawConn.func1 /go/pkg/mod/google.golang.org/grpc@v1.37.0/server.go:821",
9
+ "fullName": "google.golang.org/grpc.(*Server).handleRawConn.func1 /go/pkg/mod/google.golang.org/grpc@v1.37.0/server.go:821",
10
+ "cumulative": 9,
11
+ "childrenList": [
12
+ {
13
+ "name": "grpc.(*Server).serveStreams /go/pkg/mod/google.golang.org/grpc@v1.37.0/server.go:862",
14
+ "fullName": "google.golang.org/grpc.(*Server).serveStreams /go/pkg/mod/google.golang.org/grpc@v1.37.0/server.go:862",
15
+ "cumulative": 9,
16
+ "childrenList": [
17
+ {
18
+ "name": "transport.(*http2Server).HandleStreams /go/pkg/mod/google.golang.org/grpc@v1.37.0/internal/transport/http2_server.go:513",
19
+ "fullName": "google.golang.org/grpc/internal/transport.(*http2Server).HandleStreams /go/pkg/mod/google.golang.org/grpc@v1.37.0/internal/transport/http2_server.go:513",
20
+ "cumulative": 1,
21
+ "childrenList": [
22
+ {
23
+ "name": "transport.(*http2Server).handleData /go/pkg/mod/google.golang.org/grpc@v1.37.0/internal/transport/http2_server.go:617",
24
+ "fullName": "google.golang.org/grpc/internal/transport.(*http2Server).handleData /go/pkg/mod/google.golang.org/grpc@v1.37.0/internal/transport/http2_server.go:617",
25
+ "cumulative": 1,
26
+ "childrenList": [
27
+ {
28
+ "name": "transport.(*controlBuffer).put /go/pkg/mod/google.golang.org/grpc@v1.37.0/internal/transport/controlbuf.go:311",
29
+ "fullName": "google.golang.org/grpc/internal/transport.(*controlBuffer).put /go/pkg/mod/google.golang.org/grpc@v1.37.0/internal/transport/controlbuf.go:311",
30
+ "cumulative": 1,
31
+ "childrenList": [
32
+ {
33
+ "name": "transport.(*controlBuffer).executeAndPut /go/pkg/mod/google.golang.org/grpc@v1.37.0/internal/transport/controlbuf.go:332",
34
+ "fullName": "google.golang.org/grpc/internal/transport.(*controlBuffer).executeAndPut /go/pkg/mod/google.golang.org/grpc@v1.37.0/internal/transport/controlbuf.go:332",
35
+ "cumulative": 1,
36
+ "childrenList": [
37
+ {
38
+ "name": "transport.(*itemList).enqueue /go/pkg/mod/google.golang.org/grpc@v1.37.0/internal/transport/controlbuf.go:47",
39
+ "fullName": "google.golang.org/grpc/internal/transport.(*itemList).enqueue /go/pkg/mod/google.golang.org/grpc@v1.37.0/internal/transport/controlbuf.go:47",
40
+ "cumulative": 1,
41
+ "childrenList": [
42
+ {
43
+ "name": "runtime.newobject /usr/local/go/src/runtime/malloc.go:1195",
44
+ "fullName": "runtime.newobject /usr/local/go/src/runtime/malloc.go:1195",
45
+ "cumulative": 1,
46
+ "childrenList": [
47
+ {
48
+ "name": "runtime.mallocgc /usr/local/go/src/runtime/malloc.go:1090",
49
+ "fullName": "runtime.mallocgc /usr/local/go/src/runtime/malloc.go:1090",
50
+ "cumulative": 1,
51
+ "childrenList": [
52
+ {
53
+ "name": "runtime.heapBitsSetType /usr/local/go/src/runtime/mbitmap.go:939",
54
+ "fullName": "runtime.heapBitsSetType /usr/local/go/src/runtime/mbitmap.go:939",
55
+ "cumulative": 1,
56
+ "childrenList": [
57
+ {
58
+ "name": "runtime.heapBitsForAddr /usr/local/go/src/runtime/mbitmap.go:340",
59
+ "fullName": "runtime.heapBitsForAddr /usr/local/go/src/runtime/mbitmap.go:340",
60
+ "cumulative": 1
61
+ }
62
+ ]
63
+ }
64
+ ]
65
+ }
66
+ ]
67
+ }
68
+ ]
69
+ }
70
+ ]
71
+ }
72
+ ]
73
+ }
74
+ ]
75
+ }
76
+ ]
77
+ },
78
+ {
79
+ "name": "transport.(*http2Server).HandleStreams /go/pkg/mod/google.golang.org/grpc@v1.37.0/internal/transport/http2_server.go:474",
80
+ "fullName": "google.golang.org/grpc/internal/transport.(*http2Server).HandleStreams /go/pkg/mod/google.golang.org/grpc@v1.37.0/internal/transport/http2_server.go:474",
81
+ "cumulative": 8,
82
+ "childrenList": [
83
+ {
84
+ "name": "http2.(*Framer).ReadFrame /go/pkg/mod/golang.org/x/net@v0.0.0-20210505214959-0714010a04ed/http2/frame.go:492",
85
+ "fullName": "golang.org/x/net/http2.(*Framer).ReadFrame /go/pkg/mod/golang.org/x/net@v0.0.0-20210505214959-0714010a04ed/http2/frame.go:492",
86
+ "cumulative": 6,
87
+ "childrenList": [
88
+ {
89
+ "name": "http2.readFrameHeader /go/pkg/mod/golang.org/x/net@v0.0.0-20210505214959-0714010a04ed/http2/frame.go:237",
90
+ "fullName": "golang.org/x/net/http2.readFrameHeader /go/pkg/mod/golang.org/x/net@v0.0.0-20210505214959-0714010a04ed/http2/frame.go:237",
91
+ "cumulative": 6,
92
+ "childrenList": [
93
+ {
94
+ "name": "io.ReadFull /usr/local/go/src/io/io.go:333",
95
+ "fullName": "io.ReadFull /usr/local/go/src/io/io.go:333",
96
+ "cumulative": 6,
97
+ "childrenList": [
98
+ {
99
+ "name": "io.ReadAtLeast /usr/local/go/src/io/io.go:314",
100
+ "fullName": "io.ReadAtLeast /usr/local/go/src/io/io.go:314",
101
+ "cumulative": 6,
102
+ "childrenList": [
103
+ {
104
+ "name": "bufio.(*Reader).Read /usr/local/go/src/bufio/bufio.go:227",
105
+ "fullName": "bufio.(*Reader).Read /usr/local/go/src/bufio/bufio.go:227",
106
+ "cumulative": 6,
107
+ "childrenList": [
108
+ {
109
+ "name": "net.(*conn).Read /usr/local/go/src/net/net.go:182",
110
+ "fullName": "net.(*conn).Read /usr/local/go/src/net/net.go:182",
111
+ "cumulative": 6,
112
+ "childrenList": [
113
+ {
114
+ "name": "net.(*netFD).Read /usr/local/go/src/net/fd_posix.go:55",
115
+ "fullName": "net.(*netFD).Read /usr/local/go/src/net/fd_posix.go:55",
116
+ "cumulative": 6,
117
+ "childrenList": [
118
+ {
119
+ "name": "poll.(*FD).Read /usr/local/go/src/internal/poll/fd_unix.go:155",
120
+ "fullName": "internal/poll.(*FD).Read /usr/local/go/src/internal/poll/fd_unix.go:155",
121
+ "cumulative": 6,
122
+ "childrenList": [
123
+ {
124
+ "name": "poll.ignoringEINTR /usr/local/go/src/internal/poll/fd_unix.go:567",
125
+ "fullName": "internal/poll.ignoringEINTR /usr/local/go/src/internal/poll/fd_unix.go:567",
126
+ "cumulative": 6,
127
+ "childrenList": [
128
+ {
129
+ "name": "poll.(*FD).Read.func1 /usr/local/go/src/internal/poll/fd_unix.go:155",
130
+ "fullName": "internal/poll.(*FD).Read.func1 /usr/local/go/src/internal/poll/fd_unix.go:155",
131
+ "cumulative": 6,
132
+ "childrenList": [
133
+ {
134
+ "name": "syscall.Read /usr/local/go/src/syscall/syscall_unix.go:187",
135
+ "fullName": "syscall.Read /usr/local/go/src/syscall/syscall_unix.go:187",
136
+ "cumulative": 6,
137
+ "childrenList": [
138
+ {
139
+ "name": "syscall.read /usr/local/go/src/syscall/zsyscall_linux_amd64.go:686",
140
+ "fullName": "syscall.read /usr/local/go/src/syscall/zsyscall_linux_amd64.go:686",
141
+ "cumulative": 6,
142
+ "childrenList": [
143
+ {
144
+ "name": "syscall.Syscall /usr/local/go/src/syscall/asm_linux_amd64.s:24",
145
+ "fullName": "syscall.Syscall /usr/local/go/src/syscall/asm_linux_amd64.s:24",
146
+ "cumulative": 4
147
+ },
148
+ {
149
+ "name": "syscall.Syscall /usr/local/go/src/syscall/asm_linux_amd64.s:18",
150
+ "fullName": "syscall.Syscall /usr/local/go/src/syscall/asm_linux_amd64.s:18",
151
+ "cumulative": 2,
152
+ "childrenList": [
153
+ {
154
+ "name": "runtime.entersyscall /usr/local/go/src/runtime/proc.go:3141",
155
+ "fullName": "runtime.entersyscall /usr/local/go/src/runtime/proc.go:3141",
156
+ "cumulative": 2,
157
+ "childrenList": [
158
+ {
159
+ "name": "runtime.reentersyscall /usr/local/go/src/runtime/proc.go:3109",
160
+ "fullName": "runtime.reentersyscall /usr/local/go/src/runtime/proc.go:3109",
161
+ "cumulative": 2,
162
+ "childrenList": [
163
+ {
164
+ "name": "runtime.systemstack /usr/local/go/src/runtime/asm_amd64.s:370",
165
+ "fullName": "runtime.systemstack /usr/local/go/src/runtime/asm_amd64.s:370",
166
+ "cumulative": 2,
167
+ "childrenList": [
168
+ {
169
+ "name": "runtime.entersyscall_sysmon /usr/local/go/src/runtime/proc.go:3148",
170
+ "fullName": "runtime.entersyscall_sysmon /usr/local/go/src/runtime/proc.go:3148",
171
+ "cumulative": 2,
172
+ "childrenList": [
173
+ {
174
+ "name": "runtime.notewakeup /usr/local/go/src/runtime/lock_futex.go:144",
175
+ "fullName": "runtime.notewakeup /usr/local/go/src/runtime/lock_futex.go:144",
176
+ "cumulative": 2,
177
+ "childrenList": [
178
+ {
179
+ "name": "runtime.futexwakeup /usr/local/go/src/runtime/os_linux.go:56",
180
+ "fullName": "runtime.futexwakeup /usr/local/go/src/runtime/os_linux.go:56",
181
+ "cumulative": 1
182
+ },
183
+ {
184
+ "name": "runtime.futexwakeup /usr/local/go/src/runtime/os_linux.go:57",
185
+ "fullName": "runtime.futexwakeup /usr/local/go/src/runtime/os_linux.go:57",
186
+ "cumulative": 1,
187
+ "childrenList": [
188
+ {
189
+ "name": "runtime.futex /usr/local/go/src/runtime/sys_linux_amd64.s:588",
190
+ "fullName": "runtime.futex /usr/local/go/src/runtime/sys_linux_amd64.s:588",
191
+ "cumulative": 1
192
+ }
193
+ ]
194
+ }
195
+ ]
196
+ }
197
+ ]
198
+ }
199
+ ]
200
+ }
201
+ ]
202
+ }
203
+ ]
204
+ }
205
+ ]
206
+ }
207
+ ]
208
+ }
209
+ ]
210
+ }
211
+ ]
212
+ }
213
+ ]
214
+ }
215
+ ]
216
+ }
217
+ ]
218
+ }
219
+ ]
220
+ }
221
+ ]
222
+ }
223
+ ]
224
+ }
225
+ ]
226
+ }
227
+ ]
228
+ }
229
+ ]
230
+ },
231
+ {
232
+ "name": "http2.(*Framer).ReadFrame /go/pkg/mod/golang.org/x/net@v0.0.0-20210505214959-0714010a04ed/http2/frame.go:503",
233
+ "fullName": "golang.org/x/net/http2.(*Framer).ReadFrame /go/pkg/mod/golang.org/x/net@v0.0.0-20210505214959-0714010a04ed/http2/frame.go:503",
234
+ "cumulative": 1,
235
+ "childrenList": [
236
+ {
237
+ "name": "http2.parseHeadersFrame /go/pkg/mod/golang.org/x/net@v0.0.0-20210505214959-0714010a04ed/http2/frame.go:992",
238
+ "fullName": "golang.org/x/net/http2.parseHeadersFrame /go/pkg/mod/golang.org/x/net@v0.0.0-20210505214959-0714010a04ed/http2/frame.go:992",
239
+ "cumulative": 1,
240
+ "childrenList": [
241
+ {
242
+ "name": "runtime.newobject /usr/local/go/src/runtime/malloc.go:1195",
243
+ "fullName": "runtime.newobject /usr/local/go/src/runtime/malloc.go:1195",
244
+ "cumulative": 1,
245
+ "childrenList": [
246
+ {
247
+ "name": "runtime.mallocgc /usr/local/go/src/runtime/malloc.go:1090",
248
+ "fullName": "runtime.mallocgc /usr/local/go/src/runtime/malloc.go:1090",
249
+ "cumulative": 1,
250
+ "childrenList": [
251
+ {
252
+ "name": "runtime.heapBitsSetType /usr/local/go/src/runtime/mbitmap.go:1139",
253
+ "fullName": "runtime.heapBitsSetType /usr/local/go/src/runtime/mbitmap.go:1139",
254
+ "cumulative": 1
255
+ }
256
+ ]
257
+ }
258
+ ]
259
+ }
260
+ ]
261
+ }
262
+ ]
263
+ },
264
+ {
265
+ "name": "http2.(*Framer).ReadFrame /go/pkg/mod/golang.org/x/net@v0.0.0-20210505214959-0714010a04ed/http2/frame.go:500",
266
+ "fullName": "golang.org/x/net/http2.(*Framer).ReadFrame /go/pkg/mod/golang.org/x/net@v0.0.0-20210505214959-0714010a04ed/http2/frame.go:500",
267
+ "cumulative": 1,
268
+ "childrenList": [
269
+ {
270
+ "name": "io.ReadFull /usr/local/go/src/io/io.go:333",
271
+ "fullName": "io.ReadFull /usr/local/go/src/io/io.go:333",
272
+ "cumulative": 1,
273
+ "childrenList": [
274
+ {
275
+ "name": "io.ReadAtLeast /usr/local/go/src/io/io.go:314",
276
+ "fullName": "io.ReadAtLeast /usr/local/go/src/io/io.go:314",
277
+ "cumulative": 1,
278
+ "childrenList": [
279
+ {
280
+ "name": "bufio.(*Reader).Read /usr/local/go/src/bufio/bufio.go:227",
281
+ "fullName": "bufio.(*Reader).Read /usr/local/go/src/bufio/bufio.go:227",
282
+ "cumulative": 1,
283
+ "childrenList": [
284
+ {
285
+ "name": "net.(*conn).Read /usr/local/go/src/net/net.go:182",
286
+ "fullName": "net.(*conn).Read /usr/local/go/src/net/net.go:182",
287
+ "cumulative": 1,
288
+ "childrenList": [
289
+ {
290
+ "name": "net.(*netFD).Read /usr/local/go/src/net/fd_posix.go:55",
291
+ "fullName": "net.(*netFD).Read /usr/local/go/src/net/fd_posix.go:55",
292
+ "cumulative": 1,
293
+ "childrenList": [
294
+ {
295
+ "name": "poll.(*FD).Read /usr/local/go/src/internal/poll/fd_unix.go:155",
296
+ "fullName": "internal/poll.(*FD).Read /usr/local/go/src/internal/poll/fd_unix.go:155",
297
+ "cumulative": 1,
298
+ "childrenList": [
299
+ {
300
+ "name": "poll.ignoringEINTR /usr/local/go/src/internal/poll/fd_unix.go:567",
301
+ "fullName": "internal/poll.ignoringEINTR /usr/local/go/src/internal/poll/fd_unix.go:567",
302
+ "cumulative": 1,
303
+ "childrenList": [
304
+ {
305
+ "name": "poll.(*FD).Read.func1 /usr/local/go/src/internal/poll/fd_unix.go:155",
306
+ "fullName": "internal/poll.(*FD).Read.func1 /usr/local/go/src/internal/poll/fd_unix.go:155",
307
+ "cumulative": 1,
308
+ "childrenList": [
309
+ {
310
+ "name": "syscall.Read /usr/local/go/src/syscall/syscall_unix.go:187",
311
+ "fullName": "syscall.Read /usr/local/go/src/syscall/syscall_unix.go:187",
312
+ "cumulative": 1,
313
+ "childrenList": [
314
+ {
315
+ "name": "syscall.read /usr/local/go/src/syscall/zsyscall_linux_amd64.go:686",
316
+ "fullName": "syscall.read /usr/local/go/src/syscall/zsyscall_linux_amd64.go:686",
317
+ "cumulative": 1,
318
+ "childrenList": [
319
+ {
320
+ "name": "syscall.Syscall /usr/local/go/src/syscall/asm_linux_amd64.s:24",
321
+ "fullName": "syscall.Syscall /usr/local/go/src/syscall/asm_linux_amd64.s:24",
322
+ "cumulative": 1
323
+ }
324
+ ]
325
+ }
326
+ ]
327
+ }
328
+ ]
329
+ }
330
+ ]
331
+ }
332
+ ]
333
+ }
334
+ ]
335
+ }
336
+ ]
337
+ }
338
+ ]
339
+ }
340
+ ]
341
+ }
342
+ ]
343
+ }
344
+ ]
345
+ }
346
+ ]
347
+ }
348
+ ]
349
+ }
350
+ ]
351
+ },
352
+ {
353
+ "name": "grpc.(*Server).serveStreams.func1.2 /go/pkg/mod/google.golang.org/grpc@v1.37.0/server.go:878",
354
+ "fullName": "google.golang.org/grpc.(*Server).serveStreams.func1.2 /go/pkg/mod/google.golang.org/grpc@v1.37.0/server.go:878",
355
+ "cumulative": 11,
356
+ "childrenList": [
357
+ {
358
+ "name": "grpc.(*Server).handleStream /go/pkg/mod/google.golang.org/grpc@v1.37.0/server.go:1540",
359
+ "fullName": "google.golang.org/grpc.(*Server).handleStream /go/pkg/mod/google.golang.org/grpc@v1.37.0/server.go:1540",
360
+ "cumulative": 11,
361
+ "childrenList": [
362
+ {
363
+ "name": "grpc.(*Server).processUnaryRPC /go/pkg/mod/google.golang.org/grpc@v1.37.0/server.go:1217",
364
+ "fullName": "google.golang.org/grpc.(*Server).processUnaryRPC /go/pkg/mod/google.golang.org/grpc@v1.37.0/server.go:1217",
365
+ "cumulative": 11,
366
+ "childrenList": [
367
+ {
368
+ "name": "storepb._WritableProfileStore_Write_Handler /app/pkg/store/storepb/rpc.pb.go:1359",
369
+ "fullName": "github.com/conprof/conprof/pkg/store/storepb._WritableProfileStore_Write_Handler /app/pkg/store/storepb/rpc.pb.go:1359",
370
+ "cumulative": 11,
371
+ "childrenList": [
372
+ {
373
+ "name": "grpc.chainUnaryServerInterceptors.func1 /go/pkg/mod/google.golang.org/grpc@v1.37.0/server.go:1044",
374
+ "fullName": "google.golang.org/grpc.chainUnaryServerInterceptors.func1 /go/pkg/mod/google.golang.org/grpc@v1.37.0/server.go:1044",
375
+ "cumulative": 11,
376
+ "childrenList": [
377
+ {
378
+ "name": "go-grpc-middleware.ChainUnaryServer.func1 /go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware/v2@v2.0.0-rc.2.0.20201207153454-9f6bf00c00a7/chain.go:36",
379
+ "fullName": "github.com/grpc-ecosystem/go-grpc-middleware/v2.ChainUnaryServer.func1 /go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware/v2@v2.0.0-rc.2.0.20201207153454-9f6bf00c00a7/chain.go:36",
380
+ "cumulative": 11,
381
+ "childrenList": [
382
+ {
383
+ "name": "go-grpc-middleware.ChainUnaryServer.func1.1.1 /go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware/v2@v2.0.0-rc.2.0.20201207153454-9f6bf00c00a7/chain.go:27",
384
+ "fullName": "github.com/grpc-ecosystem/go-grpc-middleware/v2.ChainUnaryServer.func1.1.1 /go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware/v2@v2.0.0-rc.2.0.20201207153454-9f6bf00c00a7/chain.go:27",
385
+ "cumulative": 11,
386
+ "childrenList": [
387
+ {
388
+ "name": "recovery.UnaryServerInterceptor.func1 /go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware/v2@v2.0.0-rc.2.0.20201207153454-9f6bf00c00a7/interceptors/recovery/interceptors.go:31",
389
+ "fullName": "github.com/grpc-ecosystem/go-grpc-middleware/v2/interceptors/recovery.UnaryServerInterceptor.func1 /go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware/v2@v2.0.0-rc.2.0.20201207153454-9f6bf00c00a7/interceptors/recovery/interceptors.go:31",
390
+ "cumulative": 11,
391
+ "childrenList": [
392
+ {
393
+ "name": "go-grpc-middleware.ChainUnaryServer.func1.1.1 /go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware/v2@v2.0.0-rc.2.0.20201207153454-9f6bf00c00a7/chain.go:27",
394
+ "fullName": "github.com/grpc-ecosystem/go-grpc-middleware/v2.ChainUnaryServer.func1.1.1 /go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware/v2@v2.0.0-rc.2.0.20201207153454-9f6bf00c00a7/chain.go:27",
395
+ "cumulative": 11,
396
+ "childrenList": [
397
+ {
398
+ "name": "go-grpc-prometheus.(*ServerMetrics).UnaryServerInterceptor.func1 /go/pkg/mod/github.com/grpc-ecosystem/go-grpc-prometheus@v1.2.0/server_metrics.go:107",
399
+ "fullName": "github.com/grpc-ecosystem/go-grpc-prometheus.(*ServerMetrics).UnaryServerInterceptor.func1 /go/pkg/mod/github.com/grpc-ecosystem/go-grpc-prometheus@v1.2.0/server_metrics.go:107",
400
+ "cumulative": 11,
401
+ "childrenList": [
402
+ {
403
+ "name": "go-grpc-middleware.ChainUnaryServer.func1.1.1 /go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware/v2@v2.0.0-rc.2.0.20201207153454-9f6bf00c00a7/chain.go:27",
404
+ "fullName": "github.com/grpc-ecosystem/go-grpc-middleware/v2.ChainUnaryServer.func1.1.1 /go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware/v2@v2.0.0-rc.2.0.20201207153454-9f6bf00c00a7/chain.go:27",
405
+ "cumulative": 11,
406
+ "childrenList": [
407
+ {
408
+ "name": "interceptors.UnaryServerInterceptor.func1 /go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware/v2@v2.0.0-rc.2.0.20201207153454-9f6bf00c00a7/interceptors/server.go:22",
409
+ "fullName": "github.com/grpc-ecosystem/go-grpc-middleware/v2/interceptors.UnaryServerInterceptor.func1 /go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware/v2@v2.0.0-rc.2.0.20201207153454-9f6bf00c00a7/interceptors/server.go:22",
410
+ "cumulative": 10,
411
+ "childrenList": [
412
+ {
413
+ "name": "go-grpc-middleware.ChainUnaryServer.func1.1.1 /go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware/v2@v2.0.0-rc.2.0.20201207153454-9f6bf00c00a7/chain.go:27",
414
+ "fullName": "github.com/grpc-ecosystem/go-grpc-middleware/v2.ChainUnaryServer.func1.1.1 /go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware/v2@v2.0.0-rc.2.0.20201207153454-9f6bf00c00a7/chain.go:27",
415
+ "cumulative": 10,
416
+ "childrenList": [
417
+ {
418
+ "name": "tracing.UnaryServerInterceptor.func1 /go/pkg/mod/github.com/thanos-io/thanos@v0.21.0-rc.0/pkg/tracing/grpc.go:30",
419
+ "fullName": "github.com/thanos-io/thanos/pkg/tracing.UnaryServerInterceptor.func1 /go/pkg/mod/github.com/thanos-io/thanos@v0.21.0-rc.0/pkg/tracing/grpc.go:30",
420
+ "cumulative": 10,
421
+ "childrenList": [
422
+ {
423
+ "name": "interceptors.UnaryServerInterceptor.func1 /go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware/v2@v2.0.0-rc.2.0.20201207153454-9f6bf00c00a7/interceptors/server.go:22",
424
+ "fullName": "github.com/grpc-ecosystem/go-grpc-middleware/v2/interceptors.UnaryServerInterceptor.func1 /go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware/v2@v2.0.0-rc.2.0.20201207153454-9f6bf00c00a7/interceptors/server.go:22",
425
+ "cumulative": 10,
426
+ "childrenList": [
427
+ {
428
+ "name": "go-grpc-middleware.ChainUnaryServer.func1.1.1 /go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware/v2@v2.0.0-rc.2.0.20201207153454-9f6bf00c00a7/chain.go:27",
429
+ "fullName": "github.com/grpc-ecosystem/go-grpc-middleware/v2.ChainUnaryServer.func1.1.1 /go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware/v2@v2.0.0-rc.2.0.20201207153454-9f6bf00c00a7/chain.go:27",
430
+ "cumulative": 10,
431
+ "childrenList": [
432
+ {
433
+ "name": "interceptors.UnaryServerInterceptor.func1 /go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware/v2@v2.0.0-rc.2.0.20201207153454-9f6bf00c00a7/interceptors/server.go:22",
434
+ "fullName": "github.com/grpc-ecosystem/go-grpc-middleware/v2/interceptors.UnaryServerInterceptor.func1 /go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware/v2@v2.0.0-rc.2.0.20201207153454-9f6bf00c00a7/interceptors/server.go:22",
435
+ "cumulative": 9,
436
+ "childrenList": [
437
+ {
438
+ "name": "grpc.getChainUnaryHandler.func1 /go/pkg/mod/google.golang.org/grpc@v1.37.0/server.go:1058",
439
+ "fullName": "google.golang.org/grpc.getChainUnaryHandler.func1 /go/pkg/mod/google.golang.org/grpc@v1.37.0/server.go:1058",
440
+ "cumulative": 9,
441
+ "childrenList": [
442
+ {
443
+ "name": "otelgrpc.UnaryServerInterceptor.func1 /go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.20.0/interceptor.go:319",
444
+ "fullName": "go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc.UnaryServerInterceptor.func1 /go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.20.0/interceptor.go:319",
445
+ "cumulative": 2,
446
+ "childrenList": [
447
+ {
448
+ "name": "otelgrpc.Extract /go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.20.0/grpctrace.go:125",
449
+ "fullName": "go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc.Extract /go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.20.0/grpctrace.go:125",
450
+ "cumulative": 2,
451
+ "childrenList": [
452
+ {
453
+ "name": "propagation.TraceContext.Extract /go/pkg/mod/go.opentelemetry.io/otel@v0.20.0/propagation/trace_context.go:74",
454
+ "fullName": "go.opentelemetry.io/otel/propagation.TraceContext.Extract /go/pkg/mod/go.opentelemetry.io/otel@v0.20.0/propagation/trace_context.go:74",
455
+ "cumulative": 2,
456
+ "childrenList": [
457
+ {
458
+ "name": "propagation.TraceContext.extract /go/pkg/mod/go.opentelemetry.io/otel@v0.20.0/propagation/trace_context.go:87",
459
+ "fullName": "go.opentelemetry.io/otel/propagation.TraceContext.extract /go/pkg/mod/go.opentelemetry.io/otel@v0.20.0/propagation/trace_context.go:87",
460
+ "cumulative": 2,
461
+ "childrenList": [
462
+ {
463
+ "name": "regexp.(*Regexp).FindStringSubmatch /usr/local/go/src/regexp/regexp.go:1039",
464
+ "fullName": "regexp.(*Regexp).FindStringSubmatch /usr/local/go/src/regexp/regexp.go:1039",
465
+ "cumulative": 2,
466
+ "childrenList": [
467
+ {
468
+ "name": "regexp.(*Regexp).doExecute /usr/local/go/src/regexp/exec.go:532",
469
+ "fullName": "regexp.(*Regexp).doExecute /usr/local/go/src/regexp/exec.go:532",
470
+ "cumulative": 2,
471
+ "childrenList": [
472
+ {
473
+ "name": "regexp.(*Regexp).doOnePass /usr/local/go/src/regexp/exec.go:445",
474
+ "fullName": "regexp.(*Regexp).doOnePass /usr/local/go/src/regexp/exec.go:445",
475
+ "cumulative": 1
476
+ },
477
+ {
478
+ "name": "regexp.(*Regexp).doOnePass /usr/local/go/src/regexp/exec.go:447",
479
+ "fullName": "regexp.(*Regexp).doOnePass /usr/local/go/src/regexp/exec.go:447",
480
+ "cumulative": 1
481
+ }
482
+ ]
483
+ }
484
+ ]
485
+ }
486
+ ]
487
+ }
488
+ ]
489
+ }
490
+ ]
491
+ }
492
+ ]
493
+ },
494
+ {
495
+ "name": "otelgrpc.UnaryServerInterceptor.func1 /go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.20.0/interceptor.go:349",
496
+ "fullName": "go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc.UnaryServerInterceptor.func1 /go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.20.0/interceptor.go:349",
497
+ "cumulative": 1,
498
+ "childrenList": [
499
+ {
500
+ "name": "trace.(*span).End /go/pkg/mod/go.opentelemetry.io/otel/sdk@v0.20.0/trace/span.go:242",
501
+ "fullName": "go.opentelemetry.io/otel/sdk/trace.(*span).End /go/pkg/mod/go.opentelemetry.io/otel/sdk@v0.20.0/trace/span.go:242",
502
+ "cumulative": 1,
503
+ "childrenList": [
504
+ {
505
+ "name": "trace.(*batchSpanProcessor).OnEnd /go/pkg/mod/go.opentelemetry.io/otel/sdk@v0.20.0/trace/batch_span_processor.go:126",
506
+ "fullName": "go.opentelemetry.io/otel/sdk/trace.(*batchSpanProcessor).OnEnd /go/pkg/mod/go.opentelemetry.io/otel/sdk@v0.20.0/trace/batch_span_processor.go:126",
507
+ "cumulative": 1,
508
+ "childrenList": [
509
+ {
510
+ "name": "trace.(*span).Snapshot /go/pkg/mod/go.opentelemetry.io/otel/sdk@v0.20.0/trace/span.go:445",
511
+ "fullName": "go.opentelemetry.io/otel/sdk/trace.(*span).Snapshot /go/pkg/mod/go.opentelemetry.io/otel/sdk@v0.20.0/trace/span.go:445",
512
+ "cumulative": 1
513
+ }
514
+ ]
515
+ }
516
+ ]
517
+ }
518
+ ]
519
+ },
520
+ {
521
+ "name": "otelgrpc.UnaryServerInterceptor.func1 /go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.20.0/interceptor.go:336",
522
+ "fullName": "go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc.UnaryServerInterceptor.func1 /go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.20.0/interceptor.go:336",
523
+ "cumulative": 1,
524
+ "childrenList": [
525
+ {
526
+ "name": "otelgrpc.messageType.Event /go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.20.0/interceptor.go:52",
527
+ "fullName": "go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc.messageType.Event /go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.20.0/interceptor.go:52",
528
+ "cumulative": 1,
529
+ "childrenList": [
530
+ {
531
+ "name": "proto.Size /go/pkg/mod/github.com/golang/protobuf@v1.5.2/proto/wire.go:17",
532
+ "fullName": "github.com/golang/protobuf/proto.Size /go/pkg/mod/github.com/golang/protobuf@v1.5.2/proto/wire.go:17",
533
+ "cumulative": 1,
534
+ "childrenList": [
535
+ {
536
+ "name": "proto.MessageV2 /go/pkg/mod/github.com/golang/protobuf@v1.5.2/proto/proto.go:61",
537
+ "fullName": "github.com/golang/protobuf/proto.MessageV2 /go/pkg/mod/github.com/golang/protobuf@v1.5.2/proto/proto.go:61",
538
+ "cumulative": 1,
539
+ "childrenList": [
540
+ {
541
+ "name": "impl.Export.ProtoMessageV2Of /go/pkg/mod/google.golang.org/protobuf@v1.26.0/internal/impl/api_export.go:134",
542
+ "fullName": "google.golang.org/protobuf/internal/impl.Export.ProtoMessageV2Of /go/pkg/mod/google.golang.org/protobuf@v1.26.0/internal/impl/api_export.go:134",
543
+ "cumulative": 1,
544
+ "childrenList": [
545
+ {
546
+ "name": "impl.legacyWrapMessage /go/pkg/mod/google.golang.org/protobuf@v1.26.0/internal/impl/legacy_message.go:31",
547
+ "fullName": "google.golang.org/protobuf/internal/impl.legacyWrapMessage /go/pkg/mod/google.golang.org/protobuf@v1.26.0/internal/impl/legacy_message.go:31",
548
+ "cumulative": 1,
549
+ "childrenList": [
550
+ {
551
+ "name": "impl.legacyLoadMessageInfo /go/pkg/mod/google.golang.org/protobuf@v1.26.0/internal/impl/legacy_message.go:52",
552
+ "fullName": "google.golang.org/protobuf/internal/impl.legacyLoadMessageInfo /go/pkg/mod/google.golang.org/protobuf@v1.26.0/internal/impl/legacy_message.go:52",
553
+ "cumulative": 1,
554
+ "childrenList": [
555
+ {
556
+ "name": "sync.(*Map).Load /usr/local/go/src/sync/map.go:104",
557
+ "fullName": "sync.(*Map).Load /usr/local/go/src/sync/map.go:104",
558
+ "cumulative": 1,
559
+ "childrenList": [
560
+ {
561
+ "name": "runtime.mapaccess2 /usr/local/go/src/runtime/map.go:488",
562
+ "fullName": "runtime.mapaccess2 /usr/local/go/src/runtime/map.go:488",
563
+ "cumulative": 1
564
+ }
565
+ ]
566
+ }
567
+ ]
568
+ }
569
+ ]
570
+ }
571
+ ]
572
+ }
573
+ ]
574
+ }
575
+ ]
576
+ }
577
+ ]
578
+ }
579
+ ]
580
+ },
581
+ {
582
+ "name": "otelgrpc.UnaryServerInterceptor.func1 /go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.20.0/interceptor.go:338",
583
+ "fullName": "go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc.UnaryServerInterceptor.func1 /go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.20.0/interceptor.go:338",
584
+ "cumulative": 4,
585
+ "childrenList": [
586
+ {
587
+ "name": "storepb._WritableProfileStore_Write_Handler.func1 /app/pkg/store/storepb/rpc.pb.go:1357",
588
+ "fullName": "github.com/conprof/conprof/pkg/store/storepb._WritableProfileStore_Write_Handler.func1 /app/pkg/store/storepb/rpc.pb.go:1357",
589
+ "cumulative": 4,
590
+ "childrenList": [
591
+ {
592
+ "name": "store.(*profileStore).Write /app/pkg/store/store.go:102",
593
+ "fullName": "github.com/conprof/conprof/pkg/store.(*profileStore).Write /app/pkg/store/store.go:102",
594
+ "cumulative": 3,
595
+ "childrenList": [
596
+ {
597
+ "name": "tsdb.dbAppender.Commit /go/pkg/mod/github.com/conprof/db@v0.0.0-20210317165925-a59fb33c527d/tsdb/db.go:776",
598
+ "fullName": "github.com/conprof/db/tsdb.dbAppender.Commit /go/pkg/mod/github.com/conprof/db@v0.0.0-20210317165925-a59fb33c527d/tsdb/db.go:776",
599
+ "cumulative": 3,
600
+ "childrenList": [
601
+ {
602
+ "name": "tsdb.(*headAppender).Commit /go/pkg/mod/github.com/conprof/db@v0.0.0-20210317165925-a59fb33c527d/tsdb/head.go:1258",
603
+ "fullName": "github.com/conprof/db/tsdb.(*headAppender).Commit /go/pkg/mod/github.com/conprof/db@v0.0.0-20210317165925-a59fb33c527d/tsdb/head.go:1258",
604
+ "cumulative": 2,
605
+ "childrenList": [
606
+ {
607
+ "name": "tsdb.(*headAppender).log /go/pkg/mod/github.com/conprof/db@v0.0.0-20210317165925-a59fb33c527d/tsdb/head.go:1246",
608
+ "fullName": "github.com/conprof/db/tsdb.(*headAppender).log /go/pkg/mod/github.com/conprof/db@v0.0.0-20210317165925-a59fb33c527d/tsdb/head.go:1246",
609
+ "cumulative": 2,
610
+ "childrenList": [
611
+ {
612
+ "name": "wal.(*WAL).Log /go/pkg/mod/github.com/conprof/db@v0.0.0-20210317165925-a59fb33c527d/tsdb/wal/wal.go:595",
613
+ "fullName": "github.com/conprof/db/tsdb/wal.(*WAL).Log /go/pkg/mod/github.com/conprof/db@v0.0.0-20210317165925-a59fb33c527d/tsdb/wal/wal.go:595",
614
+ "cumulative": 2,
615
+ "childrenList": [
616
+ {
617
+ "name": "wal.(*WAL).log /go/pkg/mod/github.com/conprof/db@v0.0.0-20210317165925-a59fb33c527d/tsdb/wal/wal.go:676",
618
+ "fullName": "github.com/conprof/db/tsdb/wal.(*WAL).log /go/pkg/mod/github.com/conprof/db@v0.0.0-20210317165925-a59fb33c527d/tsdb/wal/wal.go:676",
619
+ "cumulative": 1,
620
+ "childrenList": [
621
+ {
622
+ "name": "wal.(*WAL).flushPage /go/pkg/mod/github.com/conprof/db@v0.0.0-20210317165925-a59fb33c527d/tsdb/wal/wal.go:529",
623
+ "fullName": "github.com/conprof/db/tsdb/wal.(*WAL).flushPage /go/pkg/mod/github.com/conprof/db@v0.0.0-20210317165925-a59fb33c527d/tsdb/wal/wal.go:529",
624
+ "cumulative": 1,
625
+ "childrenList": [
626
+ {
627
+ "name": "os.(*File).Write /usr/local/go/src/os/file.go:173",
628
+ "fullName": "os.(*File).Write /usr/local/go/src/os/file.go:173",
629
+ "cumulative": 1,
630
+ "childrenList": [
631
+ {
632
+ "name": "os.(*File).write /usr/local/go/src/os/file_posix.go:48",
633
+ "fullName": "os.(*File).write /usr/local/go/src/os/file_posix.go:48",
634
+ "cumulative": 1,
635
+ "childrenList": [
636
+ {
637
+ "name": "poll.(*FD).Write /usr/local/go/src/internal/poll/fd_unix.go:267",
638
+ "fullName": "internal/poll.(*FD).Write /usr/local/go/src/internal/poll/fd_unix.go:267",
639
+ "cumulative": 1,
640
+ "childrenList": [
641
+ {
642
+ "name": "poll.ignoringEINTR /usr/local/go/src/internal/poll/fd_unix.go:567",
643
+ "fullName": "internal/poll.ignoringEINTR /usr/local/go/src/internal/poll/fd_unix.go:567",
644
+ "cumulative": 1,
645
+ "childrenList": [
646
+ {
647
+ "name": "poll.(*FD).Write.func1 /usr/local/go/src/internal/poll/fd_unix.go:267",
648
+ "fullName": "internal/poll.(*FD).Write.func1 /usr/local/go/src/internal/poll/fd_unix.go:267",
649
+ "cumulative": 1,
650
+ "childrenList": [
651
+ {
652
+ "name": "syscall.Write /usr/local/go/src/syscall/syscall_unix.go:212",
653
+ "fullName": "syscall.Write /usr/local/go/src/syscall/syscall_unix.go:212",
654
+ "cumulative": 1,
655
+ "childrenList": [
656
+ {
657
+ "name": "syscall.write /usr/local/go/src/syscall/zsyscall_linux_amd64.go:914",
658
+ "fullName": "syscall.write /usr/local/go/src/syscall/zsyscall_linux_amd64.go:914",
659
+ "cumulative": 1,
660
+ "childrenList": [
661
+ {
662
+ "name": "syscall.Syscall /usr/local/go/src/syscall/asm_linux_amd64.s:24",
663
+ "fullName": "syscall.Syscall /usr/local/go/src/syscall/asm_linux_amd64.s:24",
664
+ "cumulative": 1
665
+ }
666
+ ]
667
+ }
668
+ ]
669
+ }
670
+ ]
671
+ }
672
+ ]
673
+ }
674
+ ]
675
+ }
676
+ ]
677
+ }
678
+ ]
679
+ }
680
+ ]
681
+ }
682
+ ]
683
+ },
684
+ {
685
+ "name": "wal.(*WAL).log /go/pkg/mod/github.com/conprof/db@v0.0.0-20210317165925-a59fb33c527d/tsdb/wal/wal.go:633",
686
+ "fullName": "github.com/conprof/db/tsdb/wal.(*WAL).log /go/pkg/mod/github.com/conprof/db@v0.0.0-20210317165925-a59fb33c527d/tsdb/wal/wal.go:633",
687
+ "cumulative": 1,
688
+ "childrenList": [
689
+ {
690
+ "name": "snappy.Encode /go/pkg/mod/github.com/golang/snappy@v0.0.3/encode.go:39",
691
+ "fullName": "github.com/golang/snappy.Encode /go/pkg/mod/github.com/golang/snappy@v0.0.3/encode.go:39",
692
+ "cumulative": 1,
693
+ "childrenList": [
694
+ {
695
+ "name": "snappy.encodeBlock /go/pkg/mod/github.com/golang/snappy@v0.0.3/encode_amd64.s:356",
696
+ "fullName": "github.com/golang/snappy.encodeBlock /go/pkg/mod/github.com/golang/snappy@v0.0.3/encode_amd64.s:356",
697
+ "cumulative": 1
698
+ }
699
+ ]
700
+ }
701
+ ]
702
+ }
703
+ ]
704
+ }
705
+ ]
706
+ }
707
+ ]
708
+ },
709
+ {
710
+ "name": "tsdb.(*headAppender).Commit /go/pkg/mod/github.com/conprof/db@v0.0.0-20210317165925-a59fb33c527d/tsdb/head.go:1274",
711
+ "fullName": "github.com/conprof/db/tsdb.(*headAppender).Commit /go/pkg/mod/github.com/conprof/db@v0.0.0-20210317165925-a59fb33c527d/tsdb/head.go:1274",
712
+ "cumulative": 1,
713
+ "childrenList": [
714
+ {
715
+ "name": "tsdb.(*memSeries).append /go/pkg/mod/github.com/conprof/db@v0.0.0-20210317165925-a59fb33c527d/tsdb/head.go:2185",
716
+ "fullName": "github.com/conprof/db/tsdb.(*memSeries).append /go/pkg/mod/github.com/conprof/db@v0.0.0-20210317165925-a59fb33c527d/tsdb/head.go:2185",
717
+ "cumulative": 1,
718
+ "childrenList": [
719
+ {
720
+ "name": "chunkenc.(*BytesAppender).Append /go/pkg/mod/github.com/conprof/db@v0.0.0-20210317165925-a59fb33c527d/tsdb/chunkenc/byte.go:167",
721
+ "fullName": "github.com/conprof/db/tsdb/chunkenc.(*BytesAppender).Append /go/pkg/mod/github.com/conprof/db@v0.0.0-20210317165925-a59fb33c527d/tsdb/chunkenc/byte.go:167",
722
+ "cumulative": 1,
723
+ "childrenList": [
724
+ {
725
+ "name": "chunkenc.(*valueAppender).Append /go/pkg/mod/github.com/conprof/db@v0.0.0-20210317165925-a59fb33c527d/tsdb/chunkenc/value.go:106",
726
+ "fullName": "github.com/conprof/db/tsdb/chunkenc.(*valueAppender).Append /go/pkg/mod/github.com/conprof/db@v0.0.0-20210317165925-a59fb33c527d/tsdb/chunkenc/value.go:106",
727
+ "cumulative": 1,
728
+ "childrenList": [
729
+ {
730
+ "name": "runtime.growslice /usr/local/go/src/runtime/slice.go:227",
731
+ "fullName": "runtime.growslice /usr/local/go/src/runtime/slice.go:227",
732
+ "cumulative": 1,
733
+ "childrenList": [
734
+ {
735
+ "name": "runtime.memclrNoHeapPointers /usr/local/go/src/runtime/memclr_amd64.s:77",
736
+ "fullName": "runtime.memclrNoHeapPointers /usr/local/go/src/runtime/memclr_amd64.s:77",
737
+ "cumulative": 1
738
+ }
739
+ ]
740
+ }
741
+ ]
742
+ }
743
+ ]
744
+ }
745
+ ]
746
+ }
747
+ ]
748
+ }
749
+ ]
750
+ }
751
+ ]
752
+ },
753
+ {
754
+ "name": "store.(*profileStore).Write /app/pkg/store/store.go:95",
755
+ "fullName": "github.com/conprof/conprof/pkg/store.(*profileStore).Write /app/pkg/store/store.go:95",
756
+ "cumulative": 1
757
+ }
758
+ ]
759
+ }
760
+ ]
761
+ },
762
+ {
763
+ "name": "otelgrpc.UnaryServerInterceptor.func1 /go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.20.0/interceptor.go:345",
764
+ "fullName": "go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc.UnaryServerInterceptor.func1 /go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.20.0/interceptor.go:345",
765
+ "cumulative": 1,
766
+ "childrenList": [
767
+ {
768
+ "name": "trace.(*span).SetAttributes /go/pkg/mod/go.opentelemetry.io/otel/sdk@v0.20.0/trace/span.go:183",
769
+ "fullName": "go.opentelemetry.io/otel/sdk/trace.(*span).SetAttributes /go/pkg/mod/go.opentelemetry.io/otel/sdk@v0.20.0/trace/span.go:183",
770
+ "cumulative": 1,
771
+ "childrenList": [
772
+ {
773
+ "name": "trace.(*span).copyToCappedAttributes /go/pkg/mod/go.opentelemetry.io/otel/sdk@v0.20.0/trace/span.go:487",
774
+ "fullName": "go.opentelemetry.io/otel/sdk/trace.(*span).copyToCappedAttributes /go/pkg/mod/go.opentelemetry.io/otel/sdk@v0.20.0/trace/span.go:487",
775
+ "cumulative": 1,
776
+ "childrenList": [
777
+ {
778
+ "name": "trace.(*attributesMap).add /go/pkg/mod/go.opentelemetry.io/otel/sdk@v0.20.0/trace/attributesmap.go:54",
779
+ "fullName": "go.opentelemetry.io/otel/sdk/trace.(*attributesMap).add /go/pkg/mod/go.opentelemetry.io/otel/sdk@v0.20.0/trace/attributesmap.go:54",
780
+ "cumulative": 1,
781
+ "childrenList": [
782
+ {
783
+ "name": "list.(*List).PushFront /usr/local/go/src/container/list/list.go:149",
784
+ "fullName": "container/list.(*List).PushFront /usr/local/go/src/container/list/list.go:149",
785
+ "cumulative": 1,
786
+ "childrenList": [
787
+ {
788
+ "name": "list.(*List).insertValue /usr/local/go/src/container/list/list.go:104",
789
+ "fullName": "container/list.(*List).insertValue /usr/local/go/src/container/list/list.go:104",
790
+ "cumulative": 1,
791
+ "childrenList": [
792
+ {
793
+ "name": "runtime.newobject /usr/local/go/src/runtime/malloc.go:1195",
794
+ "fullName": "runtime.newobject /usr/local/go/src/runtime/malloc.go:1195",
795
+ "cumulative": 1,
796
+ "childrenList": [
797
+ {
798
+ "name": "runtime.mallocgc /usr/local/go/src/runtime/malloc.go:1059",
799
+ "fullName": "runtime.mallocgc /usr/local/go/src/runtime/malloc.go:1059",
800
+ "cumulative": 1,
801
+ "childrenList": [
802
+ {
803
+ "name": "runtime.nextFreeFast /usr/local/go/src/runtime/malloc.go:855",
804
+ "fullName": "runtime.nextFreeFast /usr/local/go/src/runtime/malloc.go:855",
805
+ "cumulative": 1
806
+ }
807
+ ]
808
+ }
809
+ ]
810
+ }
811
+ ]
812
+ }
813
+ ]
814
+ }
815
+ ]
816
+ }
817
+ ]
818
+ }
819
+ ]
820
+ }
821
+ ]
822
+ }
823
+ ]
824
+ }
825
+ ]
826
+ },
827
+ {
828
+ "name": "interceptors.UnaryServerInterceptor.func1 /go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware/v2@v2.0.0-rc.2.0.20201207153454-9f6bf00c00a7/interceptors/server.go:19",
829
+ "fullName": "github.com/grpc-ecosystem/go-grpc-middleware/v2/interceptors.UnaryServerInterceptor.func1 /go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware/v2@v2.0.0-rc.2.0.20201207153454-9f6bf00c00a7/interceptors/server.go:19",
830
+ "cumulative": 1,
831
+ "childrenList": [
832
+ {
833
+ "name": "logging.(*reportable).ServerReporter /go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware/v2@v2.0.0-rc.2.0.20201207153454-9f6bf00c00a7/interceptors/logging/interceptors.go:84",
834
+ "fullName": "github.com/grpc-ecosystem/go-grpc-middleware/v2/interceptors/logging.(*reportable).ServerReporter /go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware/v2@v2.0.0-rc.2.0.20201207153454-9f6bf00c00a7/interceptors/logging/interceptors.go:84",
835
+ "cumulative": 1,
836
+ "childrenList": [
837
+ {
838
+ "name": "logging.(*reportable).reporter /go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware/v2@v2.0.0-rc.2.0.20201207153454-9f6bf00c00a7/interceptors/logging/interceptors.go:95",
839
+ "fullName": "github.com/grpc-ecosystem/go-grpc-middleware/v2/interceptors/logging.(*reportable).reporter /go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware/v2@v2.0.0-rc.2.0.20201207153454-9f6bf00c00a7/interceptors/logging/interceptors.go:95",
840
+ "cumulative": 1,
841
+ "childrenList": [
842
+ {
843
+ "name": "time.Time.Format /usr/local/go/src/time/format.go:505",
844
+ "fullName": "time.Time.Format /usr/local/go/src/time/format.go:505",
845
+ "cumulative": 1,
846
+ "childrenList": [
847
+ {
848
+ "name": "time.Time.AppendFormat /usr/local/go/src/time/format.go:610",
849
+ "fullName": "time.Time.AppendFormat /usr/local/go/src/time/format.go:610",
850
+ "cumulative": 1
851
+ }
852
+ ]
853
+ }
854
+ ]
855
+ }
856
+ ]
857
+ }
858
+ ]
859
+ }
860
+ ]
861
+ }
862
+ ]
863
+ }
864
+ ]
865
+ }
866
+ ]
867
+ }
868
+ ]
869
+ },
870
+ {
871
+ "name": "interceptors.UnaryServerInterceptor.func1 /go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware/v2@v2.0.0-rc.2.0.20201207153454-9f6bf00c00a7/interceptors/server.go:19",
872
+ "fullName": "github.com/grpc-ecosystem/go-grpc-middleware/v2/interceptors.UnaryServerInterceptor.func1 /go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware/v2@v2.0.0-rc.2.0.20201207153454-9f6bf00c00a7/interceptors/server.go:19",
873
+ "cumulative": 1,
874
+ "childrenList": [
875
+ {
876
+ "name": "tags.(*reportable).ServerReporter /go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware/v2@v2.0.0-rc.2.0.20201207153454-9f6bf00c00a7/interceptors/tags/interceptors.go:52",
877
+ "fullName": "github.com/grpc-ecosystem/go-grpc-middleware/v2/interceptors/tags.(*reportable).ServerReporter /go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware/v2@v2.0.0-rc.2.0.20201207153454-9f6bf00c00a7/interceptors/tags/interceptors.go:52",
878
+ "cumulative": 1,
879
+ "childrenList": [
880
+ {
881
+ "name": "runtime.newobject /usr/local/go/src/runtime/malloc.go:1195",
882
+ "fullName": "runtime.newobject /usr/local/go/src/runtime/malloc.go:1195",
883
+ "cumulative": 1,
884
+ "childrenList": [
885
+ {
886
+ "name": "runtime.mallocgc /usr/local/go/src/runtime/malloc.go:1090",
887
+ "fullName": "runtime.mallocgc /usr/local/go/src/runtime/malloc.go:1090",
888
+ "cumulative": 1,
889
+ "childrenList": [
890
+ {
891
+ "name": "runtime.heapBitsSetType /usr/local/go/src/runtime/mbitmap.go:340",
892
+ "fullName": "runtime.heapBitsSetType /usr/local/go/src/runtime/mbitmap.go:340",
893
+ "cumulative": 1
894
+ }
895
+ ]
896
+ }
897
+ ]
898
+ }
899
+ ]
900
+ }
901
+ ]
902
+ }
903
+ ]
904
+ }
905
+ ]
906
+ }
907
+ ]
908
+ }
909
+ ]
910
+ }
911
+ ]
912
+ }
913
+ ]
914
+ }
915
+ ]
916
+ }
917
+ ]
918
+ }
919
+ ]
920
+ }
921
+ ]
922
+ }
923
+ ]
924
+ },
925
+ {
926
+ "name": "runtime.mcall /usr/local/go/src/runtime/asm_amd64.s:318",
927
+ "fullName": "runtime.mcall /usr/local/go/src/runtime/asm_amd64.s:318",
928
+ "cumulative": 10,
929
+ "childrenList": [
930
+ {
931
+ "name": "runtime.park_m /usr/local/go/src/runtime/proc.go:2851",
932
+ "fullName": "runtime.park_m /usr/local/go/src/runtime/proc.go:2851",
933
+ "cumulative": 10,
934
+ "childrenList": [
935
+ {
936
+ "name": "runtime.schedule /usr/local/go/src/runtime/proc.go:2683",
937
+ "fullName": "runtime.schedule /usr/local/go/src/runtime/proc.go:2683",
938
+ "cumulative": 10,
939
+ "childrenList": [
940
+ {
941
+ "name": "runtime.findrunnable /usr/local/go/src/runtime/proc.go:2240",
942
+ "fullName": "runtime.findrunnable /usr/local/go/src/runtime/proc.go:2240",
943
+ "cumulative": 1,
944
+ "childrenList": [
945
+ {
946
+ "name": "runtime.netpoll /usr/local/go/src/runtime/netpoll_epoll.go:126",
947
+ "fullName": "runtime.netpoll /usr/local/go/src/runtime/netpoll_epoll.go:126",
948
+ "cumulative": 1,
949
+ "childrenList": [
950
+ {
951
+ "name": "runtime.epollwait /usr/local/go/src/runtime/sys_linux_amd64.s:725",
952
+ "fullName": "runtime.epollwait /usr/local/go/src/runtime/sys_linux_amd64.s:725",
953
+ "cumulative": 1
954
+ }
955
+ ]
956
+ }
957
+ ]
958
+ },
959
+ {
960
+ "name": "runtime.findrunnable /usr/local/go/src/runtime/proc.go:2448",
961
+ "fullName": "runtime.findrunnable /usr/local/go/src/runtime/proc.go:2448",
962
+ "cumulative": 4,
963
+ "childrenList": [
964
+ {
965
+ "name": "runtime.netpoll /usr/local/go/src/runtime/netpoll_epoll.go:126",
966
+ "fullName": "runtime.netpoll /usr/local/go/src/runtime/netpoll_epoll.go:126",
967
+ "cumulative": 4,
968
+ "childrenList": [
969
+ {
970
+ "name": "runtime.epollwait /usr/local/go/src/runtime/sys_linux_amd64.s:725",
971
+ "fullName": "runtime.epollwait /usr/local/go/src/runtime/sys_linux_amd64.s:725",
972
+ "cumulative": 4
973
+ }
974
+ ]
975
+ }
976
+ ]
977
+ },
978
+ {
979
+ "name": "runtime.findrunnable /usr/local/go/src/runtime/proc.go:2485",
980
+ "fullName": "runtime.findrunnable /usr/local/go/src/runtime/proc.go:2485",
981
+ "cumulative": 4,
982
+ "childrenList": [
983
+ {
984
+ "name": "runtime.stopm /usr/local/go/src/runtime/proc.go:1924",
985
+ "fullName": "runtime.stopm /usr/local/go/src/runtime/proc.go:1924",
986
+ "cumulative": 4,
987
+ "childrenList": [
988
+ {
989
+ "name": "runtime.notesleep /usr/local/go/src/runtime/lock_futex.go:159",
990
+ "fullName": "runtime.notesleep /usr/local/go/src/runtime/lock_futex.go:159",
991
+ "cumulative": 4,
992
+ "childrenList": [
993
+ {
994
+ "name": "runtime.futexsleep /usr/local/go/src/runtime/os_linux.go:45",
995
+ "fullName": "runtime.futexsleep /usr/local/go/src/runtime/os_linux.go:45",
996
+ "cumulative": 4,
997
+ "childrenList": [
998
+ {
999
+ "name": "runtime.futex /usr/local/go/src/runtime/sys_linux_amd64.s:588",
1000
+ "fullName": "runtime.futex /usr/local/go/src/runtime/sys_linux_amd64.s:588",
1001
+ "cumulative": 3
1002
+ },
1003
+ {
1004
+ "name": "runtime.futex /usr/local/go/src/runtime/sys_linux_amd64.s:589",
1005
+ "fullName": "runtime.futex /usr/local/go/src/runtime/sys_linux_amd64.s:589",
1006
+ "cumulative": 1
1007
+ }
1008
+ ]
1009
+ }
1010
+ ]
1011
+ }
1012
+ ]
1013
+ }
1014
+ ]
1015
+ },
1016
+ {
1017
+ "name": "runtime.findrunnable /usr/local/go/src/runtime/proc.go:2265",
1018
+ "fullName": "runtime.findrunnable /usr/local/go/src/runtime/proc.go:2265",
1019
+ "cumulative": 1,
1020
+ "childrenList": [
1021
+ {
1022
+ "name": "runtime.(*randomOrder).start /usr/local/go/src/runtime/proc.go:5601",
1023
+ "fullName": "runtime.(*randomOrder).start /usr/local/go/src/runtime/proc.go:5601",
1024
+ "cumulative": 1
1025
+ }
1026
+ ]
1027
+ }
1028
+ ]
1029
+ }
1030
+ ]
1031
+ }
1032
+ ]
1033
+ },
1034
+ {
1035
+ "name": "http.(*conn).serve /usr/local/go/src/net/http/server.go:1925",
1036
+ "fullName": "net/http.(*conn).serve /usr/local/go/src/net/http/server.go:1925",
1037
+ "cumulative": 6,
1038
+ "childrenList": [
1039
+ {
1040
+ "name": "http.serverHandler.ServeHTTP /usr/local/go/src/net/http/server.go:2843",
1041
+ "fullName": "net/http.serverHandler.ServeHTTP /usr/local/go/src/net/http/server.go:2843",
1042
+ "cumulative": 6,
1043
+ "childrenList": [
1044
+ {
1045
+ "name": "http.(*ServeMux).ServeHTTP /usr/local/go/src/net/http/server.go:2417",
1046
+ "fullName": "net/http.(*ServeMux).ServeHTTP /usr/local/go/src/net/http/server.go:2417",
1047
+ "cumulative": 6,
1048
+ "childrenList": [
1049
+ {
1050
+ "name": "http.HandlerFunc.ServeHTTP /usr/local/go/src/net/http/server.go:2042",
1051
+ "fullName": "net/http.HandlerFunc.ServeHTTP /usr/local/go/src/net/http/server.go:2042",
1052
+ "cumulative": 6,
1053
+ "childrenList": [
1054
+ {
1055
+ "name": "pprof.Index /usr/local/go/src/net/http/pprof/pprof.go:367",
1056
+ "fullName": "net/http/pprof.Index /usr/local/go/src/net/http/pprof/pprof.go:367",
1057
+ "cumulative": 6,
1058
+ "childrenList": [
1059
+ {
1060
+ "name": "pprof.handler.ServeHTTP /usr/local/go/src/net/http/pprof/pprof.go:256",
1061
+ "fullName": "net/http/pprof.handler.ServeHTTP /usr/local/go/src/net/http/pprof/pprof.go:256",
1062
+ "cumulative": 6,
1063
+ "childrenList": [
1064
+ {
1065
+ "name": "pprof.(*Profile).WriteTo /usr/local/go/src/runtime/pprof/pprof.go:331",
1066
+ "fullName": "runtime/pprof.(*Profile).WriteTo /usr/local/go/src/runtime/pprof/pprof.go:331",
1067
+ "cumulative": 6,
1068
+ "childrenList": [
1069
+ {
1070
+ "name": "pprof.writeAlloc /usr/local/go/src/runtime/pprof/pprof.go:542",
1071
+ "fullName": "runtime/pprof.writeAlloc /usr/local/go/src/runtime/pprof/pprof.go:542",
1072
+ "cumulative": 3,
1073
+ "childrenList": [
1074
+ {
1075
+ "name": "pprof.writeHeapInternal /usr/local/go/src/runtime/pprof/pprof.go:576",
1076
+ "fullName": "runtime/pprof.writeHeapInternal /usr/local/go/src/runtime/pprof/pprof.go:576",
1077
+ "cumulative": 3,
1078
+ "childrenList": [
1079
+ {
1080
+ "name": "pprof.writeHeapProto /usr/local/go/src/runtime/pprof/protomem.go:46",
1081
+ "fullName": "runtime/pprof.writeHeapProto /usr/local/go/src/runtime/pprof/protomem.go:46",
1082
+ "cumulative": 1,
1083
+ "childrenList": [
1084
+ {
1085
+ "name": "pprof.(*profileBuilder).appendLocsForStack /usr/local/go/src/runtime/pprof/proto.go:414",
1086
+ "fullName": "runtime/pprof.(*profileBuilder).appendLocsForStack /usr/local/go/src/runtime/pprof/proto.go:414",
1087
+ "cumulative": 1,
1088
+ "childrenList": [
1089
+ {
1090
+ "name": "pprof.allFrames /usr/local/go/src/runtime/pprof/proto.go:217",
1091
+ "fullName": "runtime/pprof.allFrames /usr/local/go/src/runtime/pprof/proto.go:217",
1092
+ "cumulative": 1,
1093
+ "childrenList": [
1094
+ {
1095
+ "name": "runtime.(*Frames).Next /usr/local/go/src/runtime/symtab.go:147",
1096
+ "fullName": "runtime.(*Frames).Next /usr/local/go/src/runtime/symtab.go:147",
1097
+ "cumulative": 1,
1098
+ "childrenList": [
1099
+ {
1100
+ "name": "runtime.funcline1 /usr/local/go/src/runtime/symtab.go:856",
1101
+ "fullName": "runtime.funcline1 /usr/local/go/src/runtime/symtab.go:856",
1102
+ "cumulative": 1,
1103
+ "childrenList": [
1104
+ {
1105
+ "name": "runtime.pcvalue /usr/local/go/src/runtime/symtab.go:769",
1106
+ "fullName": "runtime.pcvalue /usr/local/go/src/runtime/symtab.go:769",
1107
+ "cumulative": 1,
1108
+ "childrenList": [
1109
+ {
1110
+ "name": "runtime.step /usr/local/go/src/runtime/symtab.go:941",
1111
+ "fullName": "runtime.step /usr/local/go/src/runtime/symtab.go:941",
1112
+ "cumulative": 1
1113
+ }
1114
+ ]
1115
+ }
1116
+ ]
1117
+ }
1118
+ ]
1119
+ }
1120
+ ]
1121
+ }
1122
+ ]
1123
+ }
1124
+ ]
1125
+ },
1126
+ {
1127
+ "name": "pprof.writeHeapProto /usr/local/go/src/runtime/pprof/protomem.go:38",
1128
+ "fullName": "runtime/pprof.writeHeapProto /usr/local/go/src/runtime/pprof/protomem.go:38",
1129
+ "cumulative": 1,
1130
+ "childrenList": [
1131
+ {
1132
+ "name": "runtime.FuncForPC /usr/local/go/src/runtime/symtab.go:582",
1133
+ "fullName": "runtime.FuncForPC /usr/local/go/src/runtime/symtab.go:582",
1134
+ "cumulative": 1,
1135
+ "childrenList": [
1136
+ {
1137
+ "name": "runtime.pcdatavalue1 /usr/local/go/src/runtime/symtab.go:913",
1138
+ "fullName": "runtime.pcdatavalue1 /usr/local/go/src/runtime/symtab.go:913",
1139
+ "cumulative": 1,
1140
+ "childrenList": [
1141
+ {
1142
+ "name": "runtime.pcvalue /usr/local/go/src/runtime/symtab.go:769",
1143
+ "fullName": "runtime.pcvalue /usr/local/go/src/runtime/symtab.go:769",
1144
+ "cumulative": 1,
1145
+ "childrenList": [
1146
+ {
1147
+ "name": "runtime.step /usr/local/go/src/runtime/symtab.go:957",
1148
+ "fullName": "runtime.step /usr/local/go/src/runtime/symtab.go:957",
1149
+ "cumulative": 1
1150
+ }
1151
+ ]
1152
+ }
1153
+ ]
1154
+ }
1155
+ ]
1156
+ }
1157
+ ]
1158
+ },
1159
+ {
1160
+ "name": "pprof.writeHeapProto /usr/local/go/src/runtime/pprof/protomem.go:59",
1161
+ "fullName": "runtime/pprof.writeHeapProto /usr/local/go/src/runtime/pprof/protomem.go:59",
1162
+ "cumulative": 1,
1163
+ "childrenList": [
1164
+ {
1165
+ "name": "pprof.(*profileBuilder).pbSample /usr/local/go/src/runtime/pprof/proto.go:170",
1166
+ "fullName": "runtime/pprof.(*profileBuilder).pbSample /usr/local/go/src/runtime/pprof/proto.go:170",
1167
+ "cumulative": 1,
1168
+ "childrenList": [
1169
+ {
1170
+ "name": "pprof.(*profileBuilder).flush /usr/local/go/src/runtime/pprof/proto.go:148",
1171
+ "fullName": "runtime/pprof.(*profileBuilder).flush /usr/local/go/src/runtime/pprof/proto.go:148",
1172
+ "cumulative": 1,
1173
+ "childrenList": [
1174
+ {
1175
+ "name": "gzip.(*Writer).Write /usr/local/go/src/compress/gzip/gzip.go:196",
1176
+ "fullName": "compress/gzip.(*Writer).Write /usr/local/go/src/compress/gzip/gzip.go:196",
1177
+ "cumulative": 1,
1178
+ "childrenList": [
1179
+ {
1180
+ "name": "flate.(*Writer).Write /usr/local/go/src/compress/flate/deflate.go:712",
1181
+ "fullName": "compress/flate.(*Writer).Write /usr/local/go/src/compress/flate/deflate.go:712",
1182
+ "cumulative": 1,
1183
+ "childrenList": [
1184
+ {
1185
+ "name": "flate.(*compressor).write /usr/local/go/src/compress/flate/deflate.go:554",
1186
+ "fullName": "compress/flate.(*compressor).write /usr/local/go/src/compress/flate/deflate.go:554",
1187
+ "cumulative": 1,
1188
+ "childrenList": [
1189
+ {
1190
+ "name": "flate.(*compressor).encSpeed /usr/local/go/src/compress/flate/deflate.go:365",
1191
+ "fullName": "compress/flate.(*compressor).encSpeed /usr/local/go/src/compress/flate/deflate.go:365",
1192
+ "cumulative": 1,
1193
+ "childrenList": [
1194
+ {
1195
+ "name": "flate.(*huffmanBitWriter).writeBlockDynamic /usr/local/go/src/compress/flate/huffman_bit_writer.go:528",
1196
+ "fullName": "compress/flate.(*huffmanBitWriter).writeBlockDynamic /usr/local/go/src/compress/flate/huffman_bit_writer.go:528",
1197
+ "cumulative": 1,
1198
+ "childrenList": [
1199
+ {
1200
+ "name": "flate.(*huffmanBitWriter).writeTokens /usr/local/go/src/compress/flate/huffman_bit_writer.go:581",
1201
+ "fullName": "compress/flate.(*huffmanBitWriter).writeTokens /usr/local/go/src/compress/flate/huffman_bit_writer.go:581",
1202
+ "cumulative": 1
1203
+ }
1204
+ ]
1205
+ }
1206
+ ]
1207
+ }
1208
+ ]
1209
+ }
1210
+ ]
1211
+ }
1212
+ ]
1213
+ }
1214
+ ]
1215
+ }
1216
+ ]
1217
+ }
1218
+ ]
1219
+ }
1220
+ ]
1221
+ }
1222
+ ]
1223
+ },
1224
+ {
1225
+ "name": "pprof.writeBlock /usr/local/go/src/runtime/pprof/pprof.go:860",
1226
+ "fullName": "runtime/pprof.writeBlock /usr/local/go/src/runtime/pprof/pprof.go:860",
1227
+ "cumulative": 1,
1228
+ "childrenList": [
1229
+ {
1230
+ "name": "pprof.printCountCycleProfile /usr/local/go/src/runtime/pprof/pprof.go:379",
1231
+ "fullName": "runtime/pprof.printCountCycleProfile /usr/local/go/src/runtime/pprof/pprof.go:379",
1232
+ "cumulative": 1,
1233
+ "childrenList": [
1234
+ {
1235
+ "name": "pprof.newProfileBuilder /usr/local/go/src/runtime/pprof/proto.go:267",
1236
+ "fullName": "runtime/pprof.newProfileBuilder /usr/local/go/src/runtime/pprof/proto.go:267",
1237
+ "cumulative": 1,
1238
+ "childrenList": [
1239
+ {
1240
+ "name": "pprof.(*profileBuilder).readMapping /usr/local/go/src/runtime/pprof/proto.go:578",
1241
+ "fullName": "runtime/pprof.(*profileBuilder).readMapping /usr/local/go/src/runtime/pprof/proto.go:578",
1242
+ "cumulative": 1,
1243
+ "childrenList": [
1244
+ {
1245
+ "name": "ioutil.ReadFile /usr/local/go/src/io/ioutil/ioutil.go:73",
1246
+ "fullName": "io/ioutil.ReadFile /usr/local/go/src/io/ioutil/ioutil.go:73",
1247
+ "cumulative": 1,
1248
+ "childrenList": [
1249
+ {
1250
+ "name": "ioutil.readAll /usr/local/go/src/io/ioutil/ioutil.go:36",
1251
+ "fullName": "io/ioutil.readAll /usr/local/go/src/io/ioutil/ioutil.go:36",
1252
+ "cumulative": 1,
1253
+ "childrenList": [
1254
+ {
1255
+ "name": "bytes.(*Buffer).ReadFrom /usr/local/go/src/bytes/buffer.go:204",
1256
+ "fullName": "bytes.(*Buffer).ReadFrom /usr/local/go/src/bytes/buffer.go:204",
1257
+ "cumulative": 1,
1258
+ "childrenList": [
1259
+ {
1260
+ "name": "os.(*File).Read /usr/local/go/src/os/file.go:116",
1261
+ "fullName": "os.(*File).Read /usr/local/go/src/os/file.go:116",
1262
+ "cumulative": 1,
1263
+ "childrenList": [
1264
+ {
1265
+ "name": "os.(*File).read /usr/local/go/src/os/file_posix.go:31",
1266
+ "fullName": "os.(*File).read /usr/local/go/src/os/file_posix.go:31",
1267
+ "cumulative": 1,
1268
+ "childrenList": [
1269
+ {
1270
+ "name": "poll.(*FD).Read /usr/local/go/src/internal/poll/fd_unix.go:155",
1271
+ "fullName": "internal/poll.(*FD).Read /usr/local/go/src/internal/poll/fd_unix.go:155",
1272
+ "cumulative": 1,
1273
+ "childrenList": [
1274
+ {
1275
+ "name": "poll.ignoringEINTR /usr/local/go/src/internal/poll/fd_unix.go:567",
1276
+ "fullName": "internal/poll.ignoringEINTR /usr/local/go/src/internal/poll/fd_unix.go:567",
1277
+ "cumulative": 1,
1278
+ "childrenList": [
1279
+ {
1280
+ "name": "poll.(*FD).Read.func1 /usr/local/go/src/internal/poll/fd_unix.go:155",
1281
+ "fullName": "internal/poll.(*FD).Read.func1 /usr/local/go/src/internal/poll/fd_unix.go:155",
1282
+ "cumulative": 1,
1283
+ "childrenList": [
1284
+ {
1285
+ "name": "syscall.Read /usr/local/go/src/syscall/syscall_unix.go:187",
1286
+ "fullName": "syscall.Read /usr/local/go/src/syscall/syscall_unix.go:187",
1287
+ "cumulative": 1,
1288
+ "childrenList": [
1289
+ {
1290
+ "name": "syscall.read /usr/local/go/src/syscall/zsyscall_linux_amd64.go:686",
1291
+ "fullName": "syscall.read /usr/local/go/src/syscall/zsyscall_linux_amd64.go:686",
1292
+ "cumulative": 1,
1293
+ "childrenList": [
1294
+ {
1295
+ "name": "syscall.Syscall /usr/local/go/src/syscall/asm_linux_amd64.s:24",
1296
+ "fullName": "syscall.Syscall /usr/local/go/src/syscall/asm_linux_amd64.s:24",
1297
+ "cumulative": 1
1298
+ }
1299
+ ]
1300
+ }
1301
+ ]
1302
+ }
1303
+ ]
1304
+ }
1305
+ ]
1306
+ }
1307
+ ]
1308
+ }
1309
+ ]
1310
+ }
1311
+ ]
1312
+ }
1313
+ ]
1314
+ }
1315
+ ]
1316
+ }
1317
+ ]
1318
+ }
1319
+ ]
1320
+ }
1321
+ ]
1322
+ }
1323
+ ]
1324
+ }
1325
+ ]
1326
+ },
1327
+ {
1328
+ "name": "pprof.writeHeap /usr/local/go/src/runtime/pprof/pprof.go:536",
1329
+ "fullName": "runtime/pprof.writeHeap /usr/local/go/src/runtime/pprof/pprof.go:536",
1330
+ "cumulative": 2,
1331
+ "childrenList": [
1332
+ {
1333
+ "name": "pprof.writeHeapInternal /usr/local/go/src/runtime/pprof/pprof.go:576",
1334
+ "fullName": "runtime/pprof.writeHeapInternal /usr/local/go/src/runtime/pprof/pprof.go:576",
1335
+ "cumulative": 2,
1336
+ "childrenList": [
1337
+ {
1338
+ "name": "pprof.writeHeapProto /usr/local/go/src/runtime/pprof/protomem.go:46",
1339
+ "fullName": "runtime/pprof.writeHeapProto /usr/local/go/src/runtime/pprof/protomem.go:46",
1340
+ "cumulative": 1,
1341
+ "childrenList": [
1342
+ {
1343
+ "name": "pprof.(*profileBuilder).appendLocsForStack /usr/local/go/src/runtime/pprof/proto.go:414",
1344
+ "fullName": "runtime/pprof.(*profileBuilder).appendLocsForStack /usr/local/go/src/runtime/pprof/proto.go:414",
1345
+ "cumulative": 1,
1346
+ "childrenList": [
1347
+ {
1348
+ "name": "pprof.allFrames /usr/local/go/src/runtime/pprof/proto.go:216",
1349
+ "fullName": "runtime/pprof.allFrames /usr/local/go/src/runtime/pprof/proto.go:216",
1350
+ "cumulative": 1,
1351
+ "childrenList": [
1352
+ {
1353
+ "name": "runtime.CallersFrames /usr/local/go/src/runtime/symtab.go:66",
1354
+ "fullName": "runtime.CallersFrames /usr/local/go/src/runtime/symtab.go:66",
1355
+ "cumulative": 1,
1356
+ "childrenList": [
1357
+ {
1358
+ "name": "runtime.newobject /usr/local/go/src/runtime/malloc.go:1195",
1359
+ "fullName": "runtime.newobject /usr/local/go/src/runtime/malloc.go:1195",
1360
+ "cumulative": 1,
1361
+ "childrenList": [
1362
+ {
1363
+ "name": "runtime.mallocgc /usr/local/go/src/runtime/malloc.go:1061",
1364
+ "fullName": "runtime.mallocgc /usr/local/go/src/runtime/malloc.go:1061",
1365
+ "cumulative": 1,
1366
+ "childrenList": [
1367
+ {
1368
+ "name": "runtime.(*mcache).nextFree /usr/local/go/src/runtime/malloc.go:880",
1369
+ "fullName": "runtime.(*mcache).nextFree /usr/local/go/src/runtime/malloc.go:880",
1370
+ "cumulative": 1,
1371
+ "childrenList": [
1372
+ {
1373
+ "name": "runtime.(*mcache).refill /usr/local/go/src/runtime/mcache.go:135",
1374
+ "fullName": "runtime.(*mcache).refill /usr/local/go/src/runtime/mcache.go:135",
1375
+ "cumulative": 1,
1376
+ "childrenList": [
1377
+ {
1378
+ "name": "runtime.(*mcentral).uncacheSpan /usr/local/go/src/runtime/mcentral.go:391",
1379
+ "fullName": "runtime.(*mcentral).uncacheSpan /usr/local/go/src/runtime/mcentral.go:391",
1380
+ "cumulative": 1,
1381
+ "childrenList": [
1382
+ {
1383
+ "name": "runtime.(*spanSet).push /usr/local/go/src/runtime/mspanset.go:137",
1384
+ "fullName": "runtime.(*spanSet).push /usr/local/go/src/runtime/mspanset.go:137",
1385
+ "cumulative": 1
1386
+ }
1387
+ ]
1388
+ }
1389
+ ]
1390
+ }
1391
+ ]
1392
+ }
1393
+ ]
1394
+ }
1395
+ ]
1396
+ }
1397
+ ]
1398
+ }
1399
+ ]
1400
+ }
1401
+ ]
1402
+ }
1403
+ ]
1404
+ },
1405
+ {
1406
+ "name": "pprof.writeHeapProto /usr/local/go/src/runtime/pprof/protomem.go:16",
1407
+ "fullName": "runtime/pprof.writeHeapProto /usr/local/go/src/runtime/pprof/protomem.go:16",
1408
+ "cumulative": 1,
1409
+ "childrenList": [
1410
+ {
1411
+ "name": "pprof.newProfileBuilder /usr/local/go/src/runtime/pprof/proto.go:267",
1412
+ "fullName": "runtime/pprof.newProfileBuilder /usr/local/go/src/runtime/pprof/proto.go:267",
1413
+ "cumulative": 1,
1414
+ "childrenList": [
1415
+ {
1416
+ "name": "pprof.(*profileBuilder).readMapping /usr/local/go/src/runtime/pprof/proto.go:578",
1417
+ "fullName": "runtime/pprof.(*profileBuilder).readMapping /usr/local/go/src/runtime/pprof/proto.go:578",
1418
+ "cumulative": 1,
1419
+ "childrenList": [
1420
+ {
1421
+ "name": "ioutil.ReadFile /usr/local/go/src/io/ioutil/ioutil.go:73",
1422
+ "fullName": "io/ioutil.ReadFile /usr/local/go/src/io/ioutil/ioutil.go:73",
1423
+ "cumulative": 1,
1424
+ "childrenList": [
1425
+ {
1426
+ "name": "ioutil.readAll /usr/local/go/src/io/ioutil/ioutil.go:36",
1427
+ "fullName": "io/ioutil.readAll /usr/local/go/src/io/ioutil/ioutil.go:36",
1428
+ "cumulative": 1,
1429
+ "childrenList": [
1430
+ {
1431
+ "name": "bytes.(*Buffer).ReadFrom /usr/local/go/src/bytes/buffer.go:204",
1432
+ "fullName": "bytes.(*Buffer).ReadFrom /usr/local/go/src/bytes/buffer.go:204",
1433
+ "cumulative": 1,
1434
+ "childrenList": [
1435
+ {
1436
+ "name": "os.(*File).Read /usr/local/go/src/os/file.go:116",
1437
+ "fullName": "os.(*File).Read /usr/local/go/src/os/file.go:116",
1438
+ "cumulative": 1,
1439
+ "childrenList": [
1440
+ {
1441
+ "name": "os.(*File).read /usr/local/go/src/os/file_posix.go:31",
1442
+ "fullName": "os.(*File).read /usr/local/go/src/os/file_posix.go:31",
1443
+ "cumulative": 1,
1444
+ "childrenList": [
1445
+ {
1446
+ "name": "poll.(*FD).Read /usr/local/go/src/internal/poll/fd_unix.go:155",
1447
+ "fullName": "internal/poll.(*FD).Read /usr/local/go/src/internal/poll/fd_unix.go:155",
1448
+ "cumulative": 1,
1449
+ "childrenList": [
1450
+ {
1451
+ "name": "poll.ignoringEINTR /usr/local/go/src/internal/poll/fd_unix.go:567",
1452
+ "fullName": "internal/poll.ignoringEINTR /usr/local/go/src/internal/poll/fd_unix.go:567",
1453
+ "cumulative": 1,
1454
+ "childrenList": [
1455
+ {
1456
+ "name": "poll.(*FD).Read.func1 /usr/local/go/src/internal/poll/fd_unix.go:155",
1457
+ "fullName": "internal/poll.(*FD).Read.func1 /usr/local/go/src/internal/poll/fd_unix.go:155",
1458
+ "cumulative": 1,
1459
+ "childrenList": [
1460
+ {
1461
+ "name": "syscall.Read /usr/local/go/src/syscall/syscall_unix.go:187",
1462
+ "fullName": "syscall.Read /usr/local/go/src/syscall/syscall_unix.go:187",
1463
+ "cumulative": 1,
1464
+ "childrenList": [
1465
+ {
1466
+ "name": "syscall.read /usr/local/go/src/syscall/zsyscall_linux_amd64.go:686",
1467
+ "fullName": "syscall.read /usr/local/go/src/syscall/zsyscall_linux_amd64.go:686",
1468
+ "cumulative": 1,
1469
+ "childrenList": [
1470
+ {
1471
+ "name": "syscall.Syscall /usr/local/go/src/syscall/asm_linux_amd64.s:24",
1472
+ "fullName": "syscall.Syscall /usr/local/go/src/syscall/asm_linux_amd64.s:24",
1473
+ "cumulative": 1
1474
+ }
1475
+ ]
1476
+ }
1477
+ ]
1478
+ }
1479
+ ]
1480
+ }
1481
+ ]
1482
+ }
1483
+ ]
1484
+ }
1485
+ ]
1486
+ }
1487
+ ]
1488
+ }
1489
+ ]
1490
+ }
1491
+ ]
1492
+ }
1493
+ ]
1494
+ }
1495
+ ]
1496
+ }
1497
+ ]
1498
+ }
1499
+ ]
1500
+ }
1501
+ ]
1502
+ }
1503
+ ]
1504
+ }
1505
+ ]
1506
+ }
1507
+ ]
1508
+ }
1509
+ ]
1510
+ }
1511
+ ]
1512
+ }
1513
+ ]
1514
+ }
1515
+ ]
1516
+ }
1517
+ ]
1518
+ },
1519
+ {
1520
+ "name": "transport.newHTTP2Server.func2 /go/pkg/mod/google.golang.org/grpc@v1.37.0/internal/transport/http2_server.go:292",
1521
+ "fullName": "google.golang.org/grpc/internal/transport.newHTTP2Server.func2 /go/pkg/mod/google.golang.org/grpc@v1.37.0/internal/transport/http2_server.go:292",
1522
+ "cumulative": 8,
1523
+ "childrenList": [
1524
+ {
1525
+ "name": "transport.(*loopyWriter).run /go/pkg/mod/google.golang.org/grpc@v1.37.0/internal/transport/controlbuf.go:555",
1526
+ "fullName": "google.golang.org/grpc/internal/transport.(*loopyWriter).run /go/pkg/mod/google.golang.org/grpc@v1.37.0/internal/transport/controlbuf.go:555",
1527
+ "cumulative": 8,
1528
+ "childrenList": [
1529
+ {
1530
+ "name": "transport.(*bufWriter).Flush /go/pkg/mod/google.golang.org/grpc@v1.37.0/internal/transport/http_util.go:574",
1531
+ "fullName": "google.golang.org/grpc/internal/transport.(*bufWriter).Flush /go/pkg/mod/google.golang.org/grpc@v1.37.0/internal/transport/http_util.go:574",
1532
+ "cumulative": 8,
1533
+ "childrenList": [
1534
+ {
1535
+ "name": "net.(*conn).Write /usr/local/go/src/net/net.go:194",
1536
+ "fullName": "net.(*conn).Write /usr/local/go/src/net/net.go:194",
1537
+ "cumulative": 8,
1538
+ "childrenList": [
1539
+ {
1540
+ "name": "net.(*netFD).Write /usr/local/go/src/net/fd_posix.go:73",
1541
+ "fullName": "net.(*netFD).Write /usr/local/go/src/net/fd_posix.go:73",
1542
+ "cumulative": 8,
1543
+ "childrenList": [
1544
+ {
1545
+ "name": "poll.(*FD).Write /usr/local/go/src/internal/poll/fd_unix.go:267",
1546
+ "fullName": "internal/poll.(*FD).Write /usr/local/go/src/internal/poll/fd_unix.go:267",
1547
+ "cumulative": 8,
1548
+ "childrenList": [
1549
+ {
1550
+ "name": "poll.ignoringEINTR /usr/local/go/src/internal/poll/fd_unix.go:567",
1551
+ "fullName": "internal/poll.ignoringEINTR /usr/local/go/src/internal/poll/fd_unix.go:567",
1552
+ "cumulative": 8,
1553
+ "childrenList": [
1554
+ {
1555
+ "name": "poll.(*FD).Write.func1 /usr/local/go/src/internal/poll/fd_unix.go:267",
1556
+ "fullName": "internal/poll.(*FD).Write.func1 /usr/local/go/src/internal/poll/fd_unix.go:267",
1557
+ "cumulative": 8,
1558
+ "childrenList": [
1559
+ {
1560
+ "name": "syscall.Write /usr/local/go/src/syscall/syscall_unix.go:212",
1561
+ "fullName": "syscall.Write /usr/local/go/src/syscall/syscall_unix.go:212",
1562
+ "cumulative": 8,
1563
+ "childrenList": [
1564
+ {
1565
+ "name": "syscall.write /usr/local/go/src/syscall/zsyscall_linux_amd64.go:914",
1566
+ "fullName": "syscall.write /usr/local/go/src/syscall/zsyscall_linux_amd64.go:914",
1567
+ "cumulative": 8,
1568
+ "childrenList": [
1569
+ {
1570
+ "name": "syscall.Syscall /usr/local/go/src/syscall/asm_linux_amd64.s:24",
1571
+ "fullName": "syscall.Syscall /usr/local/go/src/syscall/asm_linux_amd64.s:24",
1572
+ "cumulative": 8
1573
+ }
1574
+ ]
1575
+ }
1576
+ ]
1577
+ }
1578
+ ]
1579
+ }
1580
+ ]
1581
+ }
1582
+ ]
1583
+ }
1584
+ ]
1585
+ }
1586
+ ]
1587
+ }
1588
+ ]
1589
+ }
1590
+ ]
1591
+ }
1592
+ ]
1593
+ },
1594
+ {
1595
+ "name": "runtime.mstart /usr/local/go/src/runtime/proc.go:1137",
1596
+ "fullName": "runtime.mstart /usr/local/go/src/runtime/proc.go:1137",
1597
+ "cumulative": 2,
1598
+ "childrenList": [
1599
+ {
1600
+ "name": "runtime.mstart1 /usr/local/go/src/runtime/proc.go:1172",
1601
+ "fullName": "runtime.mstart1 /usr/local/go/src/runtime/proc.go:1172",
1602
+ "cumulative": 2,
1603
+ "childrenList": [
1604
+ {
1605
+ "name": "runtime.sysmon /usr/local/go/src/runtime/proc.go:4660",
1606
+ "fullName": "runtime.sysmon /usr/local/go/src/runtime/proc.go:4660",
1607
+ "cumulative": 2,
1608
+ "childrenList": [
1609
+ {
1610
+ "name": "runtime.usleep /usr/local/go/src/runtime/sys_linux_amd64.s:146",
1611
+ "fullName": "runtime.usleep /usr/local/go/src/runtime/sys_linux_amd64.s:146",
1612
+ "cumulative": 2
1613
+ }
1614
+ ]
1615
+ }
1616
+ ]
1617
+ }
1618
+ ]
1619
+ },
1620
+ {
1621
+ "name": "runtime._System /usr/local/go/src/runtime/proc.go:3938",
1622
+ "fullName": "runtime._System /usr/local/go/src/runtime/proc.go:3938",
1623
+ "cumulative": 1,
1624
+ "childrenList": [
1625
+ {
1626
+ "name": "runtime.gogo /usr/local/go/src/runtime/asm_amd64.s:272",
1627
+ "fullName": "runtime.gogo /usr/local/go/src/runtime/asm_amd64.s:272",
1628
+ "cumulative": 1
1629
+ }
1630
+ ]
1631
+ },
1632
+ {
1633
+ "name": "trace.NewBatchSpanProcessor.func1 /go/pkg/mod/go.opentelemetry.io/otel/sdk@v0.20.0/trace/batch_span_processor.go:110",
1634
+ "fullName": "go.opentelemetry.io/otel/sdk/trace.NewBatchSpanProcessor.func1 /go/pkg/mod/go.opentelemetry.io/otel/sdk@v0.20.0/trace/batch_span_processor.go:110",
1635
+ "cumulative": 1,
1636
+ "childrenList": [
1637
+ {
1638
+ "name": "trace.(*batchSpanProcessor).processQueue /go/pkg/mod/go.opentelemetry.io/otel/sdk@v0.20.0/trace/batch_span_processor.go:241",
1639
+ "fullName": "go.opentelemetry.io/otel/sdk/trace.(*batchSpanProcessor).processQueue /go/pkg/mod/go.opentelemetry.io/otel/sdk@v0.20.0/trace/batch_span_processor.go:241",
1640
+ "cumulative": 1,
1641
+ "childrenList": [
1642
+ {
1643
+ "name": "trace.(*batchSpanProcessor).exportSpans /go/pkg/mod/go.opentelemetry.io/otel/sdk@v0.20.0/trace/batch_span_processor.go:220",
1644
+ "fullName": "go.opentelemetry.io/otel/sdk/trace.(*batchSpanProcessor).exportSpans /go/pkg/mod/go.opentelemetry.io/otel/sdk@v0.20.0/trace/batch_span_processor.go:220",
1645
+ "cumulative": 1,
1646
+ "childrenList": [
1647
+ {
1648
+ "name": "otlp.(*Exporter).ExportSpans /go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp@v0.20.0/otlp.go:135",
1649
+ "fullName": "go.opentelemetry.io/otel/exporters/otlp.(*Exporter).ExportSpans /go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp@v0.20.0/otlp.go:135",
1650
+ "cumulative": 1,
1651
+ "childrenList": [
1652
+ {
1653
+ "name": "otlpgrpc.(*driver).ExportTraces /go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp@v0.20.0/otlpgrpc/driver.go:175",
1654
+ "fullName": "go.opentelemetry.io/otel/exporters/otlp/otlpgrpc.(*driver).ExportTraces /go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp@v0.20.0/otlpgrpc/driver.go:175",
1655
+ "cumulative": 1,
1656
+ "childrenList": [
1657
+ {
1658
+ "name": "otlpgrpc.(*tracesDriver).uploadTraces /go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp@v0.20.0/otlpgrpc/driver.go:190",
1659
+ "fullName": "go.opentelemetry.io/otel/exporters/otlp/otlpgrpc.(*tracesDriver).uploadTraces /go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp@v0.20.0/otlpgrpc/driver.go:190",
1660
+ "cumulative": 1,
1661
+ "childrenList": [
1662
+ {
1663
+ "name": "otlpgrpc.(*tracesDriver).uploadTraces.func1 /go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp@v0.20.0/otlpgrpc/driver.go:186",
1664
+ "fullName": "go.opentelemetry.io/otel/exporters/otlp/otlpgrpc.(*tracesDriver).uploadTraces.func1 /go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp@v0.20.0/otlpgrpc/driver.go:186",
1665
+ "cumulative": 1,
1666
+ "childrenList": [
1667
+ {
1668
+ "name": "v1.(*traceServiceClient).Export /go/pkg/mod/go.opentelemetry.io/proto/otlp@v0.7.0/collector/trace/v1/trace_service_grpc.pb.go:35",
1669
+ "fullName": "go.opentelemetry.io/proto/otlp/collector/trace/v1.(*traceServiceClient).Export /go/pkg/mod/go.opentelemetry.io/proto/otlp@v0.7.0/collector/trace/v1/trace_service_grpc.pb.go:35",
1670
+ "cumulative": 1,
1671
+ "childrenList": [
1672
+ {
1673
+ "name": "grpc.(*ClientConn).Invoke /go/pkg/mod/google.golang.org/grpc@v1.37.0/call.go:37",
1674
+ "fullName": "google.golang.org/grpc.(*ClientConn).Invoke /go/pkg/mod/google.golang.org/grpc@v1.37.0/call.go:37",
1675
+ "cumulative": 1,
1676
+ "childrenList": [
1677
+ {
1678
+ "name": "grpc.invoke /go/pkg/mod/google.golang.org/grpc@v1.37.0/call.go:70",
1679
+ "fullName": "google.golang.org/grpc.invoke /go/pkg/mod/google.golang.org/grpc@v1.37.0/call.go:70",
1680
+ "cumulative": 1,
1681
+ "childrenList": [
1682
+ {
1683
+ "name": "grpc.(*clientStream).SendMsg /go/pkg/mod/google.golang.org/grpc@v1.37.0/stream.go:765",
1684
+ "fullName": "google.golang.org/grpc.(*clientStream).SendMsg /go/pkg/mod/google.golang.org/grpc@v1.37.0/stream.go:765",
1685
+ "cumulative": 1,
1686
+ "childrenList": [
1687
+ {
1688
+ "name": "grpc.prepareMsg /go/pkg/mod/google.golang.org/grpc@v1.37.0/stream.go:1584",
1689
+ "fullName": "google.golang.org/grpc.prepareMsg /go/pkg/mod/google.golang.org/grpc@v1.37.0/stream.go:1584",
1690
+ "cumulative": 1,
1691
+ "childrenList": [
1692
+ {
1693
+ "name": "grpc.encode /go/pkg/mod/google.golang.org/grpc@v1.37.0/rpc_util.go:592",
1694
+ "fullName": "google.golang.org/grpc.encode /go/pkg/mod/google.golang.org/grpc@v1.37.0/rpc_util.go:592",
1695
+ "cumulative": 1,
1696
+ "childrenList": [
1697
+ {
1698
+ "name": "proto.codec.Marshal /go/pkg/mod/google.golang.org/grpc@v1.37.0/encoding/proto/proto.go:45",
1699
+ "fullName": "google.golang.org/grpc/encoding/proto.codec.Marshal /go/pkg/mod/google.golang.org/grpc@v1.37.0/encoding/proto/proto.go:45",
1700
+ "cumulative": 1,
1701
+ "childrenList": [
1702
+ {
1703
+ "name": "proto.Marshal /go/pkg/mod/github.com/golang/protobuf@v1.5.2/proto/wire.go:23",
1704
+ "fullName": "github.com/golang/protobuf/proto.Marshal /go/pkg/mod/github.com/golang/protobuf@v1.5.2/proto/wire.go:23",
1705
+ "cumulative": 1,
1706
+ "childrenList": [
1707
+ {
1708
+ "name": "proto.marshalAppend /go/pkg/mod/github.com/golang/protobuf@v1.5.2/proto/wire.go:40",
1709
+ "fullName": "github.com/golang/protobuf/proto.marshalAppend /go/pkg/mod/github.com/golang/protobuf@v1.5.2/proto/wire.go:40",
1710
+ "cumulative": 1,
1711
+ "childrenList": [
1712
+ {
1713
+ "name": "proto.MarshalOptions.MarshalAppend /go/pkg/mod/google.golang.org/protobuf@v1.26.0/proto/encode.go:122",
1714
+ "fullName": "google.golang.org/protobuf/proto.MarshalOptions.MarshalAppend /go/pkg/mod/google.golang.org/protobuf@v1.26.0/proto/encode.go:122",
1715
+ "cumulative": 1,
1716
+ "childrenList": [
1717
+ {
1718
+ "name": "proto.MarshalOptions.marshal /go/pkg/mod/google.golang.org/protobuf@v1.26.0/proto/encode.go:163",
1719
+ "fullName": "google.golang.org/protobuf/proto.MarshalOptions.marshal /go/pkg/mod/google.golang.org/protobuf@v1.26.0/proto/encode.go:163",
1720
+ "cumulative": 1,
1721
+ "childrenList": [
1722
+ {
1723
+ "name": "impl.(*MessageInfo).marshal /go/pkg/mod/google.golang.org/protobuf@v1.26.0/internal/impl/encode.go:107",
1724
+ "fullName": "google.golang.org/protobuf/internal/impl.(*MessageInfo).marshal /go/pkg/mod/google.golang.org/protobuf@v1.26.0/internal/impl/encode.go:107",
1725
+ "cumulative": 1,
1726
+ "childrenList": [
1727
+ {
1728
+ "name": "impl.(*MessageInfo).marshalAppendPointer /go/pkg/mod/google.golang.org/protobuf@v1.26.0/internal/impl/encode.go:139",
1729
+ "fullName": "google.golang.org/protobuf/internal/impl.(*MessageInfo).marshalAppendPointer /go/pkg/mod/google.golang.org/protobuf@v1.26.0/internal/impl/encode.go:139",
1730
+ "cumulative": 1,
1731
+ "childrenList": [
1732
+ {
1733
+ "name": "impl.appendMessageSliceInfo /go/pkg/mod/google.golang.org/protobuf@v1.26.0/internal/impl/codec_field.go:485",
1734
+ "fullName": "google.golang.org/protobuf/internal/impl.appendMessageSliceInfo /go/pkg/mod/google.golang.org/protobuf@v1.26.0/internal/impl/codec_field.go:485",
1735
+ "cumulative": 1,
1736
+ "childrenList": [
1737
+ {
1738
+ "name": "impl.(*MessageInfo).marshalAppendPointer /go/pkg/mod/google.golang.org/protobuf@v1.26.0/internal/impl/encode.go:139",
1739
+ "fullName": "google.golang.org/protobuf/internal/impl.(*MessageInfo).marshalAppendPointer /go/pkg/mod/google.golang.org/protobuf@v1.26.0/internal/impl/encode.go:139",
1740
+ "cumulative": 1,
1741
+ "childrenList": [
1742
+ {
1743
+ "name": "impl.appendMessageSliceInfo /go/pkg/mod/google.golang.org/protobuf@v1.26.0/internal/impl/codec_field.go:485",
1744
+ "fullName": "google.golang.org/protobuf/internal/impl.appendMessageSliceInfo /go/pkg/mod/google.golang.org/protobuf@v1.26.0/internal/impl/codec_field.go:485",
1745
+ "cumulative": 1,
1746
+ "childrenList": [
1747
+ {
1748
+ "name": "impl.(*MessageInfo).marshalAppendPointer /go/pkg/mod/google.golang.org/protobuf@v1.26.0/internal/impl/encode.go:139",
1749
+ "fullName": "google.golang.org/protobuf/internal/impl.(*MessageInfo).marshalAppendPointer /go/pkg/mod/google.golang.org/protobuf@v1.26.0/internal/impl/encode.go:139",
1750
+ "cumulative": 1,
1751
+ "childrenList": [
1752
+ {
1753
+ "name": "impl.appendMessageSliceInfo /go/pkg/mod/google.golang.org/protobuf@v1.26.0/internal/impl/codec_field.go:485",
1754
+ "fullName": "google.golang.org/protobuf/internal/impl.appendMessageSliceInfo /go/pkg/mod/google.golang.org/protobuf@v1.26.0/internal/impl/codec_field.go:485",
1755
+ "cumulative": 1,
1756
+ "childrenList": [
1757
+ {
1758
+ "name": "impl.(*MessageInfo).marshalAppendPointer /go/pkg/mod/google.golang.org/protobuf@v1.26.0/internal/impl/encode.go:139",
1759
+ "fullName": "google.golang.org/protobuf/internal/impl.(*MessageInfo).marshalAppendPointer /go/pkg/mod/google.golang.org/protobuf@v1.26.0/internal/impl/encode.go:139",
1760
+ "cumulative": 1,
1761
+ "childrenList": [
1762
+ {
1763
+ "name": "impl.appendMessageSliceInfo /go/pkg/mod/google.golang.org/protobuf@v1.26.0/internal/impl/codec_field.go:485",
1764
+ "fullName": "google.golang.org/protobuf/internal/impl.appendMessageSliceInfo /go/pkg/mod/google.golang.org/protobuf@v1.26.0/internal/impl/codec_field.go:485",
1765
+ "cumulative": 1,
1766
+ "childrenList": [
1767
+ {
1768
+ "name": "impl.(*MessageInfo).marshalAppendPointer /go/pkg/mod/google.golang.org/protobuf@v1.26.0/internal/impl/encode.go:139",
1769
+ "fullName": "google.golang.org/protobuf/internal/impl.(*MessageInfo).marshalAppendPointer /go/pkg/mod/google.golang.org/protobuf@v1.26.0/internal/impl/encode.go:139",
1770
+ "cumulative": 1,
1771
+ "childrenList": [
1772
+ {
1773
+ "name": "impl.appendMessageSliceInfo /go/pkg/mod/google.golang.org/protobuf@v1.26.0/internal/impl/codec_field.go:485",
1774
+ "fullName": "google.golang.org/protobuf/internal/impl.appendMessageSliceInfo /go/pkg/mod/google.golang.org/protobuf@v1.26.0/internal/impl/codec_field.go:485",
1775
+ "cumulative": 1,
1776
+ "childrenList": [
1777
+ {
1778
+ "name": "impl.(*MessageInfo).marshalAppendPointer /go/pkg/mod/google.golang.org/protobuf@v1.26.0/internal/impl/encode.go:139",
1779
+ "fullName": "google.golang.org/protobuf/internal/impl.(*MessageInfo).marshalAppendPointer /go/pkg/mod/google.golang.org/protobuf@v1.26.0/internal/impl/encode.go:139",
1780
+ "cumulative": 1,
1781
+ "childrenList": [
1782
+ {
1783
+ "name": "impl.appendMessageInfo /go/pkg/mod/google.golang.org/protobuf@v1.26.0/internal/impl/codec_field.go:238",
1784
+ "fullName": "google.golang.org/protobuf/internal/impl.appendMessageInfo /go/pkg/mod/google.golang.org/protobuf@v1.26.0/internal/impl/codec_field.go:238",
1785
+ "cumulative": 1,
1786
+ "childrenList": [
1787
+ {
1788
+ "name": "impl.(*MessageInfo).marshalAppendPointer /go/pkg/mod/google.golang.org/protobuf@v1.26.0/internal/impl/encode.go:139",
1789
+ "fullName": "google.golang.org/protobuf/internal/impl.(*MessageInfo).marshalAppendPointer /go/pkg/mod/google.golang.org/protobuf@v1.26.0/internal/impl/encode.go:139",
1790
+ "cumulative": 1,
1791
+ "childrenList": [
1792
+ {
1793
+ "name": "impl.(*MessageInfo).initOneofFieldCoders.func4 /go/pkg/mod/google.golang.org/protobuf@v1.26.0/internal/impl/codec_field.go:92",
1794
+ "fullName": "google.golang.org/protobuf/internal/impl.(*MessageInfo).initOneofFieldCoders.func4 /go/pkg/mod/google.golang.org/protobuf@v1.26.0/internal/impl/codec_field.go:92",
1795
+ "cumulative": 1,
1796
+ "childrenList": [
1797
+ {
1798
+ "name": "impl.(*MessageInfo).initOneofFieldCoders.func2 /go/pkg/mod/google.golang.org/protobuf@v1.26.0/internal/impl/codec_field.go:73",
1799
+ "fullName": "google.golang.org/protobuf/internal/impl.(*MessageInfo).initOneofFieldCoders.func2 /go/pkg/mod/google.golang.org/protobuf@v1.26.0/internal/impl/codec_field.go:73",
1800
+ "cumulative": 1,
1801
+ "childrenList": [
1802
+ {
1803
+ "name": "impl.pointer.AsValueOf /go/pkg/mod/google.golang.org/protobuf@v1.26.0/internal/impl/pointer_unsafe.go:77",
1804
+ "fullName": "google.golang.org/protobuf/internal/impl.pointer.AsValueOf /go/pkg/mod/google.golang.org/protobuf@v1.26.0/internal/impl/pointer_unsafe.go:77",
1805
+ "cumulative": 1
1806
+ }
1807
+ ]
1808
+ }
1809
+ ]
1810
+ }
1811
+ ]
1812
+ }
1813
+ ]
1814
+ }
1815
+ ]
1816
+ }
1817
+ ]
1818
+ }
1819
+ ]
1820
+ }
1821
+ ]
1822
+ }
1823
+ ]
1824
+ }
1825
+ ]
1826
+ }
1827
+ ]
1828
+ }
1829
+ ]
1830
+ }
1831
+ ]
1832
+ }
1833
+ ]
1834
+ }
1835
+ ]
1836
+ }
1837
+ ]
1838
+ }
1839
+ ]
1840
+ }
1841
+ ]
1842
+ }
1843
+ ]
1844
+ }
1845
+ ]
1846
+ }
1847
+ ]
1848
+ }
1849
+ ]
1850
+ }
1851
+ ]
1852
+ }
1853
+ ]
1854
+ }
1855
+ ]
1856
+ }
1857
+ ]
1858
+ }
1859
+ ]
1860
+ }
1861
+ ]
1862
+ }
1863
+ ]
1864
+ }
1865
+ ]
1866
+ }
1867
+ ]
1868
+ }
1869
+ ]
1870
+ }
1871
+ ]
1872
+ }
1873
+ ]
1874
+ }
1875
+ ]
1876
+ },
1877
+ "total": 48
1878
+ }
1879
+ }