summaryrefslogtreecommitdiffstats
path: root/usr.sbin/btrace/btrace.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Extend binary operators support, required for more filter features.mpi2021-02-081-1/+2
* Improve documentation.mpi2020-08-131-2/+2
* Do not hardcode the key length.mpi2020-08-071-1/+3
* Implement linear and power-of-two histograms: hist() and lhist() keywords.mpi2020-07-111-2/+5
* Print the correct register for syscall return value.mpi2020-07-041-3/+3
* Make map functions accept a "struct map *" instead of a "struct bt_var *".mpi2020-04-151-7/+8
* Implement map functions min(), max() and sum().mpi2020-01-281-1/+2
* Implement delete() and @map[key] access.mpi2020-01-281-1/+2
* Import a bug tracer, companion of dt(4), that speaks the bt(5) language.mpi2020-01-211-0/+54