index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
btrace
Age
Commit message (
Expand
)
Author
2021-06-28
Also show the time spent in userland when analyzing the kernel stack
Alexander Bluhm
2021-06-23
btrace(8): init and update timespec for BEGIN/END event
dv
2021-06-07
btrace(8): add "cpu" to long conversion
dv
2021-04-22
Indent and simplify the grammar.
Martin Pieuchot
2021-04-22
Eliminate S/R conflicts and simplify filter grammar.
Martin Pieuchot
2021-04-22
Simplify token declaration.
Martin Pieuchot
2021-04-22
Simplify now that TID and PID are now only being parsed as builtin.
Martin Pieuchot
2021-04-22
Remove support for in-kernel filters.
Martin Pieuchot
2021-04-21
remove -p from usage;
Jason McIntyre
2021-04-21
Extend filters to support any conditionnal test including global variables.
Martin Pieuchot
2021-04-21
Always initialized min value for an histogram.
Martin Pieuchot
2021-04-21
typo
Martin Pieuchot
2021-04-21
Support for local (scratch) variables: "$var_name".
Martin Pieuchot
2021-04-21
Extend print() to support any kind of variable.
Martin Pieuchot
2021-04-21
Support first shell argument as $1 in order to use it in filters.
Martin Pieuchot
2021-03-21
add -n to SYNOPSIS;
Jason McIntyre
2021-03-21
Add -n (no action) mode, which just parses the program and exits.
Jonathan Matthew
2021-02-10
cast large to reduce warning on 32-bit machines (an ELF type is printed with ...
Theo de Raadt
2021-02-08
Extend binary operators support, required for more filter features.
Martin Pieuchot
2021-02-01
Start implementing conditionals for filters.
Martin Pieuchot
2021-01-27
commons used rather than externs, fix for -fno-common
Theo de Raadt
2021-01-21
Make it possible to convert map arguments to long and insert nsecs in maps.
Martin Pieuchot
2021-01-10
Exclude the 'hz' token from the lexer backdoor, so interval and profile
Jonathan Matthew
2020-12-11
Tracing syscalls which conflict with reserved bt(5) keywords currently
anton
2020-12-07
In revision 1.18 of bt_parse.y, I missed the fact that the print()
anton
2020-12-07
In btrace(8) handle snprintf(3) errors correctly. If snprintf
Alexander Bluhm
2020-12-01
The print() function only accepts a single argument.
anton
2020-09-18
fix typo in comment and trailing whitespace
Jasper Lievisse Adriaanse
2020-09-18
various fixes; ok mpi
Jason McIntyre
2020-09-17
document min/max/sum function
Jasper Lievisse Adriaanse
2020-09-15
consistently format/word the function documentation
Jasper Lievisse Adriaanse
2020-09-14
add support for '&' and '|' operators in btrace scripts
Jasper Lievisse Adriaanse
2020-09-11
Support '-p' a flag to filter all actions by PID.
Martin Pieuchot
2020-08-13
Be compatible with bpftrace(8)'s output when printing stack traces in maps.
Martin Pieuchot
2020-08-13
When dealing with integers, it seems that [1] and [1, 2) are the same.
Martin Pieuchot
2020-08-13
Improve documentation.
Martin Pieuchot
2020-08-07
Do not hardcode the key length.
Martin Pieuchot
2020-07-11
Implement linear and power-of-two histograms: hist() and lhist() keywords.
Martin Pieuchot
2020-07-04
Print the correct register for syscall return value.
Martin Pieuchot
2020-07-03
Increment line number when skipping multi-line comments.
Martin Pieuchot
2020-06-22
Fix "the symbol HZ is undefined" yacc warning
kn
2020-06-18
Apply rules to the number of events returned by the last read(2).
Martin Pieuchot
2020-04-24
Simplify the grammar by letting the lexer handle builtin keywords.
Martin Pieuchot
2020-04-24
Print given identifier in the error message when no matching probe exist.
Martin Pieuchot
2020-04-23
Implement builtin 'cpu' keyword.
Martin Pieuchot
2020-04-23
Extend map to support keys composed of multiple arguments.
Martin Pieuchot
2020-04-23
Make debug output less verbose.
Martin Pieuchot
2020-04-15
Make map functions accept a "struct map *" instead of a "struct bt_var *".
Martin Pieuchot
2020-04-15
Document filters: one type of predicates checked in kernel.
Martin Pieuchot
2020-04-15
Crank key size to 256 to avoid conflicts when storing stack traces in maps.
Martin Pieuchot
[next]