Home
last modified time | relevance | path

Searched refs:OPT_CALLBACK_DEFAULT (Results 1 – 7 of 7) sorted by relevance

/linux-5.15/tools/perf/
H A Dbuiltin-probe.c518 OPT_CALLBACK_DEFAULT('l', "list", NULL, "[GROUP:]EVENT", in __cmd_probe()
565 OPT_CALLBACK_DEFAULT('F', "funcs", NULL, "[FILTER]", in __cmd_probe()
H A Dbuiltin-annotate.c550 OPT_CALLBACK_DEFAULT(0, "stdio-color", NULL, "mode", in cmd_annotate()
A Dbuiltin-ftrace.c890 OPT_CALLBACK_DEFAULT('F', "funcs", NULL, "[FILTER]", in cmd_ftrace()
H A Dbuiltin-report.c1225 OPT_CALLBACK_DEFAULT('g', "call-graph", &callchain_param, in cmd_report()
1319 OPT_CALLBACK_DEFAULT(0, "stdio-color", NULL, "mode", in cmd_report()
A Dbuiltin-c2c.c2747 OPT_CALLBACK_DEFAULT('g', "call-graph", &callchain_param, in perf_c2c__report()
H A Dbuiltin-trace.c4833 OPT_CALLBACK_DEFAULT('F', "pf", &trace.trace_pgfaults, "all|maj|min",
/linux-5.15/tools/lib/subcmd/
A Dparse-options.h159 #define OPT_CALLBACK_DEFAULT(s, l, v, a, h, f, d) \ macro