Searched refs:OPT_CALLBACK_OPTARG (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/tools/objtool/ |
H A D | builtin-check.c | 70 …OPT_CALLBACK_OPTARG('h', "hacks", NULL, NULL, "jump_label,noinstr,skylake", "patch toolchain bugs/… 84 OPT_CALLBACK_OPTARG(0, "dump", NULL, NULL, "orc", "dump metadata", parse_dump),
|
/openbmc/linux/tools/lib/subcmd/ |
H A D | parse-options.h | 161 #define OPT_CALLBACK_OPTARG(s, l, v, d, a, h, f) \ macro
|
/openbmc/linux/tools/perf/ |
H A D | builtin-annotate.c | 602 OPT_CALLBACK_OPTARG(0, "itrace", &itrace_synth_opts, NULL, "opts", in cmd_annotate()
|
H A D | builtin-record.c | 3426 OPT_CALLBACK_OPTARG('I', "intr-regs", &record.opts.sample_intr_regs, NULL, "any register", 3429 OPT_CALLBACK_OPTARG(0, "user-regs", &record.opts.sample_user_regs, NULL, "any register", 3483 OPT_CALLBACK_OPTARG(0, "aio", &record.opts, 3491 OPT_CALLBACK_OPTARG('z', "compression-level", &record.opts, &comp_level_default, "n", 3517 OPT_CALLBACK_OPTARG(0, "threads", &record.opts, NULL, "spec",
|
H A D | builtin-stat.c | 1262 OPT_CALLBACK_OPTARG(0, "per-cache", &stat_config.aggr_mode, &stat_config.aggr_level, 1320 OPT_CALLBACK_OPTARG(0, "iostat", &evsel_list, &stat_config, "default", 2422 OPT_CALLBACK_OPTARG(0, "per-cache", &perf_stat.aggr_mode, &perf_stat.aggr_level, in __cmd_report()
|
H A D | builtin-inject.c | 2248 OPT_CALLBACK_OPTARG(0, "itrace", &inject.itrace_synth_opts, in cmd_inject() 2254 OPT_CALLBACK_OPTARG(0, "vm-time-correlation", &inject, NULL, "opts", in cmd_inject() 2257 OPT_CALLBACK_OPTARG(0, "guest-data", &inject, NULL, "opts", in cmd_inject()
|
H A D | builtin-script.c | 3931 OPT_CALLBACK_OPTARG(0, "insn-trace", &itrace_synth_opts, NULL, "raw|disasm", in cmd_script() 3933 OPT_CALLBACK_OPTARG(0, "xed", NULL, NULL, NULL, in cmd_script() 3935 OPT_CALLBACK_OPTARG(0, "call-trace", &itrace_synth_opts, NULL, NULL, in cmd_script() 3937 OPT_CALLBACK_OPTARG(0, "call-ret-trace", &itrace_synth_opts, NULL, NULL, in cmd_script() 3985 OPT_CALLBACK_OPTARG(0, "itrace", &itrace_synth_opts, NULL, "opts", in cmd_script()
|
H A D | builtin-report.c | 1365 OPT_CALLBACK_OPTARG(0, "itrace", &itrace_synth_opts, NULL, "opts", in cmd_report()
|