name: bus_rules_matches
ID: 443
format:
	field:unsigned short common_type;	offset:0;	size:2;	signed:0;
	field:unsigned char common_flags;	offset:2;	size:1;	signed:0;
	field:unsigned char common_preempt_count;	offset:3;	size:1;	signed:0;
	field:int common_pid;	offset:4;	size:4;	signed:1;

	field:int node_id;	offset:8;	size:4;	signed:1;
	field:int rule_id;	offset:12;	size:4;	signed:1;
	field:u64 node_ab;	offset:16;	size:8;	signed:0;
	field:u64 node_ib;	offset:24;	size:8;	signed:0;
	field:u64 node_clk;	offset:32;	size:8;	signed:0;

print fmt: "Rule match node%d rule%d node-ab%llu:ib%llu:clk%llu", REC->node_id, REC->rule_id, (unsigned long long)REC->node_ab, (unsigned long long)REC->node_ib, (unsigned long long)REC->node_clk
