summaryrefslogtreecommitdiff
path: root/usr.sbin/btrace/btrace.h
AgeCommit message (Expand)Author
2020-07-11Implement linear and power-of-two histograms: hist() and lhist() keywords.Martin Pieuchot
2020-07-04Print the correct register for syscall return value.Martin Pieuchot
2020-04-15Make map functions accept a "struct map *" instead of a "struct bt_var *".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-21Import a bug tracer, companion of dt(4), that speaks the bt(5) language.Martin Pieuchot