OpenBSD CVS

src/regress/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 / regress / usr.sbin / btrace


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.31   4 months  mpi   Regress test for undefined probe arguments fixed in in btrace.c,v 1.83. Adapted...
[TXT] argn.bt  1.1   4 months  mpi   Regress test for undefined probe arguments fixed in in btrace.c,v 1.83. Adapted...
[TXT] argn.ok  1.1   4 months  mpi   Regress test for undefined probe arguments fixed in in btrace.c,v 1.83. Adapted...
[TXT] arithm.bt  1.3   5 months  dv   btrace: add support for hex and octal values. Changes number tokenizing and par...
[TXT] arithm.ok  1.2   5 months  dv   btrace: add support for hex and octal values. Changes number tokenizing and par...
[TXT] beginend-argn.bt  1.1   9 months  dv   btrace(8): prohibit use of argN builtins in BEGIN/END. The argN builtins are un...
[TXT] beginend-argn.ok  1.1   9 months  dv   btrace(8): prohibit use of argN builtins in BEGIN/END. The argN builtins are un...
[TXT] beginend.bt  1.2   9 months  dv   btrace(8): fix probe builtin in BEGIN/END. Resolves segfaults when using probe ...
[TXT] beginend.ok  1.1   4 years  mpi   Regression tests for btrace(8).
[TXT] boolean.bt  1.2   3 years  mpi   Test local variables, boolean and print() of variables other than maps.
[TXT] boolean.ok  1.2   3 years  mpi   Test local variables, boolean and print() of variables other than maps.
[TXT] comments.bt  1.1   4 years  mpi   Regression tests for btrace(8).
[TXT] comments.ok  1.1   4 years  mpi   Regression tests for btrace(8).
[TXT] delete.bt  1.1   4 years  mpi   Regression tests for btrace(8).
[TXT] delete.ok  1.1   4 years  mpi   Tests for delete(@map[key]) and printf("%d\n", @map[key])
[TXT] empty-stmts.bt  1.1   9 months  dv   btrace(8): allow empty statements in probes. Allows for probes like `BEGIN {}`,...
[TXT] empty-stmts.ok  1.1   9 months  dv   btrace(8): allow empty statements in probes. Allows for probes like `BEGIN {}`,...
[TXT] exit.bt  1.2   7 months  cheloha   bt(5), btrace(8): execute END probe and print non-empty maps upon exit() BPFTra...
[TXT] exit.ok  1.2   7 months  cheloha   bt(5), btrace(8): execute END probe and print non-empty maps upon exit() BPFTra...
[TXT] filters.bt  1.2   4 months  mpi   Increase interval's rate to speed up tests.
[TXT] filters.ok  1.1   18 months  mpi   Add support for string comparison in filters. It is now possible to filter by p...
[TXT] histempty.bt  1.1   2 years  jasper   add hist() tests similar to mapempty.bt ok mpi@
[TXT] histempty.ok  1.2   2 years  mpi   Fix regression test, prodded by bluhm@
[TXT] if.bt  1.3   2 months  mpi   Implement else branching logic including 'else if'. Statement lists for if & el...
[TXT] if.ok  1.3   2 months  mpi   Implement else branching logic including 'else if'. Statement lists for if & el...
[TXT] map-unnamed.bt  1.3   2 years  mpi   Clear map to not double print it now that map & hist are printed by default.
[TXT] map-unnamed.ok  1.2   4 years  mpi   Use map keys composed of multiple arguments.
[TXT] map.bt  1.3   4 months  mpi   Adapt map regress test to cover associated arrays fixed in btrace.c r1.82. From...
[TXT] map.ok  1.3   4 months  mpi   Adapt map regress test to cover associated arrays fixed in btrace.c r1.82. From...
[TXT] mapclear.bt  1.1   2 years  mpi   Check that clear() and zero() only work with map.
[TXT] mapclear.ok  1.1   2 years  mpi   Check that clear() and zero() only work with map.
[TXT] mapempty.bt  1.1   2 years  mpi   Check clear(), delete(), zero() and print() after clear(). ok jasper@
[TXT] mapempty.ok  1.1   2 years  mpi   Check clear(), delete(), zero() and print() after clear(). ok jasper@
[TXT] mapoverwrite.bt  1.2   4 months  mpi   Increase interval's rate to speed up tests.
[TXT] mapoverwrite.ok  1.2   7 months  cheloha   bt(5), btrace(8): execute END probe and print non-empty maps upon exit() BPFTra...
[TXT] mapsyntax.bt  1.1   2 years  mpi   Check that clear() and zero() only work with map.
[TXT] mapsyntax.ok  1.2   2 years  anton   various improvements: * use SUDO when needed * favor paths relative to the btrac...
[TXT] mapzero.bt  1.1   2 years  mpi   Check that clear() and zero() only work with map.
[TXT] mapzero.ok  1.1   2 years  mpi   Check that clear() and zero() only work with map.
[TXT] maxoperand.bt  1.1   4 years  mpi   Regression tests for btrace(8).
[TXT] maxoperand.ok  1.1   4 years  mpi   Regression tests for btrace(8).
[TXT] min+max+sum.bt  1.1   4 years  mpi   Implement map functions min(), max() and sum(). For the moment map values are c...
[TXT] min+max+sum.ok  1.2   4 years  mpi   Update output to reflect recent changes. Existing maps are printed by default i...
[TXT] multiprobe.bt  1.2   4 months  mpi   Increase interval's rate to speed up tests.
[TXT] multiprobe.ok  1.1   2 years  mpi   Test assigning multiple probes to a single action. This relies on the 'interval...
[TXT] multismts.bt  1.1   4 years  mpi   Regression tests for btrace(8).
[TXT] multismts.ok  1.1   4 years  mpi   Regression tests for btrace(8).
[TXT] nsecs+var.bt  1.1   4 years  mpi   Regression tests for btrace(8).
[TXT] nsecs+var.ok  1.1   4 years  mpi   Regression tests for btrace(8).
[TXT] precedence.bt  1.1   2 years  mpi   Test for operator precedence
[TXT] precedence.ok  1.1   2 years  mpi   Test for operator precedence
[TXT] print.bt  1.2   2 years  dv   bt(5)/btrace(8): add support for str() Implement initial support for the str() ...
[TXT] print.ok  1.1   3 years  mpi   Test local variables, boolean and print() of variables other than maps.
[TXT] read-map-after-clear.bt  1.1   2 years  mpi   Rergression for printing a @map after calling clear(). Adapted from a test case...
[TXT] read-map-after-clear.ok  1.1   2 years  mpi   Rergression for printing a @map after calling clear(). Adapted from a test case...
[TXT] staticv-empty.bt  1.1   2 years  jasper   add test for printing empty arguments ok mpi@
[TXT] staticv-empty.ok  1.1   2 years  jasper   add test for printing empty arguments ok mpi@
[TXT] staticv.args  1.3   2 years  dv   Unbreak btrace(8) regress, adding missing files.
[TXT] staticv.bt  1.1   2 years  dv   btrace(8): add initial support for cli arguments This adds initial support for ...
[TXT] staticv.ok  1.1   2 years  dv   btrace(8): add initial support for cli arguments This adds initial support for ...
[TXT] str.args  1.2   3 months  mpi   Printing large tuples require more than 64 chars, bump the string limit.
[TXT] str.bt  1.2   3 months  mpi   Printing large tuples require more than 64 chars, bump the string limit.
[TXT] str.ok  1.2   3 months  mpi   Printing large tuples require more than 64 chars, bump the string limit.
[TXT] syntaxerror.bt  1.1   2 years  mpi   Test that syntax errors do not trigger sanity checks.
[TXT] syntaxerror.ok  1.2   2 years  anton   various improvements: * use SUDO when needed * favor paths relative to the btrac...
[TXT] tuple.bt  1.1   8 months  mpi   Regressions for tuples and evaluating variables.
[TXT] tuple.ok  1.1   8 months  mpi   Regressions for tuples and evaluating variables.
[TXT] tupleeval.bt  1.1   8 months  mpi   Regressions for tuples and evaluating variables.
[TXT] tupleeval.ok  1.1   8 months  mpi   Regressions for tuples and evaluating variables.
[TXT] vareval.bt  1.1   8 months  mpi   Regressions for tuples and evaluating variables.
[TXT] vareval.ok  1.1   8 months  mpi   Regressions for tuples and evaluating variables.