Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _PERF_PARSE_BRANCH_OPTIONS_H
0003 #define _PERF_PARSE_BRANCH_OPTIONS_H 1
0004 #include <stdint.h>
0005 int parse_branch_stack(const struct option *opt, const char *str, int unset);
0006 int parse_branch_str(const char *str, __u64 *mode);
0007 #endif /* _PERF_PARSE_BRANCH_OPTIONS_H */