Searched refs:OPT_CALLBACK_OPTARG (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/tools/objtool/ |
D | builtin-check.c | 65 …OPT_CALLBACK_OPTARG('h', "hacks", NULL, NULL, "jump_label,noinstr", "patch toolchain bugs/limitati… 77 OPT_CALLBACK_OPTARG(0, "dump", NULL, NULL, "orc", "dump metadata", parse_dump),
|
/linux-6.1.9/tools/lib/subcmd/ |
D | parse-options.h | 165 #define OPT_CALLBACK_OPTARG(s, l, v, d, a, h, f) \ macro
|
/linux-6.1.9/tools/perf/ |
D | builtin-annotate.c | 588 OPT_CALLBACK_OPTARG(0, "itrace", &itrace_synth_opts, NULL, "opts", in cmd_annotate()
|
D | builtin-record.c | 3441 OPT_CALLBACK_OPTARG('I', "intr-regs", &record.opts.sample_intr_regs, NULL, "any register", 3444 OPT_CALLBACK_OPTARG(0, "user-regs", &record.opts.sample_user_regs, NULL, "any register", 3501 OPT_CALLBACK_OPTARG(0, "aio", &record.opts, 3509 OPT_CALLBACK_OPTARG('z', "compression-level", &record.opts, &comp_level_default, "n", 3535 OPT_CALLBACK_OPTARG(0, "threads", &record.opts, NULL, "spec",
|
D | builtin-inject.c | 2219 OPT_CALLBACK_OPTARG(0, "itrace", &inject.itrace_synth_opts, in cmd_inject() 2225 OPT_CALLBACK_OPTARG(0, "vm-time-correlation", &inject, NULL, "opts", in cmd_inject() 2228 OPT_CALLBACK_OPTARG(0, "guest-data", &inject, NULL, "opts", in cmd_inject()
|
D | builtin-script.c | 3862 OPT_CALLBACK_OPTARG(0, "insn-trace", &itrace_synth_opts, NULL, NULL, in cmd_script() 3864 OPT_CALLBACK_OPTARG(0, "xed", NULL, NULL, NULL, in cmd_script() 3866 OPT_CALLBACK_OPTARG(0, "call-trace", &itrace_synth_opts, NULL, NULL, in cmd_script() 3868 OPT_CALLBACK_OPTARG(0, "call-ret-trace", &itrace_synth_opts, NULL, NULL, in cmd_script() 3916 OPT_CALLBACK_OPTARG(0, "itrace", &itrace_synth_opts, NULL, "opts", in cmd_script()
|
D | builtin-report.c | 1348 OPT_CALLBACK_OPTARG(0, "itrace", &itrace_synth_opts, NULL, "opts", in cmd_report()
|
D | builtin-stat.c | 1293 OPT_CALLBACK_OPTARG(0, "iostat", &evsel_list, &stat_config, "default",
|