|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH][RESEND]Xenoprof passive domain support
Xiaowei,
OK, doing a "make world" after applying your patch got the
patches/linux-2.6.16.13/xenoprof-generic.patch patch applied correctly and
that solved my previous problem, but now I have a new one:
CC arch/x86_64/oprofile/../../../drivers/oprofile/buffer_sync.o
drivers/oprofile/buffer_sync.c: In function `sync_buffer':
drivers/oprofile/buffer_sync.c:522: error: `NO_DOMAIN_SWITCH' undeclared
(first use in this function)
drivers/oprofile/buffer_sync.c:522: error: (Each undeclared identifier is
reported only once
drivers/oprofile/buffer_sync.c:522: error: for each function it appears in.)
drivers/oprofile/buffer_sync.c:543: error: `DOMAIN_SWITCH_START_EVENT1'
undeclared (first use in this function)
drivers/oprofile/buffer_sync.c:545: error: `DOMAIN_SWITCH_STOP_EVENT1'
undeclared (first use in this function)
drivers/oprofile/buffer_sync.c:547: error: `DOMAIN_SWITCH_START_EVENT2'
undeclared (first use in this function)
make[1]: *** [arch/x86_64/oprofile/../../../drivers/oprofile/buffer_sync.o]
Error 1
make: *** [arch/x86_64/oprofile] Error 2
There doesn't appear to be a definition of these DOMAIN_SWITCH things in your
patch or anywhere else in linux-2.6.16.13-xen nor on the xen side, so it
seems to me your patch is broken here, somehow, unless there is some other
"trick of the build" that I haven't come across.
--
Ray Bryant
AMD Performance Labs Austin, Tx
512-602-0038 (o) 512-507-7807 (c)
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|