aboutsummaryrefslogtreecommitdiff
path: root/src/traced/probes/ftrace/test/data/android_raven_AOSP.MASTER_5.10.43/events/xhci-hcd/xhci_ring_host_doorbell/format
diff options
context:
space:
mode:
Diffstat (limited to 'src/traced/probes/ftrace/test/data/android_raven_AOSP.MASTER_5.10.43/events/xhci-hcd/xhci_ring_host_doorbell/format')
-rw-r--r--src/traced/probes/ftrace/test/data/android_raven_AOSP.MASTER_5.10.43/events/xhci-hcd/xhci_ring_host_doorbell/format12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/traced/probes/ftrace/test/data/android_raven_AOSP.MASTER_5.10.43/events/xhci-hcd/xhci_ring_host_doorbell/format b/src/traced/probes/ftrace/test/data/android_raven_AOSP.MASTER_5.10.43/events/xhci-hcd/xhci_ring_host_doorbell/format
new file mode 100644
index 000000000..31a0e4406
--- /dev/null
+++ b/src/traced/probes/ftrace/test/data/android_raven_AOSP.MASTER_5.10.43/events/xhci-hcd/xhci_ring_host_doorbell/format
@@ -0,0 +1,12 @@
+name: xhci_ring_host_doorbell
+ID: 785
+format:
+ field:unsigned short common_type; offset:0; size:2; signed:0;
+ field:unsigned char common_flags; offset:2; size:1; signed:0;
+ field:unsigned char common_preempt_count; offset:3; size:1; signed:0;
+ field:int common_pid; offset:4; size:4; signed:1;
+
+ field:u32 slot; offset:8; size:4; signed:0;
+ field:u32 doorbell; offset:12; size:4; signed:0;
+
+print fmt: "Ring doorbell for %s", xhci_decode_doorbell(REC->slot, REC->doorbell)