1packet {
2  power_rails {
3    rail_descriptor {
4      index: 4
5      rail_name: "S3M_VDD_CPUCL1"
6      subsys_name: "cpu"
7      sampling_rate: 1023
8    }
9  }
10}
11packet {
12  timestamp: 3000003
13  power_rails {
14    energy_data {
15      index: 4
16      timestamp_ms: 3
17      energy: 333
18    }
19  }
20}
21packet {
22  timestamp: 3000005
23  power_rails {
24    rail_descriptor {
25      index: 3
26      rail_name: "S2S_VDD_G3D"
27      subsys_name: "gpu"
28      sampling_rate: 1022
29    }
30    energy_data {
31      index: 4
32      timestamp_ms: 5
33      energy: 666
34    }
35    energy_data {
36      index: 3
37      energy: 999
38    }
39    energy_data {
40      index: 4
41      timestamp_ms: 3
42      energy: 0
43    }
44  }
45}