Linux Perf
|
#include <errno.h>
#include <string.h>
#include <regex.h>
#include "../../perf.h"
#include "../../util/util.h"
#include "../../util/perf_regs.h"
#include "../../util/debug.h"
Go to the source code of this file.
Macros | |
#define | SDT_OP_REGEX1 "^(%r)?([1-2]?[0-9]|3[0-1])$" |
#define | SDT_OP_REGEX2 "^(\\-)?([0-9]+)\\((%r)?([1-2]?[0-9]|3[0-1])\\)$" |
Functions | |
static int | sdt_init_op_regex (void) |
int | arch_sdt_arg_parse_op (char *old_op, char **new_op) |
Variables | |
const struct sample_reg | sample_reg_masks [] |
static regex_t | sdt_op_regex1 |
static regex_t | sdt_op_regex2 |
#define SDT_OP_REGEX1 "^(%r)?([1-2]?[0-9]|3[0-1])$" |
Definition at line 59 of file perf_regs.c.
#define SDT_OP_REGEX2 "^(\\-)?([0-9]+)\\((%r)?([1-2]?[0-9]|3[0-1])\\)$" |
Definition at line 62 of file perf_regs.c.
int arch_sdt_arg_parse_op | ( | char * | old_op, |
char ** | new_op | ||
) |
Definition at line 110 of file perf_regs.c.
|
static |
Definition at line 66 of file perf_regs.c.
const struct sample_reg sample_reg_masks[] |
Definition at line 11 of file perf_regs.c.
|
static |
Definition at line 64 of file perf_regs.c.
|
static |
Definition at line 64 of file perf_regs.c.