Re: [Xen-devel] [PATCH] symbols: Generate an xen-sym.map file similar to Linux's

2016-08-01 Thread Jan Beulich
>>> On 18.07.16 at 20:39, wrote: First of all, for the title: Is what you do really similar to Linux? Iirc there System.map is simply output from nm. > Also note that during runtime one can do: > 82d080104920 t domain.c#do_domain_pause I can't seem to make sense of this. > @@ -307,6 +308,1

[Xen-devel] [PATCH] symbols: Generate an xen-sym.map file similar to Linux's

2016-07-18 Thread Konrad Rzeszutek Wilk
You could construct _most_ of the names of the functions by doing 'nm --defined' but unfortunatly you do not get the prefix that is added on. For example: $ cat xen-syms.symbols |grep do_domain_pause 0x82d080104920 t domain.c#do_domain_pause $ nm --defined xen-syms|grep do_domain_pause 82