diff options
Diffstat (limited to 'tools/perf/util/print-events.h')
-rw-r--r-- | tools/perf/util/print-events.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/print-events.h b/tools/perf/util/print-events.h index 716dcf4b4859..e75a3d7e3fe3 100644 --- a/tools/perf/util/print-events.h +++ b/tools/perf/util/print-events.h @@ -23,6 +23,7 @@ struct print_callbacks { const char *desc, const char *long_desc, const char *expr, + const char *threshold, const char *unit); }; |