• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1packet {
2  ftrace_events {
3    cpu: 1
4    event {
5      timestamp: 1000000
6      pid: 0
7      sched_blocked_reason {
8        pid: 100
9        caller: 1
10        io_wait: 0
11      }
12    }
13    event {
14      timestamp: 1001000
15      pid: 0
16      sched_blocked_reason {
17        pid: 101
18        caller: 2
19        io_wait: 0
20      }
21    }
22  }
23  trusted_uid: 0
24  trusted_packet_sequence_id: 2
25  interned_data {
26    kernel_symbols {
27      iid: 1
28      str: "filemap_fault"
29    }
30  }
31  sequence_flags: 1
32  previous_packet_dropped: true
33}
34packet {
35  ftrace_events {
36    cpu: 2
37    event {
38      timestamp: 999000
39      pid: 0
40      sched_blocked_reason {
41        pid: 102
42        caller: 1
43        io_wait: 1
44      }
45    }
46    event {
47      timestamp: 1002000
48      pid: 0
49      sched_blocked_reason {
50        pid: 103
51        caller: 2
52        io_wait: 1
53      }
54    }
55    event {
56      timestamp: 1005000
57      pid: 0
58      sched_blocked_reason {
59        pid: 104
60        caller: 1
61        io_wait: 1
62      }
63    }
64  }
65  trusted_uid: 0
66  trusted_packet_sequence_id: 2
67}
68packet {
69  ftrace_events {
70    cpu: 3
71    event {
72      timestamp: 999000
73      pid: 0
74      sched_blocked_reason {
75        pid: 105
76        caller: 3
77        io_wait: 1
78      }
79    }
80  }
81  trusted_uid: 0
82  trusted_packet_sequence_id: 2
83  interned_data {
84    kernel_symbols {
85      iid: 3
86      str: "some_fn"
87    }
88  }
89}
90packet {
91  ftrace_events {
92    cpu: 1
93    event {
94      timestamp: 1003000
95      pid: 0
96      sched_blocked_reason {
97        pid: 100
98        caller: 1
99        io_wait: 1
100      }
101    }
102  }
103  trusted_uid: 0
104  trusted_packet_sequence_id: 2
105  interned_data {
106    kernel_symbols {
107      iid: 1
108      str: "some_other_fn"
109    }
110  }
111  sequence_flags: 1
112}