Age | Commit message (Expand) | Author |
2024-11-07 | Add multi-line strings support to the bt(5) script parser. | Martin Pieuchot |
2024-09-06 | Interpret the argument of '%c' as an integer instead of a string. | Martin Pieuchot |
2024-07-09 | Read the whole buffer, not its size minus one. | Martin Pieuchot |
2024-05-21 | remove prototypes with no matching function and externs with no var | Jonathan Gray |
2024-04-01 | init var to fix missing symtab section path | Jonathan Gray |
2024-03-30 | Implement else branching logic including 'else if'. | Martin Pieuchot |
2024-03-16 | btrace(8): cache ELF symbols in sorted array | Scott Soule Cheloha |
2024-03-14 | Revert "btrace(8): cache ELF .symtab, .strtab entries in sorted array" | Scott Soule Cheloha |
2024-03-12 | btrace(8): cache ELF .symtab, .strtab entries in sorted array | Scott Soule Cheloha |
2024-02-27 | Printing large tuples require more than 64 chars, bump the string limit. | Martin Pieuchot |
2024-02-27 | Make it possible to check for existing string in maps. | Martin Pieuchot |
2024-02-24 | Check for builtins used inside tuple to ask the kernel to copyout specific data. | Martin Pieuchot |
2024-02-24 | Implement 'store' for maps. | Martin Pieuchot |
2024-02-24 | Implement 'store' for all builtins, they are either string or integer. | Martin Pieuchot |
2024-02-12 | Fix tuple & string comparisons in maps. | Martin Pieuchot |
2024-02-12 | Trailing spaces | Martin Pieuchot |
2024-02-07 | Prevent tuples to be used as map key, associative array is what we want. | Martin Pieuchot |
2024-02-05 | Print statistics on stderr to be able to redirect bt(5) script output. | Martin Pieuchot |
2024-01-25 | Return 0 when accessing an argument not defined in a probe. | Martin Pieuchot |
2024-01-23 | Consider the whole tuple when reading a map entry whose key is that tuple. | Martin Pieuchot |
2024-01-16 | Handle variable names (things strating with $ or @) in yylex() this way | Claudio Jeker |
2023-12-20 | btrace: add support for hex and octal values. | Dave Voutila |
2023-12-20 | btrace: "too long line" -> "line too long" | Dave Voutila |
2023-11-10 | zap some unused includes | Jasper Lievisse Adriaanse |
2023-10-22 | bt(5), btrace(8): execute END probe and print non-empty maps upon exit() | Scott Soule Cheloha |
2023-10-12 | bt(5), btrace(8): add support for binary modulo operator ('%') | Scott Soule Cheloha |
2023-09-15 | Also update usage() to include [-p file]. | Claudio Jeker |
2023-09-15 | Even if support for utsack is very limited, document the option needed. | Claudio Jeker |
2023-09-13 | Properly evaluate variables when inserting them into a map. | Martin Pieuchot |
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-09-02 | btrace(8): allow empty statements in probes. | Dave Voutila |
2023-09-02 | btrace(8): fix probe builtin in BEGIN/END. | Dave Voutila |
2023-08-28 | btrace(8): prohibit use of argN builtins in BEGIN/END. | Dave Voutila |
2023-08-16 | Backout changes for btrace(8) argN builtins. | Dave Voutila |
2023-08-15 | btrace(8): fix out of bounds read using argN in BEGIN/END. | Dave Voutila |
2023-08-13 | btrace(8): fix yacc reduce conflicts and undefined symbol warnings. | Dave Voutila |
2023-08-13 | Add support for storing builtin TID and PID in variables. | Martin Pieuchot |
2023-08-13 | Prevent user-after/double free in map insertion. | Martin Pieuchot |
2023-06-30 | sepcific -> specific | Jonathan Gray |
2023-06-27 | Make it possible to store the kstack or ustack in a map (as value, not key). | Claudio Jeker |
2023-06-27 | Document the map specific functions (count, max, min, sum) in their own | Claudio Jeker |
2023-05-12 | btrace(8) support to symbolize utrace addresses. | Claudio Jeker |
2023-03-10 | btrace(8) retrieves the types of the arguments of each tracepoint | Alexander Bluhm |
2022-12-28 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2022-12-22 | Denote multiple arguments with 'arg ...' not 'args' | Klemens Nanni |
2022-11-12 | Add support for string comparison in filters. | Martin Pieuchot |
2022-11-11 | Add support for storing builtins arguments into local variables. | Martin Pieuchot |
2022-11-11 | Add support for multiple statements in if () blocks. | Martin Pieuchot |
2022-11-11 | typo | Martin Pieuchot |