Displaying 7 results from an estimated 7 matches for "timer_create".
Did you mean:
timerfd_create
2013 May 09
1
Bug#707434: xen: FTBFS: vl.c:1575: undefined reference to `timer_create'
...o
> CC i386-dm/pt-graphics.o
> CC i386-dm/kqemu.o
> CC i386-dm/i386-dis.o
> AR i386-dm/libqemu.a
> LINK i386-dm/qemu-dm
> vl.o: In function `dynticks_start_timer':
> /?PKGBUILDDIR?/debian/build/build-utils_amd64/qemu/vl.c:1575: undefined reference to `timer_create'
> vl.o: In function `dynticks_rearm_timer':
> /?PKGBUILDDIR?/debian/build/build-utils_amd64/qemu/vl.c:1610: undefined reference to `timer_gettime'
> /?PKGBUILDDIR?/debian/build/build-utils_amd64/qemu/vl.c:1623: undefined reference to `timer_settime'
> vl.o: In function...
2006 Mar 30
8
iostat -xn 5 _donot_ update: how to use DTrace
on Solaris 10
5.10 Generic_118822-23 sun4v sparc SUNW,Sun-Fire-T200
I run
#iostat -xn 5
to monitor the IO statistics on SF T2000 server. The system also have a heavy IO load, for some reason iostat donot refresh (no any update). It seems like iostat is calling pause() and stucked there. Also my HBA driver''s interrupt stack trace indicates there is a lot of swtch(), the overall IOPS
2013 Oct 12
0
Xen 4.2.1 compilation error from source
...s_stop_timer'':
/home/prapulla/Documents/xen/xen-4.2.3/tools/qemu-xen-traditional/vl.c:1603:
undefined reference to `timer_delete''
vl.o: In function `dynticks_start_timer'':
/home/prapulla/Documents/xen/xen-4.2.3/tools/qemu-xen-traditional/vl.c:1585:
undefined reference to `timer_create''
vl.o: In function `dynticks_rearm_timer'':
/home/prapulla/Documents/xen/xen-4.2.3/tools/qemu-xen-traditional/vl.c:1620:
undefined reference to `timer_gettime''
/home/prapulla/Documents/xen/xen-4.2.3/tools/qemu-xen-traditional/vl.c:1633:
undefined reference to `timer_settim...
2012 Feb 18
0
Re: [Qemu-devel] [PATCH] build: add needed missing libraries libm and librt
...ttime'
>> /home/royger/xen-clean/tools/qemu-xen-dir/qemu-timer.c:610: undefined
>> reference to `timer_settime'
>> ../qemu-timer.o: In function `dynticks_start_timer':
>> /home/royger/xen-clean/tools/qemu-xen-dir/qemu-timer.c:565: undefined
>> reference to `timer_create'
>> ../qemu-timer.o: In function `dynticks_stop_timer':
>> /home/royger/xen-clean/tools/qemu-xen-dir/qemu-timer.c:583: undefined
>> reference to `timer_delete'
>> collect2: ld returned 1 exit status
>>
>> According to timer_getttime man page [1], -lrt...
2020 Mar 06
1
Re: [PATCH nbdkit v2] New filter: limit: Limit number of clients that can connect.
On 3/4/20 1:44 PM, Richard W.M. Jones wrote:
> ---
> docs/nbdkit-service.pod | 1 +
> filters/exitlast/nbdkit-exitlast-filter.pod | 1 +
> filters/ip/nbdkit-ip-filter.pod | 1 +
> filters/limit/nbdkit-limit-filter.pod | 61 +++++++++
> filters/rate/nbdkit-rate-filter.pod | 1 +
> configure.ac
2013 Aug 21
0
Build problems: klibc with Linux 3.10.7
...SYSCALL FOUND: sgetmask
SYSCALL FOUND: vfork
SYSCALL FOUND: recvfrom
SYSCALL FOUND: readahead
SYSCALL FOUND: writev
SYSCALL FOUND: io_cancel
SYSCALL FOUND: nice
SYSCALL FOUND: personality
SYSCALL FOUND: flistxattr
SYSCALL FOUND: mlockall
SYSCALL FOUND: ustat
SYSCALL FOUND: ugetrlimit
SYSCALL FOUND: timer_create
SYSCALL FOUND: msync
SYSCALL FOUND: settimeofday
SYSCALL FOUND: fsetxattr
SYSCALL FOUND: sigsuspend
SYSCALL FOUND: lookup_dcookie
SYSCALL FOUND: sendto
SYSCALL FOUND: getpeername
SYSCALL FOUND: rename
SYSCALL FOUND: bdflush
SYSCALL FOUND: readv
SYSCALL FOUND: remap_file_pages
SYSCALL FOUND: sendfil...
2013 Aug 21
5
Build problems: klibc with Linux 3.10.7
On Tue, Aug 20, 2013 at 07:44:39AM +0200, leroy christophe wrote:
> >
> Find attached two patches I have in order to build klibc 2.0.2
> against kernel 3.8.13
> We had to introduce those patches when going from kernel 3.6 to kernel 3.7
> Hope it helps.
>
those patches are wrong and again very brittle.
just use the way it is described in `make help':
A) cd ~/src/linux