index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
btrace
/
map.c
Age
Commit message (
Expand
)
Author
2023-09-11
Implement tuples, needed to export per-CPU scheduling data.
Martin Pieuchot
2023-09-03
Let builtin process names be stored in maps as string.
Martin Pieuchot
2023-08-13
Prevent user-after/double free in map insertion.
Martin Pieuchot
2023-06-27
Make it possible to store the kstack or ustack in a map (as value, not key).
Claudio Jeker
2022-04-30
add support for printing some extra large numbers to histograms
Ted Unangst
2021-11-15
Change printing of maps to use qsort to order the output using a pointer
Claudio Jeker
2021-11-12
Implement the probe variable. Can be used for example with
Claudio Jeker
2021-09-09
Make sure all map operators work after calling clear() on a map.
Martin Pieuchot
2021-09-01
Imitate how free(3) behaves and make map_clear() works on NULL map.
Martin Pieuchot
2021-09-01
Support for insert pid/tid/cpu builtins in map/hist.
Martin Pieuchot
2021-08-31
Support storing syscall arguments in a map/hist.
Martin Pieuchot
2021-08-31
Rewrite grammar to implement operator precedence without using %right or %prec.
Martin Pieuchot
2021-01-21
Make it possible to convert map arguments to long and insert nsecs in maps.
Martin Pieuchot
2020-09-18
fix typo in comment and trailing whitespace
Jasper Lievisse Adriaanse
2020-08-13
When dealing with integers, it seems that [1] and [1, 2) are the same.
Martin Pieuchot
2020-08-07
Do not hardcode the key length.
Martin Pieuchot
2020-07-11
Implement linear and power-of-two histograms: hist() and lhist() keywords.
Martin Pieuchot
2020-07-04
Print the correct register for syscall return value.
Martin Pieuchot
2020-04-15
Make map functions accept a "struct map *" instead of a "struct bt_var *".
Martin Pieuchot
2020-04-15
Crank key size to 256 to avoid conflicts when storing stack traces in maps.
Martin Pieuchot
2020-03-19
Add support for unnamed map.
Martin Pieuchot
2020-01-28
Implement map functions min(), max() and sum().
Martin Pieuchot
2020-01-28
Implement delete() and @map[key] access.
Martin Pieuchot
2020-01-21
Import a bug tracer, companion of dt(4), that speaks the bt(5) language.
Martin Pieuchot