#include "builtin.h"
#include "perf.h"
#include "util/cache.h"
#include <subcmd/parse-options.h>
#include "util/util.h"
#include "util/debug.h"
#include "util/config.h"
#include <linux/string.h>
Go to the source code of this file.
◆ actions
◆ cmd_config()
int cmd_config |
( |
int |
argc, |
|
|
const char ** |
argv |
|
) |
| |
◆ parse_config_arg()
static int parse_config_arg |
( |
char * |
arg, |
|
|
char ** |
var, |
|
|
char ** |
value |
|
) |
| |
|
static |
◆ set_config()
static int set_config |
( |
struct perf_config_set * |
set, |
|
|
const char * |
file_name |
|
) |
| |
|
static |
◆ show_config()
◆ show_spec_config()
static int show_spec_config |
( |
struct perf_config_set * |
set, |
|
|
const char * |
var |
|
) |
| |
|
static |
◆ actions
◆ config_options
struct option config_options[] |
|
static |
Initial value:= {
OPT_SET_UINT(
'l',
"list", &
actions,
}
static bool use_system_config
static bool use_user_config
Definition at line 30 of file builtin-config.c.
◆ config_usage
const char* const config_usage[] |
|
static |
Initial value:= {
"perf config [<file-option>] [options] [section.name[=value] ...]",
NULL
}
Definition at line 21 of file builtin-config.c.
◆ use_system_config
◆ use_user_config