Displaying 2 results from an estimated 2 matches for "xraypayload".
2018 Jun 28
2
XRay feature – pid reporting
...rated log file should
contain:
[File header with pid][metadata record containing pid and tid]
Updating handlers to fetch the PID and TID directly can be done. However,
XRayRecord and XRayArgRecord do not have PID fields, Do I replace some of
the padding with the PID field, or should I make another XRayPayload
containing the TID/PID?
For now, what would be the best way to test the new format to make sure the
format has the correct values?
Thanks
On Wed, Jun 27, 2018 at 11:29 PM, Dean Michael Berris <dean.berris at gmail.com
> wrote:
>
>
> > On 28 Jun 2018, at 07:28, Henry Zhu <he...
2018 Jun 25
4
XRay feature – pid reporting
I would be happy to help. Could you send me the example patch? Where would
I submit my patch to be reviewed?
Thanks,
Henry
On Mon, Jun 11, 2018 at 8:31 PM, Dean Michael Berris <dean.berris at gmail.com>
wrote:
>
>
> > On 12 Jun 2018, at 07:49, Henry Zhu via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
> >
> > Hello,
> >
> >
> > I’ve