From: Konrad Rzeszutek Wilk Date: Wed, 11 Jul 2012 19:03:18 +0000 (-0400) Subject: xen/perf: Define .glob for the different hypercalls. X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~30^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d0642b93780a7309d2954de6f6126d6ceb526f0;p=pandora-kernel.git 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 --- Reading git-diff-tree failed