summaryrefslogtreecommitdiff
path: root/sys/src/cmd/dtracy
AgeCommit message (Collapse)Author
2022-08-13dtracy: correctly look up aggregate keysOri Bernstein
the ANode struct contains a variable sized buffer for the key, however when we created and copied the aggregate, we used struct assignment to initialize the node. the struct assignment only knows about the fixed size portion of the struct, and did not copy the key, which mean that key lookups would fail, and we would insert a new value into the aggregation every time, both leaking the memory and producng incorrect results.
2020-01-09show line numbers in dtracy type errorsOri Bernstein
2019-01-20dtracy: fix &&aiju
2018-12-28dtracy: fix conditional branch generationaiju
2018-12-13dtracy: get rid of DTName struct, support more than three parts in a probe ↵aiju
name, wildcard matching
2018-12-11forgotten filesaiju
2018-12-08dtracy: fix lexer bugaiju
2018-12-08dtracy: add support for aggregationsaiju
2018-11-10adding dtracy (crude early version)aiju