2017-03-03 0:01 GMT+01:00 Mike Lui <mike.d....@gmail.com>:
> I did a poor job explaining my inquiry. I'm writing a valgrind tool that's
> tracking the IOPS/FLOPS/reads/writes reported by VEX IR during
> instrumentation, and doing some minor analysis on the IR with a
> instrument_basic_block callback (as documented in
> http://www.valgrind.org/docs/manual/writing-tools.html)

That is interesting. How are you going to represent the results?
Cannot be the existing tools "persuaded" to do what you need?

> So my understanding right now is that as long as a syscall wrapper exists,
> registering to *_mem_write will give me metadata about userspace memory
> modified by supported syscalls, otherwise I use the normal
> instrument_basic_block callback.

Alright.

I.

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to