aboutsummaryrefslogtreecommitdiff
path: root/bolt/runtime/instr.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-05-21[BOLT][NFC] Remove dead initialization code (#92952)Heewon Cho1-3/+1
2023-11-09[BOLT] Fix typos (#68121)spaette1-3/+3
2023-08-24[BOLT][Instrumentation] AArch64 instrumentation support in runtimeElvina Yakubova1-6/+55
2023-08-23[BOLT][Instrumentation] Fix indirect call profile in PIEDenis Revunov1-1/+8
2023-08-23[BOLT][Instrumentation] Keep profile open in WatchProcessDenis Revunov1-9/+15
2023-07-10[BOLT][Instrumentation][NFC] Define and use more syscall constantsDenis Revunov1-7/+4
2023-07-07Reland "[BOLT][Instrumentation] Put Allocator itslef in shared memory by defa...Denis Revunov1-14/+41
2023-06-30Reland "[BOLT][Instrumentation] Don't share counters when using append-pid"Amir Ayupov1-7/+11
2023-06-30Reland [BOLT][Instrumentation] Add mmap return value assertionsDenis Revunov1-0/+4
2023-06-30Reland [BOLT][Instrumentation][NFC] define and use mmap flagsDenis Revunov1-14/+6
2023-06-29Revert "[BOLT][Instrumentation][NFC] define and use mmap flags"Amir Aupov1-6/+14
2023-06-29Revert "[BOLT][Instrumentation] Add mmap return value assertions"Amir Aupov1-4/+0
2023-06-29Revert "[BOLT][Instrumentation] Don't share counters when using append-pid"Amir Ayupov1-11/+7
2023-06-29Revert "[BOLT][Instrumentation] Put Allocator itslef in shared memory by defa...Amir Ayupov1-42/+14
2023-06-30[BOLT][Instrumentation] Add dumping function to instrumentation hash tablesDenis Revunov1-0/+42
2023-06-30[BOLT][Instrumentation] Put Allocator itslef in shared memory by defaultDenis Revunov1-14/+45
2023-06-30[BOLT][Instrumentation] Don't share counters when using append-pidDenis Revunov1-7/+11
2023-06-30[BOLT][Instrumentation] Add mmap return value assertionsDenis Revunov1-0/+4
2023-06-30[BOLT][Instrumentation][NFC] define and use mmap flagsDenis Revunov1-14/+6
2023-06-08Increase memory of BOLT runtime instrumentation bump allocator used for writi...Jakub Beránek1-0/+1
2022-07-07[BOLT] Fix concurrent hash table modification in the instrumentation runtimeMichał Chojnowski1-1/+1
2022-07-06[BOLT] Add runtime functions required by freestanding environmentMaksim Panchenko1-3/+3
2021-12-28[BOLT][NFC] Fix braces usage in the rest of the codebaseAmir Ayupov1-15/+12
2021-12-21[BOLT][NFC] Fix file-description commentsMaksim Panchenko1-1/+1
2021-11-05[PR] instr: change assert to allow FD 0 return by __open()Marius Wachtler1-2/+2
2021-10-25[PR] bolt_rt: getBinaryPath() increase max file pathMarius Wachtler1-1/+1
2021-10-16[PR] Disable instrumentation and hugify build for aarch64Vladislav Khmelevsky1-0/+2
2021-10-15[PR] Instrumentation: Sync file on dumpVladislav Khmelevsky1-0/+2
2021-08-08[PR] Instrumentation: use TryLock for SimpleHashTable getterVasily Leonenko1-3/+17
2021-07-22[PR] Instrumentation: Avoid generating GOT table in instrumentation libraryVladislav Khmelevsky1-0/+1
2021-07-31[PR] Instrumentation: Fix start and fini trampoline pointersVladislav Khmelevsky1-8/+6
2021-07-30[PR] Instrumentation: Introduce instrumentation-binpath argumentVasily Leonenko1-0/+5
2021-06-23[PR] Instrumentation: Fix runtime handlers for PIE filesVladislav Khmelevsky1-16/+12
2021-01-19[PR] Instrumentation: Add support for opening libs based on links /proc/self/...Elvina Yakubova1-2/+72
2021-06-19[PR] Instrumentation: Generate and use _start and _fini trampolinesVasily Leonenko1-8/+12
2021-04-08Rebase: [BOLT][NFC] Expand auto typesAmir Ayupov1-10/+10
2021-03-09[BOLT][PR] Instrumentation: Introduce -no-counters-clear and -wait-forks optionsVladislav Khmelevsky1-6/+34
2021-03-17Fix license for a few remaining filesRafael Auler1-7/+3
2021-01-28[BOLT] Add support for dumping profile on MacOSAlexander Shaposhnikov1-32/+74
2021-01-28[BOLT] Add support for dumping counters on MacOSAlexander Shaposhnikov1-6/+43
2021-01-20[BOLT] Fix operator new signatureAlexander Shaposhnikov1-5/+5
2020-11-19Inject instrumentation's global dtor on MachOAlexander Shaposhnikov1-0/+5
2020-11-17Link the instrumentation runtime on OSXAlexander Shaposhnikov1-1/+4
2020-10-15Add first bits to cross-compile the runtime for OSXAlexander Shaposhnikov1-0/+10
2020-07-27[BOLT] Fix stack alignment for runtime libRafael Auler1-4/+4
2020-05-02Adding automatic huge page supportXun Li1-300/+7
2020-01-02[BOLT] Fix build of the runtime on OSXAlexander Shaposhnikov1-1/+1
2019-12-13[BOLT] Support full instrumentationRafael Auler1-281/+1127
2019-09-20[BOLT] Fix build for MacRafael Auler1-0/+14
2019-08-07[BOLT] Efficient edge profiling in instrumented modeRafael Auler1-52/+662