aboutsummaryrefslogtreecommitdiff
path: root/test/trace_processor/performance/cpu_frequency_limits.textproto
blob: 2ad9ac02081bdc906b96e37389f76d1881ae9067 (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
77
78
79
80
81
82
83
84
packet {
  ftrace_events {
    cpu: 0
    event {
      timestamp: 90000000
      pid: 200
      cpu_frequency_limits {
        max_freq: 2800000
        min_freq: 500000
        cpu_id: 6
      }
    }
  }
}
packet {
  ftrace_events {
    cpu: 0
    event {
      timestamp: 100000000
      pid: 500
      cpu_frequency_limits {
        max_freq: 1700000
        min_freq: 500000
        cpu_id: 6
      }
    }
  }
}
packet {
  ftrace_events {
    cpu: 0
    event {
      timestamp: 110000000
      pid: 80
      cpu_frequency_limits {
        max_freq: 2800000
        min_freq: 1400000
        cpu_id: 6
      }
    }
  }
}
packet {
  ftrace_events {
    cpu: 0
    event {
      timestamp: 120000000
      pid: 300
      cpu_frequency_limits {
        max_freq: 1500000
        min_freq: 500000
        cpu_id: 6
      }
    }
  }
}
packet {
  ftrace_events {
    cpu: 4
    event {
      timestamp: 120000000
      pid: 300
      cpu_frequency_limits {
        max_freq: 1400000
        min_freq: 600000
        cpu_id: 4
      }
    }
  }
}
packet {
  ftrace_events {
    cpu: 4
    event {
      timestamp: 130000000
      pid: 600
      cpu_frequency_limits {
        max_freq: 2200000
        min_freq: 800000
        cpu_id: 4
      }
    }
  }
}