summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace_0.14.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* bpftrace: Simplify ptest script and use posix syntaxMichal Wojcik2022-11-031-2/+1
| | | | Signed-off-by: Michal Wojcik <michal.wojcik@linaro.org>
* bpftrace: Disable ptests on riscv64Khem Raj2022-11-031-6/+13
| | | | | | | Clang crashes compiling some tests so until its fixed in riscv64 backend we have to disable it for atleast rv64 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* bpftrace: Add ptest supportMichal Wojcik2022-09-301-2/+12
| | | | | | | | | Use existing bpftrace unit and runtime tests and parse their results in ptest form. Running whole suite may take up to 40 minutes, so running it with "ptest-runner -t 2400 bpftrace" is recommended. Signed-off-by: Michal Wojcik <michal.wojcik@linaro.org>
* bpftrace: Fix segfault when btf__type_by_id returns NULLMichal Wojcik2022-08-251-0/+1
| | | | | | Fixes segfault when running i.e. bpftrace -l Signed-off-by: Michal Wojcik <michal.wojcik@linaro.org>
* bpftrace: Fix build with new libbpfKhem Raj2022-04-281-1/+2
| | | | | | | Fixes git/src/btf.cpp:651:10: error: no matching function for call to 'btf_dump__new' Signed-off-by: Khem Raj <raj.khem@gmail.com>
* bpftrace: Upgrade to latest masterKhem Raj2022-02-211-4/+4
| | | | | | | Enable riscv64 as the support is now available this update is needed for it to work with clang14 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* bpftrace: Upgrade to 0.14.1Khem Raj2022-02-141-0/+42
Signed-off-by: Khem Raj <raj.khem@gmail.com>