summaryrefslogtreecommitdiff
path: root/bolt/runtime/instr.cpp
AgeCommit message (Expand)Author
2025-10-14[bolt] Fix typos discovered by codespell (#124726)Christian Clauss
2025-09-03[BOLT] close map_files FD (#156489)Aiden Grossman
2025-07-14[BOLT][instr] Add optional arguments to __bolt_instr_data_dump() (#148700)YongKang Zhu
2025-07-13[BOLT][NFC] Add const qualifier to certain pointers to read-only objects (#14...YongKang Zhu
2025-04-16[BOLT][Instrumentation] Initial instrumentation support for RISCV64 (#133882)wangjue
2024-05-21[BOLT][NFC] Remove dead initialization code (#92952)Heewon Cho
2023-11-09[BOLT] Fix typos (#68121)spaette
2023-08-24[BOLT][Instrumentation] AArch64 instrumentation support in runtimeElvina Yakubova
2023-08-23[BOLT][Instrumentation] Fix indirect call profile in PIEDenis Revunov
2023-08-23[BOLT][Instrumentation] Keep profile open in WatchProcessDenis Revunov
2023-07-10[BOLT][Instrumentation][NFC] Define and use more syscall constantsDenis Revunov
2023-07-07Reland "[BOLT][Instrumentation] Put Allocator itslef in shared memory by defa...Denis Revunov
2023-06-30Reland "[BOLT][Instrumentation] Don't share counters when using append-pid"Amir Ayupov
2023-06-30Reland [BOLT][Instrumentation] Add mmap return value assertionsDenis Revunov
2023-06-30Reland [BOLT][Instrumentation][NFC] define and use mmap flagsDenis Revunov
2023-06-29Revert "[BOLT][Instrumentation][NFC] define and use mmap flags"Amir Aupov
2023-06-29Revert "[BOLT][Instrumentation] Add mmap return value assertions"Amir Aupov
2023-06-29Revert "[BOLT][Instrumentation] Don't share counters when using append-pid"Amir Ayupov
2023-06-29Revert "[BOLT][Instrumentation] Put Allocator itslef in shared memory by defa...Amir Ayupov
2023-06-30[BOLT][Instrumentation] Add dumping function to instrumentation hash tablesDenis Revunov
2023-06-30[BOLT][Instrumentation] Put Allocator itslef in shared memory by defaultDenis Revunov
2023-06-30[BOLT][Instrumentation] Don't share counters when using append-pidDenis Revunov
2023-06-30[BOLT][Instrumentation] Add mmap return value assertionsDenis Revunov
2023-06-30[BOLT][Instrumentation][NFC] define and use mmap flagsDenis Revunov
2023-06-08Increase memory of BOLT runtime instrumentation bump allocator used for writi...Jakub Beránek
2022-07-07[BOLT] Fix concurrent hash table modification in the instrumentation runtimeMichał Chojnowski
2022-07-06[BOLT] Add runtime functions required by freestanding environmentMaksim Panchenko
2021-12-28[BOLT][NFC] Fix braces usage in the rest of the codebaseAmir Ayupov
2021-12-21[BOLT][NFC] Fix file-description commentsMaksim Panchenko
2021-11-05[PR] instr: change assert to allow FD 0 return by __open()Marius Wachtler
2021-10-25[PR] bolt_rt: getBinaryPath() increase max file pathMarius Wachtler
2021-10-16[PR] Disable instrumentation and hugify build for aarch64Vladislav Khmelevsky
2021-10-15[PR] Instrumentation: Sync file on dumpVladislav Khmelevsky
2021-08-08[PR] Instrumentation: use TryLock for SimpleHashTable getterVasily Leonenko
2021-07-22[PR] Instrumentation: Avoid generating GOT table in instrumentation libraryVladislav Khmelevsky
2021-07-31[PR] Instrumentation: Fix start and fini trampoline pointersVladislav Khmelevsky
2021-07-30[PR] Instrumentation: Introduce instrumentation-binpath argumentVasily Leonenko
2021-06-23[PR] Instrumentation: Fix runtime handlers for PIE filesVladislav Khmelevsky
2021-01-19[PR] Instrumentation: Add support for opening libs based on links /proc/self/...Elvina Yakubova
2021-06-19[PR] Instrumentation: Generate and use _start and _fini trampolinesVasily Leonenko
2021-04-08Rebase: [BOLT][NFC] Expand auto typesAmir Ayupov
2021-03-09[BOLT][PR] Instrumentation: Introduce -no-counters-clear and -wait-forks optionsVladislav Khmelevsky
2021-03-17Fix license for a few remaining filesRafael Auler
2021-01-28[BOLT] Add support for dumping profile on MacOSAlexander Shaposhnikov
2021-01-28[BOLT] Add support for dumping counters on MacOSAlexander Shaposhnikov
2021-01-20[BOLT] Fix operator new signatureAlexander Shaposhnikov
2020-11-19Inject instrumentation's global dtor on MachOAlexander Shaposhnikov
2020-11-17Link the instrumentation runtime on OSXAlexander Shaposhnikov
2020-10-15Add first bits to cross-compile the runtime for OSXAlexander Shaposhnikov
2020-07-27[BOLT] Fix stack alignment for runtime libRafael Auler