Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1244754 > unrolled thread

Re: [RFC/PATCH 28/38] perf tools: Move BUILD_ID_SIZE definition to perf.h

Started byJiri Olsa <jolsa@redhat.com>
First post2015-10-12 16:40 +0200
Last post2015-10-12 16:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [RFC/PATCH 28/38] perf tools: Move BUILD_ID_SIZE definition to  perf.h Jiri Olsa <jolsa@redhat.com> - 2015-10-12 16:40 +0200

#1244754 — Re: [RFC/PATCH 28/38] perf tools: Move BUILD_ID_SIZE definition to perf.h

FromJiri Olsa <jolsa@redhat.com>
Date2015-10-12 16:40 +0200
SubjectRe: [RFC/PATCH 28/38] perf tools: Move BUILD_ID_SIZE definition to perf.h
Message-ID<qiMqB-1Ld-11@gated-at.bofh.it>
On Fri, Oct 02, 2015 at 03:58:49PM +0900, Namhyung Kim wrote:
> The util/event.h includes util/build-id.h only for BUILD_ID_SIZE.
> This is a problem when I include util/event.h from util/tool.h which
> is also included by util/build-id.h since it now makes a circular
> dependency resulting in incomplete type error.

BUILD_ID_SIZE is build-id.h specific though.. ;-)

how about removing tool.h include from build-id.h
and add just 'struct perf_tool;' declaration

or some other similar fix..

jirka
--
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/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web