summaryrefslogtreecommitdiff
path: root/usr.sbin/btrace/map.c
AgeCommit message (Expand)Author
2023-09-11Implement tuples, needed to export per-CPU scheduling data.Martin Pieuchot
2023-09-03Let builtin process names be stored in maps as string.Martin Pieuchot
2023-08-13Prevent user-after/double free in map insertion.Martin Pieuchot
2023-06-27Make it possible to store the kstack or ustack in a map (as value, not key).Claudio Jeker
2022-04-30add support for printing some extra large numbers to histogramsTed Unangst
2021-11-15Change printing of maps to use qsort to order the output using a pointerClaudio Jeker
2021-11-12Implement the probe variable. Can be used for example withClaudio Jeker
2021-09-09Make sure all map operators work after calling clear() on a map.Martin Pieuchot
2021-09-01Imitate how free(3) behaves and make map_clear() works on NULL map.Martin Pieuchot
2021-09-01Support for insert pid/tid/cpu builtins in map/hist.Martin Pieuchot
2021-08-31Support storing syscall arguments in a map/hist.Martin Pieuchot
2021-08-31Rewrite grammar to implement operator precedence without using %right or %prec.Martin Pieuchot
2021-01-21Make it possible to convert map arguments to long and insert nsecs in maps.Martin Pieuchot
2020-09-18fix typo in comment and trailing whitespaceJasper Lievisse Adriaanse
2020-08-13When dealing with integers, it seems that [1] and [1, 2) are the same.Martin Pieuchot
2020-08-07Do not hardcode the key length.Martin Pieuchot
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-04-15Crank key size to 256 to avoid conflicts when storing stack traces in maps.Martin Pieuchot
2020-03-19Add support for unnamed map.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