xref: /aosp_15_r20/external/perfetto/src/traced/probes/ftrace/test/data/synthetic/events/hyp/host_hcall/format (revision 6dbdd20afdafa5e3ca9b8809fa73465d530080dc)
1name: host_hcall
2ID: 1003
3format:
4	field:unsigned short common_type;	offset:0;	size:2;	signed:0;
5
6	field:unsigned int id;	offset:2;	size:4;	signed:0;
7	field:u8 invalid;	offset:6;	size:1;	signed:0;
8
9print fmt: "id=%u invalid=%u", REC->id, REC->invalid
10