search for: perfjitev

Displaying 3 results from an estimated 3 matches for "perfjitev".

2018 Mar 26
0
Interest in integrating a linux perf JITEventListener?
...okup of pre-compiled code to avoid re-compilation. > -- > 2.11.0.22.g8d7a455.dirty > > From debc641fbc5980461f8d36e534d5a6de70e0a293 Mon Sep 17 00:00:00 2001 > From: Andres Freund <andres at anarazel.de> > Date: Wed, 1 Feb 2017 23:10:45 -0800 > Subject: [PATCH 2/2] Add PerfJITEventListener for perf profiling support. > > --- > CMakeLists.txt | 13 + > include/llvm/Config/config.h.cmake | 3 + > include/llvm/Config/llvm-config.h.cmake | 3 + > include/llvm/ExecutionEngine/JITEventListene...
2016 Dec 29
1
Interest in integrating a linux perf JITEventListener?
Having something like this available in tree would definitely be useful. For simplicity, why don't we start with support for the second style? This is the long term useful one and would be a good starting point for getting the code in tree. Can you give a pointer to the patch so that I can assess the rough complexity? If it's simple enough, I'd be happy to help get it reviewed
2017 Feb 02
0
Interest in integrating a linux perf JITEventListener?
...IT-notifiers-only-after-code-sections-ar.patch Type: text/x-patch Size: 2617 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170201/19627903/attachment-0002.bin> -------------- next part -------------- A non-text attachment was scrubbed... Name: 0002-Add-PerfJITEventListener-for-perf-profiling-support.patch Type: text/x-patch Size: 22529 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170201/19627903/attachment-0003.bin> -------------- next part -------------- #include <stdint.h> #include <stdbool.h>...