summaryrefslogtreecommitdiff
path: root/usr.sbin/btrace/bt_parse.y
AgeCommit message (Expand)Author
2020-12-11Tracing syscalls which conflict with reserved bt(5) keywords currentlyanton
2020-12-07In revision 1.18 of bt_parse.y, I missed the fact that the print()anton
2020-12-01The print() function only accepts a single argument.anton
2020-09-14add support for '&' and '|' operators in btrace scriptsJasper Lievisse Adriaanse
2020-07-11Implement linear and power-of-two histograms: hist() and lhist() keywords.Martin Pieuchot
2020-07-03Increment line number when skipping multi-line comments.Martin Pieuchot
2020-06-22Fix "the symbol HZ is undefined" yacc warningkn
2020-04-24Simplify the grammar by letting the lexer handle builtin keywords.Martin Pieuchot
2020-04-23Implement builtin 'cpu' keyword.Martin Pieuchot
2020-04-23Extend map to support keys composed of multiple arguments.Martin Pieuchot
2020-03-27Skip first line if it starts with '#!'Martin Pieuchot
2020-03-19Add support for unnamed map.Martin Pieuchot
2020-01-28Implement map functions min(), max() and sum().Martin Pieuchot
2020-01-28Use %left to prevent S/R conflicts, arithmetic precedence is still broken.Martin Pieuchot
2020-01-28Simplify statement rules by using an optional new line.Martin Pieuchot
2020-01-28Implement delete() and @map[key] access.Martin Pieuchot
2020-01-28Rename *_concat() into *_append() to match reality.Martin Pieuchot
2020-01-28Parse '==' without error in filters.Martin Pieuchot
2020-01-27Implement builtin time() function.Martin Pieuchot
2020-01-21Import a bug tracer, companion of dt(4), that speaks the bt(5) language.Martin Pieuchot