summaryrefslogtreecommitdiff
path: root/sys/src/libdtracy
AgeCommit message (Collapse)Author
2019-03-30dtracy: avoid dmachlock() racecinap_lenrek
between being commited to a machno and having acquired the lock, the scheduler could come in an schedule us on a different processor. the solution is to have dtmachlock() take a special -1 argument to mean "current mach" and return the actual mach number after the lock has been acquired and interrupts being disabled.
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-09dtracy: call dtptrigger with a struct pointer rather than a list of ↵aiju
arguments; put return value in arg9
2018-12-08dtracy: add support for aggregationsaiju
2018-12-01libdtracy: wrong operator in XORI (thanks aiju)BurnZeZ
2018-11-10dtracy: missing break in dteverifyaiju
2018-11-10adding dtracy (crude early version)aiju