Re: [PATCH] perf tools: Fix build errors on tsc functions for archs other than x86

2016-04-01 Thread Adrian Hunter
On 01/04/16 16:24, Arnaldo Carvalho de Melo wrote: > Em Fri, Apr 01, 2016 at 10:13:12AM -0300, Arnaldo Carvalho de Melo escreveu: >> Em Fri, Apr 01, 2016 at 03:49:32AM +, He Kuang escreveu: >>> Build errors on aarch64: >>> >>> libperf.a(libperf-in.o): In function `convert_timestamp': >>>

Re: [PATCH] perf tools: Fix build errors on tsc functions for archs other than x86

2016-04-01 Thread Adrian Hunter
On 01/04/16 16:24, Arnaldo Carvalho de Melo wrote: > Em Fri, Apr 01, 2016 at 10:13:12AM -0300, Arnaldo Carvalho de Melo escreveu: >> Em Fri, Apr 01, 2016 at 03:49:32AM +, He Kuang escreveu: >>> Build errors on aarch64: >>> >>> libperf.a(libperf-in.o): In function `convert_timestamp': >>>

Re: [PATCH] perf tools: Fix build errors on tsc functions for archs other than x86

2016-04-01 Thread Arnaldo Carvalho de Melo
Em Fri, Apr 01, 2016 at 10:13:12AM -0300, Arnaldo Carvalho de Melo escreveu: > Em Fri, Apr 01, 2016 at 03:49:32AM +, He Kuang escreveu: > > Build errors on aarch64: > > > > libperf.a(libperf-in.o): In function `convert_timestamp': > > util/jitdump.c:356: undefined reference to

Re: [PATCH] perf tools: Fix build errors on tsc functions for archs other than x86

2016-04-01 Thread Arnaldo Carvalho de Melo
Em Fri, Apr 01, 2016 at 10:13:12AM -0300, Arnaldo Carvalho de Melo escreveu: > Em Fri, Apr 01, 2016 at 03:49:32AM +, He Kuang escreveu: > > Build errors on aarch64: > > > > libperf.a(libperf-in.o): In function `convert_timestamp': > > util/jitdump.c:356: undefined reference to

Re: [PATCH] perf tools: Fix build errors on tsc functions for archs other than x86

2016-04-01 Thread Hekuang
hi, 在 2016/4/1 21:13, Arnaldo Carvalho de Melo 写道: Em Fri, Apr 01, 2016 at 03:49:32AM +, He Kuang escreveu: Build errors on aarch64: libperf.a(libperf-in.o): In function `convert_timestamp': util/jitdump.c:356: undefined reference to `tsc_to_perf_time' collect2: error: ld

Re: [PATCH] perf tools: Fix build errors on tsc functions for archs other than x86

2016-04-01 Thread Hekuang
hi, 在 2016/4/1 21:13, Arnaldo Carvalho de Melo 写道: Em Fri, Apr 01, 2016 at 03:49:32AM +, He Kuang escreveu: Build errors on aarch64: libperf.a(libperf-in.o): In function `convert_timestamp': util/jitdump.c:356: undefined reference to `tsc_to_perf_time' collect2: error: ld

Re: [PATCH] perf tools: Fix build errors on tsc functions for archs other than x86

2016-04-01 Thread Arnaldo Carvalho de Melo
Em Fri, Apr 01, 2016 at 03:49:32AM +, He Kuang escreveu: > Build errors on aarch64: > > libperf.a(libperf-in.o): In function `convert_timestamp': > util/jitdump.c:356: undefined reference to `tsc_to_perf_time' > collect2: error: ld returned 1 exit status > Makefile.perf:347: recipe

Re: [PATCH] perf tools: Fix build errors on tsc functions for archs other than x86

2016-04-01 Thread Arnaldo Carvalho de Melo
Em Fri, Apr 01, 2016 at 03:49:32AM +, He Kuang escreveu: > Build errors on aarch64: > > libperf.a(libperf-in.o): In function `convert_timestamp': > util/jitdump.c:356: undefined reference to `tsc_to_perf_time' > collect2: error: ld returned 1 exit status > Makefile.perf:347: recipe

Re: [PATCH] perf tools: Fix build errors on tsc functions for archs other than x86

2016-04-01 Thread Adrian Hunter
On 01/04/16 06:49, He Kuang wrote: > Build errors on aarch64: > > libperf.a(libperf-in.o): In function `convert_timestamp': > util/jitdump.c:356: undefined reference to `tsc_to_perf_time' > collect2: error: ld returned 1 exit status > Makefile.perf:347: recipe for target 'perf' failed >

Re: [PATCH] perf tools: Fix build errors on tsc functions for archs other than x86

2016-04-01 Thread Adrian Hunter
On 01/04/16 06:49, He Kuang wrote: > Build errors on aarch64: > > libperf.a(libperf-in.o): In function `convert_timestamp': > util/jitdump.c:356: undefined reference to `tsc_to_perf_time' > collect2: error: ld returned 1 exit status > Makefile.perf:347: recipe for target 'perf' failed >

[PATCH] perf tools: Fix build errors on tsc functions for archs other than x86

2016-03-31 Thread He Kuang
Build errors on aarch64: libperf.a(libperf-in.o): In function `convert_timestamp': util/jitdump.c:356: undefined reference to `tsc_to_perf_time' collect2: error: ld returned 1 exit status Makefile.perf:347: recipe for target 'perf' failed make[1]: *** [perf] Error 1 Makefile:68:

[PATCH] perf tools: Fix build errors on tsc functions for archs other than x86

2016-03-31 Thread He Kuang
Build errors on aarch64: libperf.a(libperf-in.o): In function `convert_timestamp': util/jitdump.c:356: undefined reference to `tsc_to_perf_time' collect2: error: ld returned 1 exit status Makefile.perf:347: recipe for target 'perf' failed make[1]: *** [perf] Error 1 Makefile:68: