|
@@ -41,7 +41,7 @@ DECLARE_EVENT_CLASS(gb_message,
|
|
|
__entry->result = message->header->result;
|
|
|
),
|
|
|
|
|
|
- TP_printk("greybus: size=%hu operation_id=0x%04x type=0x%02x result=0x%02x",
|
|
|
+ TP_printk("size=%hu operation_id=0x%04x type=0x%02x result=0x%02x",
|
|
|
__entry->size, __entry->operation_id,
|
|
|
__entry->type, __entry->result)
|
|
|
);
|
|
@@ -318,7 +318,7 @@ DECLARE_EVENT_CLASS(gb_interface,
|
|
|
__entry->mode_switch = intf->mode_switch;
|
|
|
),
|
|
|
|
|
|
- TP_printk("greybus: intf_id=%hhu device_id=%hhu module_id=%hhu D=%d J=%d A=%d E=%d M=%d",
|
|
|
+ TP_printk("intf_id=%hhu device_id=%hhu module_id=%hhu D=%d J=%d A=%d E=%d M=%d",
|
|
|
__entry->id, __entry->device_id, __entry->module_id,
|
|
|
__entry->disconnected, __entry->ejected, __entry->active,
|
|
|
__entry->enabled, __entry->mode_switch)
|
|
@@ -392,7 +392,7 @@ DECLARE_EVENT_CLASS(gb_module,
|
|
|
__entry->disconnected = module->disconnected;
|
|
|
),
|
|
|
|
|
|
- TP_printk("greybus: hd_bus_id=%d module_id=%hhu num_interfaces=%zu disconnected=%d",
|
|
|
+ TP_printk("hd_bus_id=%d module_id=%hhu num_interfaces=%zu disconnected=%d",
|
|
|
__entry->hd_bus_id, __entry->module_id,
|
|
|
__entry->num_interfaces, __entry->disconnected)
|
|
|
);
|
|
@@ -445,7 +445,7 @@ DECLARE_EVENT_CLASS(gb_host_device,
|
|
|
__entry->buffer_size_max = hd->buffer_size_max;
|
|
|
),
|
|
|
|
|
|
- TP_printk("greybus: bus_id=%d num_cports=%zu mtu=%zu",
|
|
|
+ TP_printk("bus_id=%d num_cports=%zu mtu=%zu",
|
|
|
__entry->bus_id, __entry->num_cports,
|
|
|
__entry->buffer_size_max)
|
|
|
);
|