On Sun, May 10, 2015 at 06:52:03AM -0700, Andi Kleen wrote: SNIP
> diff --git a/tools/perf/util/branch.h b/tools/perf/util/branch.h > new file mode 100644 > index 0000000..66fd619 > --- /dev/null > +++ b/tools/perf/util/branch.h > @@ -0,0 +1,2 @@ > +struct option; > +int parse_branch_stack(const struct option *opt, const char *str, int unset); please add the standard #ifndef header jirka -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

