Lines Matching refs:tgid
395 __field(pid_t, tgid)
402 __entry->tgid = current->tgid;
405 TP_printk("%s runner_vcpu==%d runnable=%d tgid=%d",
407 __entry->runner_vcpu, __entry->n_runnable, __entry->tgid)
419 __field(pid_t, tgid)
426 __entry->tgid = current->tgid;
429 TP_printk("%s runner_vcpu=%d runnable=%d tgid=%d",
431 __entry->runner_vcpu, __entry->n_runnable, __entry->tgid)
442 __field(pid_t, tgid)
448 __entry->tgid = current->tgid;
451 TP_printk("%s time %llu ns, tgid=%d",
453 __entry->ns, __entry->tgid)
463 __field(pid_t, tgid)
468 __entry->tgid = current->tgid;
471 TP_printk("VCPU %d: tgid=%d", __entry->vcpu_id, __entry->tgid)