Abhinav Anil Sharma
Abhinav Anil Sharma
Update: I have a local fix where I detect whether glibc's rseq support is enabled, and if it is, adjust some logic of locating the struct rseq and processing modules....
+1 to Derek's suggestion. Additionally, forked repositories do not automatically get the bug fixes and features that we regularly add to the main repository, which accumulate over time. It is...
@prasun3 In your design, the final trace will be a combination of the warmup trace and full trace. Would you also want to split the two parts into two separate...
> Looks like the following tests are failing deterministically on my machine (and Derek's) now: The failure I found on my machine was due to a different error, which I...
The record_filter tool implemented in #5675 allows filtering records in a stored offline trace. It has a feature to perform cache filtering till a certain timestamp is reached in the...
> Is this correct? Yes. > When we change tracing_mode inside a clean call, when do we start executing from the new instrumentation? After the global tracing_mode flag is changed...
Makes sense to use the same ones on x86. Any reason we shouldn't? Interesting to note that x86 gathers are always merging but AArch64 gathers are zeroing.
User-requested feature (https://groups.google.com/g/dynamorio-users/c/IgekzFu-Md0): also support adhoc detach.
Yes, we do plan to use the same hooks in the drmemtrace tracer and raw2trace that we use today for Intel-PT traces to also support ETM traces. We're blocked on...
The reason why I didn't mention "scatter/gather" specifically in the title was because this issue also includes supporting the contiguous access variants (which are not termed as "scatter/gather" in the...