vdsotest is a handy tool for testing and benchmarking the vDSO, e.g. to measure the overhead of clock_gettime() done via the vDSO compared to an actual system call.
Signed-off-by: Rasmus Villemoes <rasmus.villem...@prevas.dk> --- Resending because the list rejected the first attempt, sent from a wrong email address. Apologies to anyone receiving this again. meta/recipes-kernel/vdsotest/vdsotest_0.3.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta/recipes-kernel/vdsotest/vdsotest_0.3.bb diff --git a/meta/recipes-kernel/vdsotest/vdsotest_0.3.bb b/meta/recipes-kernel/vdsotest/vdsotest_0.3.bb new file mode 100644 index 0000000000..5f94909102 --- /dev/null +++ b/meta/recipes-kernel/vdsotest/vdsotest_0.3.bb @@ -0,0 +1,11 @@ +SUMMARY = "vdsotest is a utility for testing and benchmarking a Linux VDSO" +HOMEPAGE = "https://github.com/nlynch-mentor/vdsotest" +LICENSE = "GPL-2.0" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" + +SRC_URI = "git://github.com/nlynch-mentor/vdsotest.git" +SRCREV = "4ad733fb25364e4afaf4060e57c2429a93b686c5" + +S = "${WORKDIR}/git" + +inherit autotools -- 2.31.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#153446): https://lists.openembedded.org/g/openembedded-core/message/153446 Mute This Topic: https://lists.openembedded.org/mt/83902323/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-