Home
last modified time | relevance | path

Searched refs:OPT_CALLBACK_OPTARG (Results 1 – 8 of 8) sorted by relevance

/linux/tools/objtool/
H A Dbuiltin-check.c79OPT_CALLBACK_OPTARG('h', "hacks", NULL, NULL, "jump_label,noinstr,skylake", "patch toolchain bugs/…
93 OPT_CALLBACK_OPTARG(0, "dump", NULL, NULL, "orc", "dump metadata", parse_dump),
/linux/tools/perf/
H A Dbuiltin-annotate.c780 OPT_CALLBACK_OPTARG(0, "itrace", &itrace_synth_opts, NULL, "opts", in cmd_annotate()
783 OPT_CALLBACK_OPTARG(0, "data-type", &annotate, NULL, "name", in cmd_annotate()
H A Dbuiltin-record.c3588 OPT_CALLBACK_OPTARG('I', "intr-regs", &record.opts.sample_intr_regs, NULL, "any register",
3591 OPT_CALLBACK_OPTARG(0, "user-regs", &record.opts.sample_user_regs, NULL, "any register",
3645 OPT_CALLBACK_OPTARG(0, "aio", &record.opts,
3653 OPT_CALLBACK_OPTARG('z', "compression-level", &record.opts, &comp_level_default, "n",
3679 OPT_CALLBACK_OPTARG(0, "threads", &record.opts, NULL, "spec",
H A Dbuiltin-stat.c2316 OPT_CALLBACK_OPTARG(0, "per-cache", &perf_stat.aggr_mode, &perf_stat.aggr_level, in __cmd_report()
2509 OPT_CALLBACK_OPTARG(0, "per-cache", &opt_mode, &stat_config.aggr_level, in cmd_stat()
2574 OPT_CALLBACK_OPTARG(0, "iostat", &evsel_list, &stat_config, "default", in cmd_stat()
H A Dbuiltin-script.c4100 OPT_CALLBACK_OPTARG(0, "insn-trace", &itrace_synth_opts, NULL, "raw|disasm", in cmd_script()
4102 OPT_CALLBACK_OPTARG(0, "xed", NULL, NULL, NULL, in cmd_script()
4104 OPT_CALLBACK_OPTARG(0, "call-trace", &itrace_synth_opts, NULL, NULL, in cmd_script()
4106 OPT_CALLBACK_OPTARG(0, "call-ret-trace", &itrace_synth_opts, NULL, NULL, in cmd_script()
4154 OPT_CALLBACK_OPTARG(0, "itrace", &itrace_synth_opts, NULL, "opts", in cmd_script()
H A Dbuiltin-inject.c2527 OPT_CALLBACK_OPTARG(0, "itrace", &inject.itrace_synth_opts, in cmd_inject()
2533 OPT_CALLBACK_OPTARG(0, "vm-time-correlation", &inject, NULL, "opts", in cmd_inject()
2536 OPT_CALLBACK_OPTARG(0, "guest-data", &inject, NULL, "opts", in cmd_inject()
H A Dbuiltin-report.c1469 OPT_CALLBACK_OPTARG(0, "itrace", &itrace_synth_opts, NULL, "opts", in cmd_report()
/linux/tools/lib/subcmd/
H A Dparse-options.h161 #define OPT_CALLBACK_OPTARG(s, l, v, d, a, h, f) \ macro