OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:opt_group
(Results
1 - 4
of
4
) sorted by null
/external/fio/
options.h
47
struct
opt_group
{
struct
134
extern struct
opt_group
*opt_group_from_mask(unsigned int *mask);
135
extern struct
opt_group
*opt_group_cat_from_mask(unsigned int *mask);
goptions.c
98
struct
opt_group
*og;
1139
struct
opt_group
*og;
1180
static GtkWidget *gopt_add_group_tab(GtkWidget *notebook, struct
opt_group
*og)
1187
struct
opt_group
*og;
[
all
...]
options.c
1112
static struct
opt_group
fio_opt_groups[] = {
1142
static struct
opt_group
*__opt_group_from_mask(struct
opt_group
*ogs, unsigned int *mask,
1145
struct
opt_group
*og;
1163
struct
opt_group
*opt_group_from_mask(unsigned int *mask)
1168
static struct
opt_group
fio_opt_cat_groups[] = {
1263
struct
opt_group
*opt_group_cat_from_mask(unsigned int *mask)
[
all
...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
parse-options.h
103
#define
OPT_GROUP
(h) { .type = OPTION_GROUP, .help = (h) }
Completed in 644 milliseconds