1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-21 23:18:00 -08:00
openbsd-src/usr.sbin/btrace
mpi ffce2a5431 Disallows registering multiple probes of the same type.
If a bt(5) script uses the same probe multiple times (like interval:hz),
btrace(8) has currently no knowledge of which rule to execute when it
parses events read from the kernel.

Disable the funcitonnality until someone in need of such feature comes
up with a nice implementation.

From Christian Ludwig.
2024-12-04 09:33:41 +00:00
..
bt_parse.y Add multi-line strings support to the bt(5) script parser. 2024-11-07 09:20:09 +00:00
bt_parser.h Implement else branching logic including 'else if'. 2024-03-30 07:41:45 +00:00
bt.5 bt(5), btrace(8): execute END probe and print non-empty maps upon exit() 2023-10-22 19:30:35 +00:00
btrace.8 Even if support for utsack is very limited, document the option needed. 2023-09-15 10:56:46 +00:00
btrace.c Disallows registering multiple probes of the same type. 2024-12-04 09:33:41 +00:00
btrace.h remove prototypes with no matching function and externs with no var 2024-05-21 05:00:47 +00:00
ksyms.c init var to fix missing symtab section path 2024-04-01 22:49:04 +00:00
Makefile we do not build binaries -g by default 2021-09-06 13:37:50 +00:00
map.c Implement tuples, needed to export per-CPU scheduling data. 2023-09-11 19:01:26 +00:00
printf.c Interpret the argument of '%c' as an integer instead of a string. 2024-09-06 07:58:50 +00:00
TODO btrace(8): add initial support for cli arguments 2021-09-08 13:29:51 +00:00