aboutsummaryrefslogtreecommitdiff
path: root/test/trace_processor/heap_profile_tracker_new_stack.textproto
blob: f84c30a6455b85d4bf7f15f5e2b892041e104f9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
packet {
  clock_snapshot {
    clocks: {
      clock_id: 6 # BOOTTIME
      timestamp: 0
    }
    clocks: {
      clock_id: 4 # MONOTONIC_COARSE
      timestamp: 0
    }
  }
}

packet {
  previous_packet_dropped: true
  incremental_state_cleared: true
  trusted_packet_sequence_id: 1
  timestamp: 0
  interned_data {
    mappings {
      iid: 1
    }
    frames {
      iid: 1
      mapping_id: 1
      rel_pc: 0x123
    }
    callstacks {
      iid: 1
      frame_ids: 1
    }
  }
}

packet {
  trusted_packet_sequence_id: 1
  timestamp: 0
  profile_packet {
    index: 0
    continued: false
    process_dumps {
      samples {
        callstack_id: 1
        self_allocated: 1
        alloc_count: 1
        self_freed: 1
        free_count: 1
      }
    }
  }
}

packet {
  trusted_packet_sequence_id: 1
  timestamp: 1
  interned_data {
    callstacks {
      iid: 2
      frame_ids: 1
    }
  }
  profile_packet {
    index: 1
    continued: false
    process_dumps {
      timestamp: 1
      samples {
        callstack_id: 2
        self_allocated: 1
        alloc_count: 1
        self_freed: 1
        free_count: 1
      }
    }
  }
}