All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] recipes-kernel: vdsotest: new recipe
@ 2021-07-02 10:35 Rasmus Villemoes
  2021-07-03 15:47 ` Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Rasmus Villemoes @ 2021-07-02 10:35 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj, Alexander Kanavin, Rasmus Villemoes

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.villemoes@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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-oe][PATCH] recipes-kernel: vdsotest: new recipe
  2021-07-02 10:35 [meta-oe][PATCH] recipes-kernel: vdsotest: new recipe Rasmus Villemoes
@ 2021-07-03 15:47 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2021-07-03 15:47 UTC (permalink / raw)
  To: Rasmus Villemoes; +Cc: openembeded-devel, Alexander Kanavin

Hi Rasmus

Thanks for patch, we have however couple of failures

1. it needs to address error.h usage on musl -
https://errors.yoctoproject.org/Errors/Details/587173/
2. Need 64bit time_t usage addressed e..g rv32 -
https://errors.yoctoproject.org/Errors/Details/587178/

Cheers
-Khem

On Fri, Jul 2, 2021 at 3:35 AM Rasmus Villemoes
<rasmus.villemoes@prevas.dk> wrote:
>
> 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.villemoes@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
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-03 15:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-02 10:35 [meta-oe][PATCH] recipes-kernel: vdsotest: new recipe Rasmus Villemoes
2021-07-03 15:47 ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.