Searched hist:b005393a (Results 1 – 7 of 7) sorted by relevance
/openbsd/regress/usr.sbin/btrace/ |
H A D | print.bt | diff b005393a Sun Oct 03 22:01:48 GMT 2021 dv <dv@openbsd.org> bt(5)/btrace(8): add support for str()
Implement initial support for the str() function, which is used primarily to truncate or NUL-terminate strings from either cli args or args to tracepoints and syscalls.
Current implementation only supports cli args and is primarily for compatability with bpftrace. Future work is needed once dt(4) supports builtin args other than long values.
Adds a regress test and wires in argument-based tests again.
ok mpi@
|
H A D | Makefile | diff b005393a Sun Oct 03 22:01:48 GMT 2021 dv <dv@openbsd.org> bt(5)/btrace(8): add support for str()
Implement initial support for the str() function, which is used primarily to truncate or NUL-terminate strings from either cli args or args to tracepoints and syscalls.
Current implementation only supports cli args and is primarily for compatability with bpftrace. Future work is needed once dt(4) supports builtin args other than long values.
Adds a regress test and wires in argument-based tests again.
ok mpi@
|
/openbsd/usr.sbin/btrace/ |
H A D | bt.5 | diff b005393a Sun Oct 03 22:01:48 GMT 2021 dv <dv@openbsd.org> bt(5)/btrace(8): add support for str()
Implement initial support for the str() function, which is used primarily to truncate or NUL-terminate strings from either cli args or args to tracepoints and syscalls.
Current implementation only supports cli args and is primarily for compatability with bpftrace. Future work is needed once dt(4) supports builtin args other than long values.
Adds a regress test and wires in argument-based tests again.
ok mpi@
|
H A D | btrace.h | diff b005393a Sun Oct 03 22:01:48 GMT 2021 dv <dv@openbsd.org> bt(5)/btrace(8): add support for str()
Implement initial support for the str() function, which is used primarily to truncate or NUL-terminate strings from either cli args or args to tracepoints and syscalls.
Current implementation only supports cli args and is primarily for compatability with bpftrace. Future work is needed once dt(4) supports builtin args other than long values.
Adds a regress test and wires in argument-based tests again.
ok mpi@
|
H A D | bt_parser.h | diff b005393a Sun Oct 03 22:01:48 GMT 2021 dv <dv@openbsd.org> bt(5)/btrace(8): add support for str()
Implement initial support for the str() function, which is used primarily to truncate or NUL-terminate strings from either cli args or args to tracepoints and syscalls.
Current implementation only supports cli args and is primarily for compatability with bpftrace. Future work is needed once dt(4) supports builtin args other than long values.
Adds a regress test and wires in argument-based tests again.
ok mpi@
|
H A D | bt_parse.y | diff b005393a Sun Oct 03 22:01:48 GMT 2021 dv <dv@openbsd.org> bt(5)/btrace(8): add support for str()
Implement initial support for the str() function, which is used primarily to truncate or NUL-terminate strings from either cli args or args to tracepoints and syscalls.
Current implementation only supports cli args and is primarily for compatability with bpftrace. Future work is needed once dt(4) supports builtin args other than long values.
Adds a regress test and wires in argument-based tests again.
ok mpi@
|
H A D | btrace.c | diff b005393a Sun Oct 03 22:01:48 GMT 2021 dv <dv@openbsd.org> bt(5)/btrace(8): add support for str()
Implement initial support for the str() function, which is used primarily to truncate or NUL-terminate strings from either cli args or args to tracepoints and syscalls.
Current implementation only supports cli args and is primarily for compatability with bpftrace. Future work is needed once dt(4) supports builtin args other than long values.
Adds a regress test and wires in argument-based tests again.
ok mpi@
|