projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b0b708
)
firewire: core: fix type of timestamp for async_inbound_template tracepoints events
author
Takashi Sakamoto
<o-takashi@sakamocchi.jp>
Mon, 6 May 2024 08:21:53 +0000
(17:21 +0900)
committer
Takashi Sakamoto
<o-takashi@sakamocchi.jp>
Mon, 6 May 2024 08:53:34 +0000
(17:53 +0900)
The type of time stamp should be u16, instead of u8.
Link:
https://lore.kernel.org/r/20240506082154.396077-1-o-takashi@sakamocchi.jp
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
include/trace/events/firewire.h
patch
|
blob
|
history
diff --git
a/include/trace/events/firewire.h
b/include/trace/events/firewire.h
index 4163959be57af9b8018d05ca16fddf14e175bef6..9e79c864fff6d34c95a8b21a167f05eba9e1b13b 100644
(file)
--- a/
include/trace/events/firewire.h
+++ b/
include/trace/events/firewire.h
@@
-106,7
+106,7
@@
DECLARE_EVENT_CLASS(async_inbound_template,
__field(u8, generation)
__field(u8, scode)
__field(u8, status)
- __field(u
8
, timestamp)
+ __field(u
16
, timestamp)
__array(u32, header, ASYNC_HEADER_QUADLET_COUNT)
__dynamic_array(u32, data, data_count)
),