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