Home
last modified time | relevance | path

Searched refs:OPT_CALLBACK_NOOPT (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/tools/perf/
Dbuiltin-record.c1030 OPT_CALLBACK_NOOPT(0, "exclude-perf", &record.evlist,
1059 OPT_CALLBACK_NOOPT('g', NULL, &record.opts,
1089 OPT_CALLBACK_NOOPT('b', "branch-any", &record.opts.branch_stack,
Dbuiltin-kmem.c1864 OPT_CALLBACK_NOOPT(0, "caller", NULL, NULL, in cmd_kmem()
1866 OPT_CALLBACK_NOOPT(0, "alloc", NULL, NULL, in cmd_kmem()
1874 OPT_CALLBACK_NOOPT(0, "slab", NULL, NULL, "Analyze slab allocator", in cmd_kmem()
1876 OPT_CALLBACK_NOOPT(0, "page", NULL, NULL, "Analyze page allocator", in cmd_kmem()
Dbuiltin-top.c1173 OPT_CALLBACK_NOOPT('g', NULL, &top.record_opts, in cmd_top()
1215 OPT_CALLBACK_NOOPT('b', "branch-any", &opts->branch_stack, in cmd_top()
Dbuiltin-report.c761 OPT_CALLBACK_NOOPT('b', "branch-stack", &branch_mode, "", in cmd_report()
Dbuiltin-stat.c962 OPT_CALLBACK_NOOPT('B', "big-num", NULL, NULL,
Dbuiltin-script.c1740 OPT_CALLBACK_NOOPT('l', "list", NULL, NULL, "list available scripts", in cmd_script()
/linux-4.4.14/tools/perf/util/
Dparse-options.h136 #define OPT_CALLBACK_NOOPT(s, l, v, a, h, f) \ macro