Searched refs:OPT_BOOLEAN_SET (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/perf/ |
| H A D | builtin-record.c | 3511 OPT_BOOLEAN_SET('i', "no-inherit", &record.opts.no_inherit, 3552 OPT_BOOLEAN_SET('T', "timestamp", &record.opts.sample_time, 3555 OPT_BOOLEAN_SET('P', "period", &record.opts.period, &record.opts.period_set, 3559 OPT_BOOLEAN_SET('N', "no-buildid-cache", &record.no_buildid_cache, 3562 OPT_BOOLEAN_SET('B', "no-buildid", &record.no_buildid, 3609 OPT_BOOLEAN_SET(0, "switch-events", &record.opts.record_switch_events, 3626 OPT_BOOLEAN_SET(0, "buildid-mmap", &record.buildid_mmap, &record.buildid_mmap_set, 3688 OPT_BOOLEAN_SET(0, "data-mmap", &record.opts.record_data_mmap,
|
| H A D | builtin-annotate.c | 743 OPT_BOOLEAN_SET(0, "group", &symbol_conf.event_group, in cmd_annotate()
|
| H A D | builtin-report.c | 1440 OPT_BOOLEAN_SET(0, "group", &symbol_conf.event_group, &report.group_set, in cmd_report()
|
| H A D | builtin-stat.c | 2558 OPT_BOOLEAN_SET(0, "affinity", &affinity, &affinity_set, in cmd_stat()
|
| /linux/tools/lib/subcmd/ |
| H A D | parse-options.h | 123 #define OPT_BOOLEAN_SET(s, l, v, os, h) \ macro
|