Re: [PATCH 11/16] perf symbol: introduce symsrc structure.

2012-08-13 Thread Arnaldo Carvalho de Melo
Em Sat, Aug 11, 2012 at 10:28:09PM +0900, Namhyung Kim escreveu: > 2012-08-10 (금), 15:22 -0700, Cody P Schafer: > > +++ b/tools/perf/util/symbol.h > > @@ -11,6 +11,12 @@ > > #include > > #include > > > > +#ifndef NO_LIBELF > > Should be NO_LIBELF_SUPPORT. > > > +struct symsrc { > > +

Re: [PATCH 11/16] perf symbol: introduce symsrc structure.

2012-08-13 Thread Arnaldo Carvalho de Melo
Em Sat, Aug 11, 2012 at 10:28:09PM +0900, Namhyung Kim escreveu: 2012-08-10 (금), 15:22 -0700, Cody P Schafer: +++ b/tools/perf/util/symbol.h @@ -11,6 +11,12 @@ #include stdio.h #include byteswap.h +#ifndef NO_LIBELF Should be NO_LIBELF_SUPPORT. +struct symsrc { + char

Re: [PATCH 11/16] perf symbol: introduce symsrc structure.

2012-08-11 Thread Namhyung Kim
2012-08-10 (금), 15:22 -0700, Cody P Schafer: > Factors opening of certain sections & tracking certain elf info into an > external structure. > > The goal here is to keep multiple elfs (and their looked up > sections/indexes) around during the symbol generation process (in > dso__load()). > > We

Re: [PATCH 11/16] perf symbol: introduce symsrc structure.

2012-08-11 Thread Namhyung Kim
2012-08-10 (금), 15:22 -0700, Cody P Schafer: Factors opening of certain sections tracking certain elf info into an external structure. The goal here is to keep multiple elfs (and their looked up sections/indexes) around during the symbol generation process (in dso__load()). We need this

[PATCH 11/16] perf symbol: introduce symsrc structure.

2012-08-10 Thread Cody P Schafer
Factors opening of certain sections & tracking certain elf info into an external structure. The goal here is to keep multiple elfs (and their looked up sections/indexes) around during the symbol generation process (in dso__load()). We need this to properly resolve symbols on PPC due to the use

[PATCH 11/16] perf symbol: introduce symsrc structure.

2012-08-10 Thread Cody P Schafer
Factors opening of certain sections tracking certain elf info into an external structure. The goal here is to keep multiple elfs (and their looked up sections/indexes) around during the symbol generation process (in dso__load()). We need this to properly resolve symbols on PPC due to the use of

[PATCH 11/16] perf symbol: introduce symsrc structure.

2012-08-09 Thread Cody P Schafer
Factors opening of certain sections & tracking certain elf info into an external structure. The goal here is to keep multiple elfs (and their looked up sections/indexes) around during the symbol generation process (in dso__load()). We need this to properly resolve symbols on PPC due to the use

[PATCH 11/16] perf symbol: introduce symsrc structure.

2012-08-09 Thread Cody P Schafer
Factors opening of certain sections tracking certain elf info into an external structure. The goal here is to keep multiple elfs (and their looked up sections/indexes) around during the symbol generation process (in dso__load()). We need this to properly resolve symbols on PPC due to the use of