Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'trace2.h')
-rw-r--r--trace2.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/trace2.h b/trace2.h
index d7c3b30538..40d8c2e02a 100644
--- a/trace2.h
+++ b/trace2.h
@@ -554,6 +554,10 @@ enum trace2_counter_id {
TRACE2_COUNTER_ID_PACKED_REFS_JUMPS, /* counts number of jumps */
+ /* counts number of fsyncs */
+ TRACE2_COUNTER_ID_FSYNC_WRITEOUT_ONLY,
+ TRACE2_COUNTER_ID_FSYNC_HARDWARE_FLUSH,
+
/* Add additional counter definitions before here. */
TRACE2_NUMBER_OF_COUNTERS
};