diff options
| author | Harish Sadineni <Harish.Sadineni@windriver.com> | 2026-03-07 21:54:10 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-03-17 13:25:15 -0700 |
| commit | eed01e5cc028e09b0186c31aa3228ed36053ce5f (patch) | |
| tree | 9eb42ff6a59ac6cfbb66f0f83cc5903a793fa705 /meta-oe/dynamic-layers/meta-python/recipes-devtools/bcc/bcc_0.35.0.bb | |
| parent | db05f827bb680d6e12e27ed55adf6b32688f7466 (diff) | |
| download | meta-openembedded-eed01e5cc028e09b0186c31aa3228ed36053ce5f.tar.gz | |
bcc: Add ARM64 syscall prefix detection in C++ API
Fixes issue where bpf.get_syscall_fnname() on ARM64 returns bare syscall name
instead of the prefixed _arm64_sys variant, causing kprobe attachment failures.
Now detects ARM64 prefix alongside x64 (x64_sys) and generic (sys) prefixes.
Upstream-Status: Submitted [https://github.com/iovisor/bcc/pull/5489]
Signed-off-by: Harish Sadineni <Harish.Sadineni@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/dynamic-layers/meta-python/recipes-devtools/bcc/bcc_0.35.0.bb')
| -rw-r--r-- | meta-oe/dynamic-layers/meta-python/recipes-devtools/bcc/bcc_0.35.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/dynamic-layers/meta-python/recipes-devtools/bcc/bcc_0.35.0.bb b/meta-oe/dynamic-layers/meta-python/recipes-devtools/bcc/bcc_0.35.0.bb index 8c6e44edbc..25528e1b10 100644 --- a/meta-oe/dynamic-layers/meta-python/recipes-devtools/bcc/bcc_0.35.0.bb +++ b/meta-oe/dynamic-layers/meta-python/recipes-devtools/bcc/bcc_0.35.0.bb | |||
| @@ -22,6 +22,7 @@ SRC_URI = "gitsm://github.com/iovisor/bcc;branch=master;protocol=https;tag=v${PV | |||
| 22 | file://0001-CMakeLists.txt-override-the-PY_CMD_ESCAPED.patch \ | 22 | file://0001-CMakeLists.txt-override-the-PY_CMD_ESCAPED.patch \ |
| 23 | file://0001-Vendor-just-enough-extra-headers-to-allow-libbpf-to-.patch \ | 23 | file://0001-Vendor-just-enough-extra-headers-to-allow-libbpf-to-.patch \ |
| 24 | file://0001-Fix-a-build-failure-with-clang21-5369.patch \ | 24 | file://0001-Fix-a-build-failure-with-clang21-5369.patch \ |
| 25 | file://0001-Add-ARM64-syscall-prefix-detection-in-C-API.patch \ | ||
| 25 | file://run-ptest \ | 26 | file://run-ptest \ |
| 26 | file://ptest_wrapper.sh \ | 27 | file://ptest_wrapper.sh \ |
| 27 | file://fix_for_memleak.patch \ | 28 | file://fix_for_memleak.patch \ |
