Searched refs:OPT_CALLBACK_DEFAULT (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/perf/ |
| H A D | builtin-probe.c | 535 OPT_CALLBACK_DEFAULT('l', "list", NULL, "[GROUP:]EVENT", in __cmd_probe() 582 OPT_CALLBACK_DEFAULT('F', "funcs", NULL, "[FILTER]", in __cmd_probe()
|
| H A D | builtin-report.c | 1383 OPT_CALLBACK_DEFAULT('g', "call-graph", &callchain_param, in cmd_report() 1484 OPT_CALLBACK_DEFAULT(0, "stdio-color", NULL, "mode", in cmd_report()
|
| H A D | builtin-annotate.c | 772 OPT_CALLBACK_DEFAULT(0, "stdio-color", NULL, "mode", in cmd_annotate()
|
| H A D | builtin-ftrace.c | 1774 OPT_CALLBACK_DEFAULT('F', "funcs", NULL, "[FILTER]", in cmd_ftrace()
|
| H A D | builtin-c2c.c | 3107 OPT_CALLBACK_DEFAULT('g', "call-graph", &callchain_param, in perf_c2c__report()
|
| H A D | builtin-trace.c | 5443 OPT_CALLBACK_DEFAULT('F', "pf", &trace.trace_pgfaults, "all|maj|min", in cmd_trace()
|
| /linux/tools/lib/subcmd/ |
| H A D | parse-options.h | 155 #define OPT_CALLBACK_DEFAULT(s, l, v, a, h, f, d) \ macro
|