mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 09:14:19 +08:00
22e2fe8551
Since commit d485235b00
"s390: assume diag308 set always works",
the kernel does not use the rchp instruction anymore. So let's
remove the tracing for it.
Signed-off-by: Farhan Ali <alifm@linux.ibm.com>
Acked-by: Sebastian Ott <sebott@linux.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
25 lines
674 B
C
25 lines
674 B
C
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Tracepoint definitions for s390_cio
|
|
*
|
|
* Copyright IBM Corp. 2015
|
|
* Author(s): Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
|
|
*/
|
|
|
|
#include <asm/crw.h>
|
|
#include "cio.h"
|
|
|
|
#define CREATE_TRACE_POINTS
|
|
#include "trace.h"
|
|
|
|
EXPORT_TRACEPOINT_SYMBOL(s390_cio_stsch);
|
|
EXPORT_TRACEPOINT_SYMBOL(s390_cio_msch);
|
|
EXPORT_TRACEPOINT_SYMBOL(s390_cio_tsch);
|
|
EXPORT_TRACEPOINT_SYMBOL(s390_cio_tpi);
|
|
EXPORT_TRACEPOINT_SYMBOL(s390_cio_ssch);
|
|
EXPORT_TRACEPOINT_SYMBOL(s390_cio_csch);
|
|
EXPORT_TRACEPOINT_SYMBOL(s390_cio_hsch);
|
|
EXPORT_TRACEPOINT_SYMBOL(s390_cio_xsch);
|
|
EXPORT_TRACEPOINT_SYMBOL(s390_cio_rsch);
|
|
EXPORT_TRACEPOINT_SYMBOL(s390_cio_chsc);
|