2015-05-27 17:51:51 +00:00
|
|
|
#ifndef _PERF_PARSE_BRANCH_OPTIONS_H
|
|
|
|
#define _PERF_PARSE_BRANCH_OPTIONS_H 1
|
2016-10-12 21:02:06 +00:00
|
|
|
#include <stdint.h>
|
2015-05-27 17:51:51 +00:00
|
|
|
int parse_branch_stack(const struct option *opt, const char *str, int unset);
|
2016-10-12 21:02:06 +00:00
|
|
|
int parse_branch_str(const char *str, __u64 *mode);
|
2015-05-27 17:51:51 +00:00
|
|
|
#endif /* _PERF_PARSE_BRANCH_OPTIONS_H */
|