search for: basiclogginghandlepid

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

2018 Jun 28
2
XRay feature – pid reporting
...ion = 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 > > 6) Add an assembly stub for the [od handler > > > > Huh, I’m sorry for not being clear here — I suspect you don’t need steps 3 > to 6. > > You may just need to add a metadata record at the beginning of the block, >...
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