summaryrefslogtreecommitdiff
path: root/usr.sbin/btrace/bt_parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/btrace/bt_parser.h')
-rw-r--r--usr.sbin/btrace/bt_parser.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/btrace/bt_parser.h b/usr.sbin/btrace/bt_parser.h
index 20fde72791e..6ba180c4379 100644
--- a/usr.sbin/btrace/bt_parser.h
+++ b/usr.sbin/btrace/bt_parser.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: bt_parser.h,v 1.20 2021/09/09 09:53:11 mpi Exp $ */
+/* $OpenBSD: bt_parser.h,v 1.21 2021/10/03 22:01:48 dv Exp $ */
/*
* Copyright (c) 2019-2021 Martin Pieuchot <mpi@openbsd.org>
@@ -148,6 +148,8 @@ struct bt_arg {
B_AT_BI_ARGS,
B_AT_BI_RETVAL,
+ B_AT_FN_STR, /* str($1); str($1, 3); */
+
B_AT_MF_COUNT, /* @map[key] = count() */
B_AT_MF_MAX, /* @map[key] = max(nsecs) */
B_AT_MF_MIN, /* @map[key] = min(pid) */