Symbol: OPT_CALLBACK_OPTARG
tools/objtool/builtin-check.c
77
OPT_CALLBACK_OPTARG('h', "hacks", NULL, NULL, "jump_label,noinstr,skylake", "patch toolchain bugs/limitations", parse_hacks),
tools/objtool/builtin-check.c
91
OPT_CALLBACK_OPTARG(0, "dump", NULL, NULL, "orc", "dump metadata", parse_dump),
tools/perf/builtin-annotate.c
771
OPT_CALLBACK_OPTARG(0, "itrace", &itrace_synth_opts, NULL, "opts",
tools/perf/builtin-annotate.c
774
OPT_CALLBACK_OPTARG(0, "data-type", &annotate, NULL, "name",
tools/perf/builtin-inject.c
2714
OPT_CALLBACK_OPTARG(0, "itrace", &inject.itrace_synth_opts,
tools/perf/builtin-inject.c
2720
OPT_CALLBACK_OPTARG(0, "vm-time-correlation", &inject, NULL, "opts",
tools/perf/builtin-inject.c
2723
OPT_CALLBACK_OPTARG(0, "guest-data", &inject, NULL, "opts",
tools/perf/builtin-record.c
3559
OPT_CALLBACK_OPTARG('I', "intr-regs", &record.opts.sample_intr_regs, NULL, "any register",
tools/perf/builtin-record.c
3562
OPT_CALLBACK_OPTARG(0, "user-regs", &record.opts.sample_user_regs, NULL, "any register",
tools/perf/builtin-record.c
3616
OPT_CALLBACK_OPTARG(0, "aio", &record.opts,
tools/perf/builtin-record.c
3624
OPT_CALLBACK_OPTARG('z', "compression-level", &record.opts, &comp_level_default, "n",
tools/perf/builtin-record.c
3650
OPT_CALLBACK_OPTARG(0, "threads", &record.opts, NULL, "spec",
tools/perf/builtin-report.c
1467
OPT_CALLBACK_OPTARG(0, "itrace", &itrace_synth_opts, NULL, "opts",
tools/perf/builtin-script.c
4113
OPT_CALLBACK_OPTARG(0, "insn-trace", &itrace_synth_opts, NULL, "raw|disasm",
tools/perf/builtin-script.c
4115
OPT_CALLBACK_OPTARG(0, "xed", NULL, NULL, NULL,
tools/perf/builtin-script.c
4117
OPT_CALLBACK_OPTARG(0, "call-trace", &itrace_synth_opts, NULL, NULL,
tools/perf/builtin-script.c
4119
OPT_CALLBACK_OPTARG(0, "call-ret-trace", &itrace_synth_opts, NULL, NULL,
tools/perf/builtin-script.c
4167
OPT_CALLBACK_OPTARG(0, "itrace", &itrace_synth_opts, NULL, "opts",
tools/perf/builtin-stat.c
2346
OPT_CALLBACK_OPTARG(0, "per-cache", &opt_mode.cache, &perf_stat.aggr_level,
tools/perf/builtin-stat.c
2541
OPT_CALLBACK_OPTARG(0, "per-cache", &opt_mode.cache, &stat_config.aggr_level,
tools/perf/builtin-stat.c
2610
OPT_CALLBACK_OPTARG(0, "iostat", &evsel_list, &stat_config, "default",
tools/tracing/rtla/src/cli_p.h
50
#define RTLA_OPT_TRACE_OUTPUT(tracer, cb) OPT_CALLBACK_OPTARG('t', "trace", \
tools/tracing/rtla/src/cli_p.h
62
#define RTLA_OPT_CGROUP OPT_CALLBACK_OPTARG('C', "cgroup", &params->common, \