[LTP] [PATCH v2] syscalls: Add timer measurement library

Jan Stancek jstancek@redhat.com
Tue Jun 20 15:02:03 CEST 2017





----- Original Message -----
> From: "Cyril Hrubis" <chrubis@suse.cz>
> To: "Jan Stancek" <jstancek@redhat.com>
> Cc: ltp@lists.linux.it
> Sent: Tuesday, 20 June, 2017 2:33:58 PM
> Subject: Re: [LTP] [PATCH v2] syscalls: Add timer measurement library
> 
> Hi!
> What about this patch:
> 
> From 5cc450f19eb526cb19c33f4f13796e3c2a6f0bff Mon Sep 17 00:00:00 2001
> From: Cyril Hrubis <chrubis@suse.cz>
> Date: Tue, 20 Jun 2017 14:33:59 +0200
> Subject: [PATCH] Fix clock_gettime linking problems.
> 

Works for me. Nothing else comes to my mind, either syscalls
or linking everything with -rt.

Only potential issue I can think of is parameter padding needed
in syscall() for some architectures with 32-bit userspace.
With clockid_t defined as int, I think we should be fine.

Regards,
Jan


More information about the ltp mailing list