Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1212495
| From | Sukadev Bhattiprolu <sukadev@linux.vnet.ibm.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: Build failure due to Intel PT |
| Date | 2015-08-24 22:50 +0200 |
| Message-ID | <q16QO-223-13@gated-at.bofh.it> (permalink) |
| References | <q158n-7Qs-33@gated-at.bofh.it> <q16e6-1hz-23@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Arnaldo Carvalho de Melo [acme@kernel.org] wrote: | | > Besides adding a 'default' case, can this file be skipped when building on | > non-x86 architectures? | | Not sure, what about processing a perf.data file generated on a x86 | system using a PowerPC workstation? I am not sure either. Is that well supported? Anyway, I tried to build with WERROR=0 and get link errors like: linux-acme.git/tools/perf/perf-obj/libperf.a(libperf-in.o): In function `intel_pt_synth_branch_sample': sources/linux-acme.git/tools/perf/util/intel-pt.c:871: undefined reference to `tsc_to_perf_time' linux-acme.git/tools/perf/perf-obj/libperf.a(libperf-in.o): In function `intel_pt_sample': sources/linux-acme.git/tools/perf/util/intel-pt.c:915: undefined reference to `tsc_to_perf_time' sources/linux-acme.git/tools/perf/util/intel-pt.c:962: undefined reference to `tsc_to_perf_time' linux-acme.git/tools/perf/perf-obj/libperf.a(libperf-in.o): In function `intel_pt_process_event': sources/linux-acme.git/tools/perf/util/intel-pt.c:1454: undefined reference to `perf_time_to_tsc' ... -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Build failure due to Intel PT Sukadev Bhattiprolu <sukadev@linux.vnet.ibm.com> - 2015-08-24 21:00 +0200
Re: Build failure due to Intel PT Arnaldo Carvalho de Melo <acme@kernel.org> - 2015-08-24 22:10 +0200
Re: Build failure due to Intel PT Sukadev Bhattiprolu <sukadev@linux.vnet.ibm.com> - 2015-08-24 22:50 +0200
Re: Build failure due to Intel PT Adrian Hunter <adrian.hunter@intel.com> - 2015-08-25 09:30 +0200
Re: Build failure due to Intel PT Arnaldo Carvalho de Melo <acme@kernel.org> - 2015-08-25 13:40 +0200
Re: Build failure due to Intel PT Adrian Hunter <adrian.hunter@intel.com> - 2015-08-25 13:50 +0200
Re: Build failure due to Intel PT Arnaldo Carvalho de Melo <acme@kernel.org> - 2015-08-25 16:30 +0200
csiph-web