summaryrefslogtreecommitdiff
path: root/usr.sbin/btrace
AgeCommit message (Expand)Author
2024-01-25Return 0 when accessing an argument not defined in a probe.Martin Pieuchot
2024-01-23Consider the whole tuple when reading a map entry whose key is that tuple.Martin Pieuchot
2024-01-16Handle variable names (things strating with $ or @) in yylex() this wayClaudio Jeker
2023-12-20btrace: add support for hex and octal values.Dave Voutila
2023-12-20btrace: "too long line" -> "line too long"Dave Voutila
2023-11-10zap some unused includesJasper Lievisse Adriaanse
2023-10-22bt(5), btrace(8): execute END probe and print non-empty maps upon exit()Scott Soule Cheloha
2023-10-12bt(5), btrace(8): add support for binary modulo operator ('%')Scott Soule Cheloha
2023-09-15Also update usage() to include [-p file].Claudio Jeker
2023-09-15Even if support for utsack is very limited, document the option needed.Claudio Jeker
2023-09-13Properly evaluate variables when inserting them into a map.Martin Pieuchot
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-09-02btrace(8): allow empty statements in probes.Dave Voutila
2023-09-02btrace(8): fix probe builtin in BEGIN/END.Dave Voutila
2023-08-28btrace(8): prohibit use of argN builtins in BEGIN/END.Dave Voutila
2023-08-16Backout changes for btrace(8) argN builtins.Dave Voutila
2023-08-15btrace(8): fix out of bounds read using argN in BEGIN/END.Dave Voutila
2023-08-13btrace(8): fix yacc reduce conflicts and undefined symbol warnings.Dave Voutila
2023-08-13Add support for storing builtin TID and PID in variables.Martin Pieuchot
2023-08-13Prevent user-after/double free in map insertion.Martin Pieuchot
2023-06-30sepcific -> specificJonathan Gray
2023-06-27Make it possible to store the kstack or ustack in a map (as value, not key).Claudio Jeker
2023-06-27Document the map specific functions (count, max, min, sum) in their ownClaudio Jeker
2023-05-12btrace(8) support to symbolize utrace addresses.Claudio Jeker
2023-03-10btrace(8) retrieves the types of the arguments of each tracepointAlexander Bluhm
2022-12-28spelling fixes; from paul tagliamonteJason McIntyre
2022-12-22Denote multiple arguments with 'arg ...' not 'args'Klemens Nanni
2022-11-12Add support for string comparison in filters.Martin Pieuchot
2022-11-11Add support for storing builtins arguments into local variables.Martin Pieuchot
2022-11-11Add support for multiple statements in if () blocks.Martin Pieuchot
2022-11-11typoMartin Pieuchot
2022-06-02Let btrace(8) execute the END probe upon receiving a SIGTERM signalJeremie Courreges-Anglas
2022-05-01Install useful btrace scripts into /usr/share/btrace directory.Alexander Bluhm
2022-04-30add support for printing some extra large numbers to histogramsTed Unangst
2022-04-28btrace(8): fix lexer to allow whitespace after filters.Dave Voutila
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2022-02-22Since other exported commandnames were increased to 24 and graduated intoTheo de Raadt
2021-12-07Delete the last emulation callbacks: we're Just ELF, so declarePhilip Guenther
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-10-24Use unveil(2) for the possible script file, dt(4) and ksyms(4) nodes.Martin Pieuchot
2021-10-03bt(5)/btrace(8): add support for str()Dave Voutila
2021-09-21Add NUL termination to btfile content to avoid that strlcpy(3) readsAlexander Bluhm
2021-09-09fix crash when passing empty cli arguments as B_AT_NIL wasn't handled as a va...Jasper Lievisse Adriaanse
2021-09-09Relax the check for accessing variable before setting them.Martin Pieuchot
2021-09-09Let ba2str() handle unitialized map just like ba2long() does.Martin Pieuchot
2021-09-09Make it possible to associate multiple probes to a single rule.Martin Pieuchot
2021-09-09Handle new NIL type in ba_name().Martin Pieuchot
2021-09-09Do not treat empty map has invalid.Martin Pieuchot