Age | Commit message (Expand) | Author |
2024-12-04 | Regression for multiple probes. | Martin Pieuchot |
2024-12-04 | Disallows registering multiple probes of the same type. | Martin Pieuchot |
2024-11-07 | Regression for parsing multi-line strings with comments. | Martin Pieuchot |
2024-09-06 | Regression for '%c'. | Martin Pieuchot |
2024-03-30 | Implement else branching logic including 'else if'. | Martin Pieuchot |
2024-02-27 | Printing large tuples require more than 64 chars, bump the string limit. | Martin Pieuchot |
2024-02-05 | Increase interval's rate to speed up tests. | Martin Pieuchot |
2024-02-05 | Regress test for undefined probe arguments fixed in in btrace.c,v 1.83. | Martin Pieuchot |
2024-02-05 | Adapt map regress test to cover associated arrays fixed in btrace.c r1.82. | Martin Pieuchot |
2023-12-20 | btrace: add support for hex and octal values. | Dave Voutila |
2023-10-22 | bt(5), btrace(8): execute END probe and print non-empty maps upon exit() | Scott Soule Cheloha |
2023-09-11 | Regressions for tuples and evaluating variables. | Martin Pieuchot |
2023-09-02 | btrace(8): allow empty statements in probes. | Dave Voutila |
2023-09-02 | btrace(8): fix probe builtin in BEGIN/END. | Dave Voutila |
2023-08-28 | btrace(8): prohibit use of argN builtins in BEGIN/END. | Dave Voutila |
2023-08-13 | Regression test for the use-after-free in map insertion | Martin Pieuchot |
2022-11-12 | Add support for string comparison in filters. | Martin Pieuchot |
2022-11-11 | Add support for multiple statements in if () blocks. | Martin Pieuchot |
2021-12-19 | Suppress error output from sysctl: kern.allowdt doesn't exist on | Philip Guenther |
2021-12-02 | Log that kern.allowdt=1 is needed and where | Klemens Nanni |
2021-10-03 | Unbreak btrace(8) regress, adding missing files. | Dave Voutila |
2021-10-03 | bt(5)/btrace(8): add support for str() | Dave Voutila |
2021-09-16 | various improvements: | Anton Lindqvist |
2021-09-14 | Fix regression test, prodded by bluhm@ | Martin Pieuchot |
2021-09-09 | add test for printing empty arguments | Jasper Lievisse Adriaanse |
2021-09-09 | add hist() tests similar to mapempty.bt | Jasper Lievisse Adriaanse |
2021-09-09 | Hook test for command line arguments support. | Martin Pieuchot |
2021-09-09 | Test assigning multiple probes to a single action. | Martin Pieuchot |
2021-09-09 | Prepare for executing regress triggering kernel probes. | Martin Pieuchot |
2021-09-09 | Check clear(), delete(), zero() and print() after clear(). | Martin Pieuchot |
2021-09-08 | btrace(8): add initial support for cli arguments | Dave Voutila |
2021-09-07 | Hook new tests. | Martin Pieuchot |
2021-09-07 | Check that clear() and zero() only work with map. | Martin Pieuchot |
2021-09-07 | Test that syntax errors do not trigger sanity checks. | Martin Pieuchot |
2021-09-05 | Clear map to not double print it now that map & hist are printed by default. | Martin Pieuchot |
2021-09-01 | Rergression for printing a @map after calling clear(). | Martin Pieuchot |
2021-08-31 | 'if' tests. | Martin Pieuchot |
2021-08-31 | Test for operator precedence | Martin Pieuchot |
2021-04-21 | Test local variables, boolean and print() of variables other than maps. | Martin Pieuchot |
2020-12-16 | Use consistent target names. Makefile cleanup. | Alexander Bluhm |
2020-12-06 | Do not hide error messages in tests, makes it easier to debug failures. | Alexander Bluhm |
2020-10-18 | The maxoperand test is currently expected to fail. | Patrick Wildt |
2020-09-14 | add support for '&' and '|' operators in btrace scripts | Jasper Lievisse Adriaanse |
2020-04-23 | Use map keys composed of multiple arguments. | Martin Pieuchot |
2020-04-15 | Update output to reflect recent changes. | Martin Pieuchot |
2020-03-19 | Regression for unnamed map. | Martin Pieuchot |
2020-01-28 | Implement map functions min(), max() and sum(). | Martin Pieuchot |
2020-01-28 | Tests for delete(@map[key]) and printf("%d\n", @map[key]) | Martin Pieuchot |
2020-01-21 | Regression tests for btrace(8). | Martin Pieuchot |