Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.kernel > #65770
| From | Wookey <wookey@wookware.org> |
|---|---|
| Newsgroups | linux.debian.bugs.dist, linux.debian.kernel |
| Subject | Bug#924673: libopencsd0:amd64: New flag needed to compile CoreSight support in the perf tools |
| Date | 2019-11-30 00:50 +0100 |
| Message-ID | <z7Ybn-6jS-1@gated-at.bofh.it> (permalink) |
| References | <xBYEV-Y4-5@gated-at.bofh.it> <xBYEV-Y4-5@gated-at.bofh.it> <yW1ol-2Bp-1@gated-at.bofh.it> <xBYEV-Y4-5@gated-at.bofh.it> <yW1ol-2Bp-1@gated-at.bofh.it> |
| Organization | Wookware |
Cross-posted to 2 groups.
[Multipart message — attachments visible in raw view] - view raw
On 2019-10-28 00:45 +0000, Wookey wrote: > On 2019-03-15 11:09 -0600, Mathieu Poirier wrote: > > Starting with the 5.1 Linux kernel cycle it is mandatory to add the command line > > option "CORESIGHT=1" to enable CoreSight support when compiling the perf tools. > > The debian kernel package does indeed now need a small patch to enable > coresight in perf. Attached. (and this bug re-assigned to the kernel). It's been a month chaps. Any chance of aplying this two-liner? Or at least confirming that it will go in in due course? Or do I need to do do this as a salsa pull request instead? > --- debian/rules.d/tools/perf/Makefile~ 2019-09-10 11:36:37.000000000 +0000 > +++ debian/rules.d/tools/perf/Makefile 2019-10-24 15:54:13.659470790 +0000 > @@ -22,6 +22,9 @@ > # an explicit exception. Override detection of libcrypto. > MAKE_PERF += NO_LIBCRYPTO=1 > > +# perf only links against libopencsd (coresight) if specifically enabled > +MAKE_PERF += CORESIGHT=1 > + > # Currently babeltrace support for `perf data' is not automatically detected. > MAKE_PERF += LIBBABELTRACE=1 > Wookey -- Principal hats: Linaro, Debian, Wookware, ARM http://wookware.org/
Back to linux.debian.kernel | Previous | Next | Find similar | Unroll thread
Bug#924673: libopencsd0:amd64: New flag needed to compile CoreSight support in the perf tools Wookey <wookey@wookware.org> - 2019-11-30 00:50 +0100
csiph-web