• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1packet {
2  ftrace_events {
3    cpu: 0
4    event {
5      timestamp: 20000
6      pid: 0
7      suspend_resume {
8        action: "syscore_suspend"
9        val: 0
10        start: 1
11      }
12    }
13  }
14}
15packet {
16  ftrace_events {
17    cpu: 0
18    event {
19      timestamp: 29999
20      pid: 0
21      suspend_resume {
22        action: "syscore_suspend"
23        val: 0
24        start: 0
25      }
26    }
27  }
28}
29packet {
30  ftrace_events {
31    cpu: 0
32    event {
33      timestamp: 30000
34      pid: 0
35      suspend_resume {
36        action: "syscore_resume"
37        val: 0
38        start: 1
39      }
40    }
41  }
42}
43packet {
44  ftrace_events {
45    cpu: 0
46    event {
47      timestamp: 40000
48      pid: 0
49      suspend_resume {
50        action: "syscore_resume"
51        val: 0
52        start: 0
53      }
54    }
55  }
56}
57packet {
58  ftrace_events {
59    cpu: 4
60    event {
61      timestamp: 50000
62      pid: 0
63      suspend_resume {
64        action: "timekeeping_freeze"
65        val: 4
66        start: 1
67      }
68    }
69  }
70}
71packet {
72  ftrace_events {
73    cpu: 1
74    event {
75      timestamp: 60000
76      pid: 0
77      suspend_resume {
78        action: "timekeeping_freeze"
79        val: 1
80        start: 0
81      }
82    }
83  }
84}
85