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>
---
 meta-oe/recipes-kernel/vdsotest/vdsotest_0.3.bb | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 meta-oe/recipes-kernel/vdsotest/vdsotest_0.3.bb

diff --git a/meta-oe/recipes-kernel/vdsotest/vdsotest_0.3.bb 
b/meta-oe/recipes-kernel/vdsotest/vdsotest_0.3.bb
new file mode 100644
index 000000000..5f9490910
--- /dev/null
+++ b/meta-oe/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 (#92088): 
https://lists.openembedded.org/g/openembedded-devel/message/92088
Mute This Topic: https://lists.openembedded.org/mt/83937330/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to