[all-commits] [llvm/llvm-project] 8f46a9: [llvm-profgen] Support [buildid:]0xaddr format in ...
Amir Ayupov via All-commits
all-commits at lists.llvm.org
Fri May 1 17:56:57 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8f46a9db2fd043c790a2eb579196c71778884053
https://github.com/llvm/llvm-project/commit/8f46a9db2fd043c790a2eb579196c71778884053
Author: Amir Ayupov <aaupov at fb.com>
Date: 2026-05-02 (Sat, 02 May 2026)
Changed paths:
A llvm/test/tools/llvm-profgen/Inputs/buildid-cs-noprobe.aggperfscript
A llvm/test/tools/llvm-profgen/Inputs/buildid-cs-noprobe.perfscript
A llvm/test/tools/llvm-profgen/filter-build-id.test
M llvm/tools/llvm-profgen/PerfReader.cpp
Log Message:
-----------
[llvm-profgen] Support [buildid:]0xaddr format in perfscript input (#190863)
Add support for optional build ID prefix in perfscript addresses,
following the format buildid:0xhexaddr. This enables multi-DSO profiling
with a single input file: each address optionally carries a build ID,
and profgen filters addresses by matching the binary's build ID.
--filter-build-id=<hex> CLI option overrides auto-detected build ID.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list