Lines Matching full:uid
104 * ssam_trace_ptr_uid() - Convert the pointer to a non-pointer UID string.
106 * @uid_str: A buffer of length SSAM_PTR_UID_LEN where the UID will be stored.
108 * Converts the given pointer into a UID string that is safe to be shared
351 __array(char, uid, SSAM_PTR_UID_LEN)
359 ssam_trace_ptr_uid(packet, __entry->uid);
365 TP_printk("uid=%s, seq=%s, ty=%s, pri=%#04x, len=%u, sta=%s",
366 __entry->uid,
389 __array(char, uid, SSAM_PTR_UID_LEN)
398 ssam_trace_ptr_uid(packet, __entry->uid);
404 TP_printk("uid=%s, seq=%s, ty=%s, pri=%#04x, len=%u, sta=%s, status=%d",
405 __entry->uid,
429 __array(char, uid, SSAM_PTR_UID_LEN)
438 /* Use packet for UID so we can match requests to packets. */
441 ssam_trace_ptr_uid(p, __entry->uid);
447 TP_printk("uid=%s, rqid=%s, ty=%s, sta=%s, tc=%s, cid=%s, iid=%s",
448 __entry->uid,
473 __array(char, uid, SSAM_PTR_UID_LEN)
482 /* Use packet for UID so we can match requests to packets. */
486 ssam_trace_ptr_uid(p, __entry->uid);
492 TP_printk("uid=%s, rqid=%s, ty=%s, sta=%s, tc=%s, cid=%s, iid=%s, status=%d",
493 __entry->uid,
517 __array(char, uid, SSAM_PTR_UID_LEN)
522 ssam_trace_ptr_uid(ptr, __entry->uid);
525 TP_printk("uid=%s, len=%zu", __entry->uid, __entry->len)
540 __array(char, uid, SSAM_PTR_UID_LEN)
544 ssam_trace_ptr_uid(ptr, __entry->uid);
547 TP_printk("uid=%s", __entry->uid)