-/* $OpenBSD: btrace.c,v 1.42 2021/08/31 12:51:24 mpi Exp $ */
+/* $OpenBSD: btrace.c,v 1.43 2021/09/01 07:35:21 mpi Exp $ */
/*
- * Copyright (c) 2019 - 2020 Martin Pieuchot <mpi@openbsd.org>
+ * Copyright (c) 2019 - 2021 Martin Pieuchot <mpi@openbsd.org>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
-/* $OpenBSD: map.c,v 1.14 2021/08/31 11:30:21 mpi Exp $ */
+/* $OpenBSD: map.c,v 1.15 2021/09/01 07:35:21 mpi Exp $ */
/*
* Copyright (c) 2020 Martin Pieuchot <mpi@openbsd.org>
free(mep->mval);
mep->mval = bval;
break;
+ case B_AT_BI_PID:
+ case B_AT_BI_TID:
+ case B_AT_BI_CPU:
case B_AT_BI_NSECS:
case B_AT_BI_ARG0 ... B_AT_BI_ARG9:
case B_AT_BI_RETVAL: