Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-13 | dtracy: correctly look up aggregate keys | Ori 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-09 | show line numbers in dtracy type errors | Ori Bernstein | |
2019-01-20 | dtracy: fix && | aiju | |
2018-12-28 | dtracy: fix conditional branch generation | aiju | |
2018-12-13 | dtracy: get rid of DTName struct, support more than three parts in a probe ↵ | aiju | |
name, wildcard matching | |||
2018-12-11 | forgotten files | aiju | |
2018-12-08 | dtracy: fix lexer bug | aiju | |
2018-12-08 | dtracy: add support for aggregations | aiju | |
2018-11-10 | adding dtracy (crude early version) | aiju | |