]> git.baikalelectronics.ru Git - kernel.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>
Mon, 30 Jul 2012 18:27:48 +0000 (14:27 -0400)
commita7259e2864fa676a1dc4ebd60748147b6b157f73
tree50d80ffbe0f4e9e02a6f1dbd809984f993adf527
parentb55c228fbf914068c027f07c6e6d742c7b4e1118
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]
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
arch/x86/xen/xen-head.S