Lines Matching refs:tgid
415 __field(pid_t, tgid)
422 __entry->tgid = current->tgid;
425 TP_printk("%s runner_vcpu==%d runnable=%d tgid=%d",
427 __entry->runner_vcpu, __entry->n_runnable, __entry->tgid)
439 __field(pid_t, tgid)
446 __entry->tgid = current->tgid;
449 TP_printk("%s runner_vcpu=%d runnable=%d tgid=%d",
451 __entry->runner_vcpu, __entry->n_runnable, __entry->tgid)
462 __field(pid_t, tgid)
468 __entry->tgid = current->tgid;
471 TP_printk("%s time %llu ns, tgid=%d",
473 __entry->ns, __entry->tgid)
483 __field(pid_t, tgid)
488 __entry->tgid = current->tgid;
491 TP_printk("VCPU %d: tgid=%d", __entry->vcpu_id, __entry->tgid)