perf callchain: Move the callchain_param extern to callchain.h
authorArnaldo Carvalho de Melo <[email protected]>
Thu, 9 Oct 2014 19:12:24 +0000 (16:12 -0300)
committerArnaldo Carvalho de Melo <[email protected]>
Tue, 14 Oct 2014 20:32:51 +0000 (17:32 -0300)
commit8f651eae186f4dfb1740988623c83ba03dcf3a76
tree5277a3f6963cf0611ef22f9f443e0a061124f6f9
parentce8ccff5dd6b87dfe3495c7e9c5d56169bbacf58
perf callchain: Move the callchain_param extern to callchain.h

It was lost in hist.h, move it to where it belongs, callchain.h, as
there are places that gets hist.h by means of evsel.h, and since evsel.h
is being untangled from hist.h...

Cc: Adrian Hunter <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Don Zickus <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: Jean Pihet <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Stephane Eranian <[email protected]>
Link: http://lkml.kernel.org/n/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/perf/builtin-record.c
tools/perf/util/callchain.h
tools/perf/util/evsel.c
tools/perf/util/hist.h
tools/perf/util/scripting-engines/trace-event-python.c