Re: [Xen-devel] [PATCH 2/4] xen/perf: Define .glob for the differenthypercalls.

From: David Vrabel
Date: Tue Jul 03 2012 - 12:14:28 EST


On 03/07/12 16:40, Konrad Rzeszutek Wilk wrote:
> This allows us in perf to have this:
>
> 99.67% [kernel] [k] xen_hypercall_sched_op
> 0.11% [kernel] [k] xen_hypercall_xen_version
>
> instead of the borring ever-encompassing:
>
> 99.13% [kernel] [k] hypercall_page
...
> +ENTRY(xen_hypercall_other)
> + .skip 2272

I can't offhand think of way of doing this, but is there a less fragile
way to do this?

.skip PAGE_SIZE - N * 32 or something ?

David
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/