memory-tracer

There are 4 repositories under memory-tracer topic.

  • daddinuz/watchdog

    Memory tracer, leaks hunter.

    Language:C19403
  • Maknee/LLVMMemoryTracer

    Instrument code to trace memory

    Language:C++19101
  • StardustDL/jmtrace

    A java agent that trace all shared memory accesses of the classes in a given Java jar package.

    Language:Java400
  • mikel-fernandez/qemu

    Modified QEMU which generates full instruction & data address traces. Configure with --enable-full-trace. Env vars: QEMU_SKIP_FIRST_INST skips tracing of the first N instructions, QEMU_TRACE_LIMIT limits the amount of instructions traced, and QEMU_TRACE_OUTPUT configures the output file (stderr by default). Working on SPARC, SPARC64, PPC, PPC64. Tested only for sparc-linux-user.

    Language:C3200