Linux Perf
|
#include "perf.h"
#include "util/util.h"
#include "util/debug.h"
#include <subcmd/parse-options.h>
#include "util/parse-branch-options.h"
Go to the source code of this file.
Classes | |
struct | branch_mode |
Macros | |
#define | BRANCH_OPT(n, m) { .name = n, .mode = (m) } |
#define | BRANCH_END { .name = NULL } |
#define | ONLY_PLM |
Functions | |
int | parse_branch_str (const char *str, __u64 *mode) |
int | parse_branch_stack (const struct option *opt, const char *str, int unset) |
Variables | |
static const struct branch_mode | branch_modes [] |
#define BRANCH_END { .name = NULL } |
Definition at line 11 of file parse-branch-options.c.
#define BRANCH_OPT | ( | n, | |
m | |||
) | { .name = n, .mode = (m) } |
Definition at line 8 of file parse-branch-options.c.
#define ONLY_PLM |
int parse_branch_stack | ( | const struct option * | opt, |
const char * | str, | ||
int | unset | ||
) |
int parse_branch_str | ( | const char * | str, |
__u64 * | mode | ||
) |
|
static |
Definition at line 18 of file parse-branch-options.c.