• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1packet {
2  trusted_packet_sequence_id: 999
3  timestamp: 10
4  profile_packet {
5    strings {
6      iid: 1
7      str: "f1"
8    }
9    strings {
10      iid: 2
11      str: "f2"
12    }
13    strings {
14      iid: 4
15      str: "liblib.so"
16    }
17    strings {
18      iid: 5
19      str: "build-id"
20    }
21    frames {
22      iid: 1
23      function_name_id: 1
24      mapping_id: 1
25      rel_pc: 0x1000
26    }
27    frames {
28      iid: 2
29      function_name_id: 2
30      mapping_id: 1
31      rel_pc: 0x2000
32    }
33    callstacks {
34      iid: 1
35      frame_ids: 1
36      frame_ids: 2
37    }
38    mappings {
39      iid: 1
40      path_string_ids: 4
41      build_id: 5
42    }
43    process_dumps {
44      pid: 2
45      samples {
46        callstack_id: 1
47        self_allocated: 2000
48        self_freed: 1000
49        alloc_count: 2
50        free_count: 1
51      }
52    }
53  }
54}
55