]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xen/perf: Define .glob for the different hypercalls.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 11 Jul 2012 19:03:18 +0000 (15:03 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 31 Jul 2012 14:50:49 +0000 (10:50 -0400)
commite33321d1b5d5d918e2c82cc4b1c62563c39fcd56
tree222943e3b90b712c5c4a225051a496d7a38eca0b
parent0f324d27d897c0aeb536e10a89527242e3b14698
xen/perf: Define .glob for the different hypercalls.

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

[v2: Use a macro to define the name and skip]
[v3: Use balign per Jan's suggestion]

[upstream git commit 7d0642b93780a7309d2954de6f6126d6ceb526f0]
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
arch/x86/xen/xen-head.S