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-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
2020-04-15
Stop including <machine/param.h> and <machine/vmparam.h>.
Martin Pieuchot
2020-03-27
btrace(8): simplify builtin_nsecs(); ok mpi@
cheloha
2020-03-27
Skip first line if it starts with '#!'
Martin Pieuchot
2020-03-23
Map are printed by default now, document that option "-c" is needed :)
Martin Pieuchot
2020-03-23
Some architectures require <machine/param.h> to use VM_MIN_KERNEL_ADDRESS.
Martin Pieuchot
2020-03-23
Document some functions.
Martin Pieuchot
2020-03-23
Print maps when exiting unless an END rule has been defined.
Martin Pieuchot
2020-03-20
Document exit, zero and delete functions
kn
2020-03-19
Use bv_name() in debug output and include the hash of a map.
Martin Pieuchot
2020-03-19
Add support for unnamed map.
Martin Pieuchot
2020-03-19
When looking at which data should be recorded by the kernel include the
Martin Pieuchot
2020-03-18
time() takes a strftime(3) format string
kn
2020-03-18
Whitelist 'map' type in order to use them in real (non BEGIN/END) rules.
Martin Pieuchot
2020-03-16
Fix affectation that should be conditionnal tests inside asserts.
Martin Pieuchot
2020-01-28
Implement map functions min(), max() and sum().
Martin Pieuchot
2020-01-28
Use %left to prevent S/R conflicts, arithmetic precedence is still broken.
Martin Pieuchot
2020-01-28
Simplify statement rules by using an optional new line.
Martin Pieuchot
2020-01-28
Implement delete() and @map[key] access.
Martin Pieuchot
2020-01-28
Rename *_concat() into *_append() to match reality.
Martin Pieuchot
2020-01-28
Parse '==' without error in filters.
Martin Pieuchot
2020-01-27
Implement builtin time() function.
Martin Pieuchot
2020-01-21
Some remaining items for the curious.
Martin Pieuchot
[next]