aboutsummaryrefslogtreecommitdiff
path: root/src/traced/probes/ftrace/test/data/synthetic/events/ion/ion_stat/format
blob: a3269346637f6f065888bc46af8d9f0c7c8ad8d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
name: ion_stat
ID: 1076
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:unsigned int buffer_id;	offset:8;	size:4;	signed:0;
	field:long len;	offset:16;	size:8;	signed:1;
	field:unsigned long total_allocated;	offset:24;	size:8;	signed:0;

print fmt: "buffer_id=%u len=%ldB total_allocated=%ldB", REC->buffer_id, REC->len, REC->total_allocated