blob: 1b4972a8b981bd810ca44ec07c2992875337cdf1 [file] [log] [blame]
name: itimer_expire
ID: 37
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_padding; offset:8; size:4; signed:1;
field:int which; offset:12; size:4; signed:1;
field:pid_t pid; offset:16; size:4; signed:1;
field:cputime_t now; offset:20; size:4; signed:0;
print fmt: "which=%d pid=%d now=%llu", REC->which, (int) REC->pid, (unsigned long long)REC->now