forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xfs: start documenting common units and tags used in tracepoints
Because there are a lot of tracepoints that express numeric data with an associated unit and tag, document what they are to help everyone else keep these thigns straight. Signed-off-by: Darrick J. Wong <[email protected]> Reviewed-by: Dave Chinner <[email protected]> Reviewed-by: Carlos Maiolino <[email protected]>
- Loading branch information
Darrick J. Wong
committed
Aug 19, 2021
1 parent
c03e4b9
commit e5f2e54
Showing
2 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,10 @@ | |
/* | ||
* Copyright (C) 2017 Oracle. All Rights Reserved. | ||
* Author: Darrick J. Wong <[email protected]> | ||
* | ||
* NOTE: none of these tracepoints shall be considered a stable kernel ABI | ||
* as they can change at any time. See xfs_trace.h for documentation of | ||
* specific units found in tracepoint output. | ||
*/ | ||
#undef TRACE_SYSTEM | ||
#define TRACE_SYSTEM xfs_scrub | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters