summaryrefslogtreecommitdiff
path: root/samples/qmi
diff options
context:
space:
mode:
authorThomas Richter <tmricht@linux.ibm.com>2018-07-03 10:41:12 +0300
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2018-07-23 14:49:52 +0300
commit661c959bae317bf3c61e438ffffec92fc9ad38e2 (patch)
treeb2c1a2f59c74f8cb7c2408858c6e75654eed6757 /samples/qmi
parentcd0ed39dc9e8b10d469f53ae03310bca09296bdd (diff)
downloadlinux-661c959bae317bf3c61e438ffffec92fc9ad38e2.tar.xz
s390 cio: Rewrite trace point in s390_cio_interrupt
Tools like 'perf stat' parse the trace point format files defined in /sys/kernel/debug/tracing/events/s390/.../format to handle the print fmt: statement. The kernel provides a library in directory linux/tools/lib/traceevent/* for this reason. This library can not handle structures or unions defined in the TRACE_EVENT/TP_STRUCT__entry macros with __field_struct macro. There is no possibility to extract a structure member (which might be a bit field) since there is no packing information nor bit field offset by parsing the printf fmt line. Therefore rewrite the TRACE_EVENT macro and add the __field macro for the necessary fields. Keep the __fieldstruct macro to extract the complete structure when dumps are analysed. Note that the same information is displayed, this is no interface change. Signed-off-by: Thomas Richter <tmricht@linux.ibm.com> Reviewed-by: Peter Oberparleiter <oberpar@linux.ibm.com> Acked-by: Sebastian Ott <sebott@linux.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'samples/qmi')
0 files changed, 0 insertions, 0 deletions