Searched refs:OPT_BOOLEAN_SET (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/tools/lib/subcmd/ |
A D | parse-options.h | 127 #define OPT_BOOLEAN_SET(s, l, v, os, h) \ macro
|
/linux-6.3-rc2/tools/perf/ |
A D | builtin-record.c | 3361 OPT_BOOLEAN_SET('i', "no-inherit", &record.opts.no_inherit, 3400 OPT_BOOLEAN_SET('T', "timestamp", &record.opts.sample_time, 3403 OPT_BOOLEAN_SET('P', "period", &record.opts.period, &record.opts.period_set, 3407 OPT_BOOLEAN_SET('N', "no-buildid-cache", &record.no_buildid_cache, 3410 OPT_BOOLEAN_SET('B', "no-buildid", &record.no_buildid, 3458 OPT_BOOLEAN_SET(0, "switch-events", &record.opts.record_switch_events,
|
A D | builtin-annotate.c | 553 OPT_BOOLEAN_SET(0, "group", &symbol_conf.event_group, in cmd_annotate()
|
A D | builtin-report.c | 1330 OPT_BOOLEAN_SET(0, "group", &symbol_conf.event_group, &report.group_set, in cmd_report()
|
Completed in 15 milliseconds