blob: 6086fd90eb23a3c2454f0d7db8c7cd0509b0de64 [file] [log] [blame]
Andi Kleenf00898f2015-05-27 10:51:51 -07001#ifndef _PERF_PARSE_BRANCH_OPTIONS_H
2#define _PERF_PARSE_BRANCH_OPTIONS_H 1
Andi Kleenac12f672016-10-12 14:02:06 -07003#include <stdint.h>
Andi Kleenf00898f2015-05-27 10:51:51 -07004int parse_branch_stack(const struct option *opt, const char *str, int unset);
Andi Kleenac12f672016-10-12 14:02:06 -07005int parse_branch_str(const char *str, __u64 *mode);
Andi Kleenf00898f2015-05-27 10:51:51 -07006#endif /* _PERF_PARSE_BRANCH_OPTIONS_H */