aboutsummaryrefslogtreecommitdiff
path: root/test/trace_processor/parsing/bad_print.textproto
blob: 388946dec6a61c7005796cc23add5851211f5847 (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
packet {
  ftrace_events {
    cpu: 3
    event {
      timestamp: 74289018336
      pid: 1
      print {
        ip: 18446743562018522420
        buf: "event: abc xyz =0x34 clk id = 019\n"
      }
    }
  }
}
packet {
  ftrace_events {
    cpu: 2
    event {
      timestamp: 74662603008
      pid: 1
      print {
        ip: 18446743562018522420
        buf: "another random print message\n"
      }
    }
  }
}
packet {
  ftrace_events {
    cpu: 2
    event {
      timestamp: 74662603048
      pid: 2
      print {
        ip: 18446743562018522420
        buf: "B|2|valid_print\n"
      }
    }
  }
}
packet {
  ftrace_events {
    cpu: 2
    event {
      timestamp: 74662603050
      pid: 2
      print {
        ip: 18446743562018522420
        buf: "E|2\n"
      }
    }
  }
}