162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci#ifndef _PERF_PARSE_BRANCH_OPTIONS_H 362306a36Sopenharmony_ci#define _PERF_PARSE_BRANCH_OPTIONS_H 1 462306a36Sopenharmony_ci#include <stdint.h> 562306a36Sopenharmony_ciint parse_branch_stack(const struct option *opt, const char *str, int unset); 662306a36Sopenharmony_ciint parse_branch_str(const char *str, __u64 *mode); 762306a36Sopenharmony_ci#endif /* _PERF_PARSE_BRANCH_OPTIONS_H */ 8