CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2020/03/19 09:52:30
Modified files: usr.sbin/btrace: bt_parse.y bt_parser.h map.c Log message: Add support for unnamed map. The following is now possible but won't print anything by default: # btrace -e 'profile:hz:99 { @[kstack] = count() }' ok patrick@, tobhe@