Searched refs:OPT_CALLBACK_DEFAULT (Results 1 – 4 of 4) sorted by relevance
| /linux-4.4.14/tools/perf/ |
| D | builtin-probe.c | 445 OPT_CALLBACK_DEFAULT('l', "list", NULL, "[GROUP:]EVENT", in __cmd_probe() 497 OPT_CALLBACK_DEFAULT('F', "funcs", NULL, "[FILTER]", in __cmd_probe()
|
| D | builtin-report.c | 710 OPT_CALLBACK_DEFAULT('g', "call-graph", &report, in cmd_report()
|
| D | builtin-trace.c | 3088 OPT_CALLBACK_DEFAULT('F', "pf", &trace.trace_pgfaults, "all|maj|min", in cmd_trace()
|
| /linux-4.4.14/tools/perf/util/ |
| D | parse-options.h | 138 #define OPT_CALLBACK_DEFAULT(s, l, v, a, h, f, d) \ macro
|