Searched refs:OPT_CALLBACK_DEFAULT (Results 1 – 6 of 6) sorted by relevance
/tools/perf/ |
D | builtin-probe.c | 513 OPT_CALLBACK_DEFAULT('l', "list", NULL, "[GROUP:]EVENT", in __cmd_probe() 560 OPT_CALLBACK_DEFAULT('F', "funcs", NULL, "[FILTER]", in __cmd_probe()
|
D | builtin-annotate.c | 546 OPT_CALLBACK_DEFAULT(0, "stdio-color", NULL, "mode", in cmd_annotate()
|
D | builtin-report.c | 1118 OPT_CALLBACK_DEFAULT('g', "call-graph", &callchain_param, in cmd_report() 1201 OPT_CALLBACK_DEFAULT(0, "stdio-color", NULL, "mode", in cmd_report()
|
D | builtin-c2c.c | 2745 OPT_CALLBACK_DEFAULT('g', "call-graph", &callchain_param, in perf_c2c__report()
|
D | builtin-trace.c | 4198 OPT_CALLBACK_DEFAULT('F', "pf", &trace.trace_pgfaults, "all|maj|min", in cmd_trace()
|
/tools/lib/subcmd/ |
D | parse-options.h | 156 #define OPT_CALLBACK_DEFAULT(s, l, v, a, h, f, d) \ macro
|