We had an ancient tracer and the new one Ron did, sitting side by side. It was a bit of a mess. This removes the old one, using the new infrastructure. You can still do a "trace syscall start" from the monitor. No parameters - just on or off for a printk firehose.
This required a little reorg of the stracer and some cosmetic changes. ------------ You can also find this patch set at: [email protected]:brho/akaros.git From: 6c4f96784a55 To: c630f74f86d4 And view them at: https://github.com/brho/akaros/compare/6c4f96784a55...c630f74f86d4 ------------ Barret Rhoden (2): Consolidate the two syscall tracers Remove the last vestiges of the old syscall tracer kern/drivers/dev/proc.c | 5 - kern/include/kthread.h | 1 - kern/include/syscall.h | 11 +- kern/src/monitor.c | 25 +-- kern/src/syscall.c | 415 ++++++++++++++++-------------------------------- kern/src/umem.c | 8 +- 6 files changed, 142 insertions(+), 323 deletions(-) -- 2.8.0.rc3.226.g39d4020 -- You received this message because you are subscribed to the Google Groups "Akaros" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
