ACC SHELL

Path : /var/lib/named/proc/self/root/sys/kernel/debug/tracing/events/timer/hrtimer_start/
File Upload :
Current File : //var/lib/named/proc/self/root/sys/kernel/debug/tracing/events/timer/hrtimer_start/format

name: hrtimer_start
ID: 49
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 common_lock_depth;	offset:8;	size:4;	signed:1;

	field:void * hrtimer;	offset:12;	size:4;	signed:0;
	field:void * function;	offset:16;	size:4;	signed:0;
	field:s64 expires;	offset:20;	size:8;	signed:1;
	field:s64 softexpires;	offset:28;	size:8;	signed:1;

print fmt: "hrtimer=%p function=%pf expires=%llu softexpires=%llu", REC->hrtimer, REC->function, (unsigned long long)(((ktime_t) { .tv64 = REC->expires }).tv64), (unsigned long long)(((ktime_t) { .tv64 = REC->softexpires }).tv64)

ACC SHELL 2018