OpenBSD CVS

src/usr.sbin/btrace/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.sbin / btrace

Current tag: OPENBSD_6_9_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.1   4 years  mpi   Import a bug tracer, companion of dt(4), that speaks the bt(5) language. ok ket...
[TXT] TODO  1.8   3 years  mpi   Implement linear and power-of-two histograms: hist() and lhist() keywords. This...
[TXT] bt.5  1.10   3 years  anton   In revision 1.18 of bt_parse.y, I missed the fact that the print() function acce...
[TXT] bt_parse.y  1.23   3 years  mpi   Extend binary operators support, required for more filter features. Improve deb...
[TXT] bt_parser.h  1.13   3 years  mpi   Extend binary operators support, required for more filter features. Improve deb...
[TXT] btrace.8  1.4   3 years  jmc   add -n to SYNOPSIS;
[TXT] btrace.c  1.30   3 years  jmatthew   Add -n (no action) mode, which just parses the program and exits. ok mpi@ kn@
[TXT] btrace.h  1.9   3 years  mpi   Extend binary operators support, required for more filter features. Improve deb...
[TXT] ksyms.c  1.4   3 years  deraadt   cast large to reduce warning on 32-bit machines (an ELF type is printed with %ll...
[TXT] map.c  1.12   3 years  mpi   Make it possible to convert map arguments to long and insert nsecs in maps. Nec...
[TXT] printf.c  1.2   3 years  jasper   fix typo in comment and trailing whitespace