Lines Matching full:uid
105 * ssam_trace_ptr_uid() - Convert the pointer to a non-pointer UID string.
107 * @uid_str: A buffer of length SSAM_PTR_UID_LEN where the UID will be stored.
109 * Converts the given pointer into a UID string that is safe to be shared
400 __array(char, uid, SSAM_PTR_UID_LEN)
408 ssam_trace_ptr_uid(packet, __entry->uid);
414 TP_printk("uid=%s, seq=%s, ty=%s, pri=%#04x, len=%u, sta=%s",
415 __entry->uid,
438 __array(char, uid, SSAM_PTR_UID_LEN)
447 ssam_trace_ptr_uid(packet, __entry->uid);
453 TP_printk("uid=%s, seq=%s, ty=%s, pri=%#04x, len=%u, sta=%s, status=%d",
454 __entry->uid,
478 __array(char, uid, SSAM_PTR_UID_LEN)
489 /* Use packet for UID so we can match requests to packets. */
492 ssam_trace_ptr_uid(p, __entry->uid);
500 TP_printk("uid=%s, rqid=%s, ty=%s, sta=%s, tid=%s, sid=%s, tc=%s, cid=%s, iid=%s",
501 __entry->uid,
528 __array(char, uid, SSAM_PTR_UID_LEN)
539 /* Use packet for UID so we can match requests to packets. */
543 ssam_trace_ptr_uid(p, __entry->uid);
551 TP_printk("uid=%s, rqid=%s, ty=%s, sta=%s, tid=%s, sid=%s, tc=%s, cid=%s, iid=%s, status=%d",
552 __entry->uid,
578 __array(char, uid, SSAM_PTR_UID_LEN)
583 ssam_trace_ptr_uid(ptr, __entry->uid);
586 TP_printk("uid=%s, len=%zu", __entry->uid, __entry->len)
601 __array(char, uid, SSAM_PTR_UID_LEN)
605 ssam_trace_ptr_uid(ptr, __entry->uid);
608 TP_printk("uid=%s", __entry->uid)