search for: pub45287

Displaying 6 results from an estimated 6 matches for "pub45287".

2016 May 04
2
llvm dynamic execution trace
hi everyone, I'm trying to get something like the lli - trace functionality that has been deprecated. I need the same thing that the trace command was doing i. e. the dynamic execution trace, any idea on what it has moved to if it still exists or how to implement it? Best Regards, Ammar Naqvi -------------- next part -------------- An HTML attachment was scrubbed... URL:
2016 Jul 20
2
[XRay] Build instrumented Clang, some analysis results
...I'm certainly open to this possibility. No concrete plans yet. It's an open question in the original RFC too (http://lists.llvm.org/pipermail/llvm-dev/2016-April/098901.html). There's a white paper that details what we plan to implement out in the open (http://research.google.com/pubs/pub45287.html). We're still working our way to getting to a full version as described in that white paper (basically blocked by my lack of familiarity with the LLVM codebase, and other n00b-y things :D). There's not a concrete list of features, and we're certainly open to contributions from the...
2016 May 04
2
llvm dynamic execution trace
...rumentation points. Those > could be used to log/trace function calls. > > I'm currently working on getting that into LLVM, Clang, and compiler-rt > among other things. > > Does that help? > > PS. More information in the whitepaper ( > https://research.google.com/pubs/pub45287.html) we recently published. > > On Wed, May 4, 2016 at 2:05 PM Ammar Naqvi via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> hi everyone, >> >> I'm trying to get something like the lli - trace functionality that has >> been deprecated. >>...
2016 Jun 17
2
RFC: Comprehensive Static Instrumentation
On Fri, Jun 17, 2016 at 5:42 AM Matthias Braun via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Some of this overlaps with the features in XRay ( > http://lists.llvm.org/pipermail/llvm-dev/2016-April/098901.html). > > Matthias beat me to it! >From reading the RFC, it seems that some of what XRay is doing on the instrumentation side is very similar to what CSI enables. The
2016 Jul 04
4
[XRay] RFC: LLVM-side Changes for nop-sleds
...implement the prototype XRay implementation, updated to track trunk of LLVM, Clang, and compiler-rt: http://reviews.llvm.org/D19904 (llvm) http://reviews.llvm.org/D20352 (clang) http://reviews.llvm.org/D21612 (compiler-rt) [2] XRay: A Function Call Tracing System: http://research.google.com/pubs/pub45287.html -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160704/05c7027e/attachment.html>
2016 Jul 20
2
[XRay] Build instrumented Clang, some analysis results
Hi everyone, TL;DR: With current pending patches applied in compiler-rt and llvm, and trunk clang, you can build your application with XRay tracing enabled on Linux with tracing enabled before main starts, and logging stops when the main thread exits. Just a quick update, I have some patches under review that when applied cleanly to LLVM and compiler-rt allows for building applications with XRay