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
/
bt_parse.y
Age
Commit message (
Expand
)
Author
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-01
The print() function only accepts a single argument.
anton
2020-09-14
add support for '&' and '|' operators in btrace scripts
Jasper Lievisse Adriaanse
2020-07-11
Implement linear and power-of-two histograms: hist() and lhist() keywords.
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-04-24
Simplify the grammar by letting the lexer handle builtin keywords.
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-03-27
Skip first line if it starts with '#!'
Martin Pieuchot
2020-03-19
Add support for unnamed map.
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
Import a bug tracer, companion of dt(4), that speaks the bt(5) language.
Martin Pieuchot