trace.h (c03e4b9e6b645a5020f128aeb739a5424c6abe8c) | trace.h (e5f2e54a902de721d9cf4e7f7c35612131654cd7) |
---|---|
1// SPDX-License-Identifier: GPL-2.0+ 2/* 3 * Copyright (C) 2017 Oracle. All Rights Reserved. 4 * Author: Darrick J. Wong <darrick.wong@oracle.com> | 1// SPDX-License-Identifier: GPL-2.0+ 2/* 3 * Copyright (C) 2017 Oracle. All Rights Reserved. 4 * Author: Darrick J. Wong <darrick.wong@oracle.com> |
5 * 6 * NOTE: none of these tracepoints shall be considered a stable kernel ABI 7 * as they can change at any time. See xfs_trace.h for documentation of 8 * specific units found in tracepoint output. |
|
5 */ 6#undef TRACE_SYSTEM 7#define TRACE_SYSTEM xfs_scrub 8 9#if !defined(_TRACE_XFS_SCRUB_TRACE_H) || defined(TRACE_HEADER_MULTI_READ) 10#define _TRACE_XFS_SCRUB_TRACE_H 11 12#include <linux/tracepoint.h> --- 904 unchanged lines hidden --- | 9 */ 10#undef TRACE_SYSTEM 11#define TRACE_SYSTEM xfs_scrub 12 13#if !defined(_TRACE_XFS_SCRUB_TRACE_H) || defined(TRACE_HEADER_MULTI_READ) 14#define _TRACE_XFS_SCRUB_TRACE_H 15 16#include <linux/tracepoint.h> --- 904 unchanged lines hidden --- |