Searched refs:OPT_CALLBACK_NOOPT (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/tools/perf/ |
D | builtin-kmem.c | 1122 OPT_CALLBACK_NOOPT(0, "caller", NULL, NULL, in cmd_kmem() 1124 OPT_CALLBACK_NOOPT(0, "alloc", NULL, NULL, in cmd_kmem() 1132 OPT_CALLBACK_NOOPT(0, "slab", NULL, NULL, "Analyze slab allocator", in cmd_kmem() 1134 OPT_CALLBACK_NOOPT(0, "page", NULL, NULL, "Analyze page allocator", in cmd_kmem()
|
D | builtin-record.c | 883 OPT_CALLBACK_NOOPT('g', NULL, &record.opts, 912 OPT_CALLBACK_NOOPT('b', "branch-any", &record.opts.branch_stack,
|
D | builtin-report.c | 704 OPT_CALLBACK_NOOPT('b', "branch-stack", &branch_mode, "", in cmd_report()
|
D | builtin-top.c | 1122 OPT_CALLBACK_NOOPT('g', NULL, &top.record_opts, in cmd_top()
|
D | builtin-stat.c | 1744 OPT_CALLBACK_NOOPT('B', "big-num", NULL, NULL, in cmd_stat()
|
D | builtin-script.c | 1528 OPT_CALLBACK_NOOPT('l', "list", NULL, NULL, "list available scripts", in cmd_script()
|
/linux-4.1.27/tools/perf/util/ |
D | parse-options.h | 131 #define OPT_CALLBACK_NOOPT(s, l, v, a, h, f) \ macro
|