summaryrefslogtreecommitdiff
path: root/usr.sbin/btrace/TODO
AgeCommit message (Expand)Author
2021-09-08btrace(8): add initial support for cli argumentsDave Voutila
2021-08-31Rewrite grammar to implement operator precedence without using %right or %prec.Martin Pieuchot
2021-04-21Support for local (scratch) variables: "$var_name".Martin Pieuchot
2021-04-21Support first shell argument as $1 in order to use it in filters.Martin Pieuchot
2020-07-11Implement linear and power-of-two histograms: hist() and lhist() 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-23Map are printed by default now, document that option "-c" is needed :)Martin Pieuchot
2020-01-28Implement map functions min(), max() and sum().Martin Pieuchot
2020-01-28Implement delete() and @map[key] access.Martin Pieuchot
2020-01-27Implement builtin time() function.Martin Pieuchot
2020-01-21Some remaining items for the curious.Martin Pieuchot