mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-19 02:04:19 +08:00
8529888070
Using __field_struct for the schib is convenient, but it doesn't appear to let us filter based on any of the schib elements. Specifying the full schid or any element within it results in various errors by the parser. So, expand that out to its component elements, so we can limit the trace to a single device. While we are at it, rename this trace to the function name, so we remember what is being traced instead of an abstract reference to the function control bit of the SCSW. Signed-off-by: Eric Farman <farman@linux.ibm.com> Reviewed-by: Cornelia Huck <cohuck@redhat.com> Message-Id: <20191016142040.14132-5-farman@linux.ibm.com> Acked-by: Halil Pasic <pasic@linux.ibm.com> Signed-off-by: Cornelia Huck <cohuck@redhat.com>
15 lines
371 B
C
15 lines
371 B
C
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Tracepoint definitions for vfio_ccw
|
|
*
|
|
* Copyright IBM Corp. 2019
|
|
* Author(s): Eric Farman <farman@linux.ibm.com>
|
|
*/
|
|
|
|
#define CREATE_TRACE_POINTS
|
|
#include "vfio_ccw_trace.h"
|
|
|
|
EXPORT_TRACEPOINT_SYMBOL(vfio_ccw_fsm_async_request);
|
|
EXPORT_TRACEPOINT_SYMBOL(vfio_ccw_fsm_event);
|
|
EXPORT_TRACEPOINT_SYMBOL(vfio_ccw_fsm_io_request);
|