Re: [PATCH 07/10] perf, tools, report: Move branch option parsing to own file

From: Jiri Olsa
Date: Tue May 26 2015 - 09:52:36 EST


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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/