search for: xraypidrecord

Displaying 2 results from an estimated 2 matches for "xraypidrecord".

2018 Jun 28
2
XRay feature – pid reporting
...; Thanks, that cleared up my confusion about version numbers. > > > > I've implemented the handlers and done up to 6) below. I'm unsure of how > to test what I have added. > > > > 1) Update the Header.Version = 3 (from 2) > > 2) Add a new XRayRecord for pid (XRayPidRecord) in xray_basic_logging.h > > 3) Implement InMemoryRawLogWithPid similar to how InMemoryRawLogWithArg > is implemented > > 4) Implement __xray_set_handler_pid > > 5) call __xray_set_handler_pid, passing in basicLoggingHandlePid in the > initialization function for basic mode...
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