aboutsummaryrefslogtreecommitdiff
path: root/src/traced/probes/ftrace/test/data/android_raven_AOSP.MASTER_5.10.43/events/timer/hrtimer_expire_entry/format
blob: b25737b10efc53ba7dfe7800fb6a1ea67ec8dc8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
name: hrtimer_expire_entry
ID: 134
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:void * hrtimer;	offset:8;	size:8;	signed:0;
	field:s64 now;	offset:16;	size:8;	signed:1;
	field:void * function;	offset:24;	size:8;	signed:0;

print fmt: "hrtimer=%p function=%ps now=%llu", REC->hrtimer, REC->function, (unsigned long long) REC->now