Searched refs:OPT_CALLBACK_OPTARG (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/lib/subcmd/ |
| H A D | parse-options.h | 164 #define OPT_CALLBACK_OPTARG(s, l, v, d, a, h, f) \ macro
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | builtin-record.c | 2515 OPT_CALLBACK_OPTARG('I', "intr-regs", &record.opts.sample_intr_regs, NULL, "any register", 2518 OPT_CALLBACK_OPTARG(0, "user-regs", &record.opts.sample_user_regs, NULL, "any register", 2573 OPT_CALLBACK_OPTARG(0, "aio", &record.opts, 2581 OPT_CALLBACK_OPTARG('z', "compression-level", &record.opts, &comp_level_default,
|
| H A D | builtin-script.c | 3521 OPT_CALLBACK_OPTARG(0, "insn-trace", &itrace_synth_opts, NULL, NULL, in cmd_script() 3523 OPT_CALLBACK_OPTARG(0, "xed", NULL, NULL, NULL, in cmd_script() 3525 OPT_CALLBACK_OPTARG(0, "call-trace", &itrace_synth_opts, NULL, NULL, in cmd_script() 3527 OPT_CALLBACK_OPTARG(0, "call-ret-trace", &itrace_synth_opts, NULL, NULL, in cmd_script() 3575 OPT_CALLBACK_OPTARG(0, "itrace", &itrace_synth_opts, NULL, "opts", in cmd_script()
|
| H A D | builtin-inject.c | 874 OPT_CALLBACK_OPTARG(0, "itrace", &inject.itrace_synth_opts, in cmd_inject()
|
| H A D | builtin-report.c | 1289 OPT_CALLBACK_OPTARG(0, "itrace", &itrace_synth_opts, NULL, "opts", in cmd_report()
|