xref: /OK3568_Linux_fs/kernel/tools/perf/util/parse-branch-options.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun /* SPDX-License-Identifier: GPL-2.0 */
2*4882a593Smuzhiyun #ifndef _PERF_PARSE_BRANCH_OPTIONS_H
3*4882a593Smuzhiyun #define _PERF_PARSE_BRANCH_OPTIONS_H 1
4*4882a593Smuzhiyun #include <stdint.h>
5*4882a593Smuzhiyun int parse_branch_stack(const struct option *opt, const char *str, int unset);
6*4882a593Smuzhiyun int parse_branch_str(const char *str, __u64 *mode);
7*4882a593Smuzhiyun #endif /* _PERF_PARSE_BRANCH_OPTIONS_H */
8