Searched refs:OPT_CALLBACK_NOOPT (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/tools/perf/ |
| D | builtin-kmem.c | 1909 OPT_CALLBACK_NOOPT(0, "caller", NULL, NULL, in cmd_kmem() 1911 OPT_CALLBACK_NOOPT(0, "alloc", NULL, NULL, in cmd_kmem() 1919 OPT_CALLBACK_NOOPT(0, "slab", NULL, NULL, "Analyze slab allocator", in cmd_kmem() 1921 OPT_CALLBACK_NOOPT(0, "page", NULL, NULL, "Analyze page allocator", in cmd_kmem()
|
| D | builtin-record.c | 2114 OPT_CALLBACK_NOOPT(0, "exclude-perf", &record.evlist, 2154 OPT_CALLBACK_NOOPT('g', NULL, &callchain_param, 2190 OPT_CALLBACK_NOOPT('b', "branch-any", &record.opts.branch_stack,
|
| D | builtin-top.c | 1480 OPT_CALLBACK_NOOPT('g', NULL, &callchain_param, in cmd_top() 1523 OPT_CALLBACK_NOOPT('b', "branch-any", &opts->branch_stack, in cmd_top()
|
| D | builtin-stat.c | 758 OPT_CALLBACK_NOOPT('B', "big-num", NULL, NULL, 797 OPT_CALLBACK_NOOPT(0, "metric-only", &stat_config.metric_only, NULL,
|
| D | builtin-report.c | 1161 OPT_CALLBACK_NOOPT('b', "branch-stack", &branch_mode, "", in cmd_report()
|
| D | builtin-script.c | 3454 OPT_CALLBACK_NOOPT('l', "list", NULL, NULL, "list available scripts", in cmd_script()
|
| /Linux-v5.4/tools/lib/subcmd/ |
| D | parse-options.h | 154 #define OPT_CALLBACK_NOOPT(s, l, v, a, h, f) \ macro
|