mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 20:51:47 +00:00
f00898f4e2
.. to allow sharing between builtin-record and builtin-top later. No code changes, just moved code. Signed-off-by: Andi Kleen <ak@linux.intel.com> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Stephane Eranian <eranian@google.com> Link: http://lkml.kernel.org/r/1432749114-904-9-git-send-email-andi@firstfloor.org [ Rename too generic branch.[ch] name to parse-branch-options.[ch] ] Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
6 lines
211 B
C
6 lines
211 B
C
#ifndef _PERF_PARSE_BRANCH_OPTIONS_H
|
|
#define _PERF_PARSE_BRANCH_OPTIONS_H 1
|
|
struct option;
|
|
int parse_branch_stack(const struct option *opt, const char *str, int unset);
|
|
#endif /* _PERF_PARSE_BRANCH_OPTIONS_H */
|