summaryrefslogtreecommitdiffstats
path: root/usr.sbin/btrace/map.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make map functions accept a "struct map *" instead of a "struct bt_var *".mpi2020-04-151-32/+26
* Crank key size to 256 to avoid conflicts when storing stack traces in maps.mpi2020-04-151-2/+2
* Add support for unnamed map.mpi2020-03-191-2/+3
* Implement map functions min(), max() and sum().mpi2020-01-281-5/+34
* Implement delete() and @map[key] access.mpi2020-01-281-18/+45
* Import a bug tracer, companion of dt(4), that speaks the bt(5) language.mpi2020-01-211-0/+169