blob: 37df431f785dd05240560033e03eccee74f865f1 [file] [log] [blame]
name: workqueue_execute_start
ID: 48
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 * work; offset:8; size:4; signed:0;
field:void * function; offset:12; size:4; signed:0;
print fmt: "work struct %p: function %pf", REC->work, REC->function