Home
last modified time | relevance | path

Searched refs:OPT_BOOLEAN_SET (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/tools/perf/
Dbuiltin-record.c1573 OPT_BOOLEAN_SET('i', "no-inherit", &record.opts.no_inherit,
1604 OPT_BOOLEAN_SET('T', "timestamp", &record.opts.sample_time,
1607 OPT_BOOLEAN_SET('P', "period", &record.opts.period, &record.opts.period_set,
1611 OPT_BOOLEAN_SET('N', "no-buildid-cache", &record.no_buildid_cache,
1614 OPT_BOOLEAN_SET('B', "no-buildid", &record.no_buildid,
Dbuiltin-annotate.c521 OPT_BOOLEAN_SET(0, "group", &symbol_conf.event_group, in cmd_annotate()
Dbuiltin-report.c1090 OPT_BOOLEAN_SET(0, "group", &symbol_conf.event_group, &report.group_set, in cmd_report()
/Linux-v4.19/tools/lib/subcmd/
Dparse-options.h126 #define OPT_BOOLEAN_SET(s, l, v, os, h) \ macro