1packet { 2 ftrace_events { 3 cpu: 0 4 event { 5 timestamp: 90000000 6 pid: 200 7 cpu_frequency_limits { 8 max_freq: 2800000 9 min_freq: 500000 10 cpu_id: 6 11 } 12 } 13 } 14} 15packet { 16 ftrace_events { 17 cpu: 0 18 event { 19 timestamp: 100000000 20 pid: 500 21 cpu_frequency_limits { 22 max_freq: 1700000 23 min_freq: 500000 24 cpu_id: 6 25 } 26 } 27 } 28} 29packet { 30 ftrace_events { 31 cpu: 0 32 event { 33 timestamp: 110000000 34 pid: 80 35 cpu_frequency_limits { 36 max_freq: 2800000 37 min_freq: 1400000 38 cpu_id: 6 39 } 40 } 41 } 42} 43packet { 44 ftrace_events { 45 cpu: 0 46 event { 47 timestamp: 120000000 48 pid: 300 49 cpu_frequency_limits { 50 max_freq: 1500000 51 min_freq: 500000 52 cpu_id: 6 53 } 54 } 55 } 56} 57packet { 58 ftrace_events { 59 cpu: 4 60 event { 61 timestamp: 120000000 62 pid: 300 63 cpu_frequency_limits { 64 max_freq: 1400000 65 min_freq: 600000 66 cpu_id: 4 67 } 68 } 69 } 70} 71packet { 72 ftrace_events { 73 cpu: 4 74 event { 75 timestamp: 130000000 76 pid: 600 77 cpu_frequency_limits { 78 max_freq: 2200000 79 min_freq: 800000 80 cpu_id: 4 81 } 82 } 83 } 84} 85