Home
last modified time | relevance | path

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

/linux/tools/perf/
H A Dbuiltin-kmem.c1942 OPT_CALLBACK_NOOPT(0, "caller", NULL, NULL, in cmd_kmem()
1944 OPT_CALLBACK_NOOPT(0, "alloc", NULL, NULL, in cmd_kmem()
1952 OPT_CALLBACK_NOOPT(0, "slab", NULL, NULL, "Analyze slab allocator", in cmd_kmem()
1954 OPT_CALLBACK_NOOPT(0, "page", NULL, NULL, "Analyze page allocator", in cmd_kmem()
H A Dbuiltin-top.c1536 OPT_CALLBACK_NOOPT('g', NULL, &callchain_param, in cmd_top()
1585 OPT_CALLBACK_NOOPT('b', "branch-any", &opts->branch_stack, in cmd_top()
H A Dbuiltin-stat.c2424 OPT_CALLBACK_NOOPT('B', "big-num", NULL, NULL, in cmd_stat()
2474 OPT_CALLBACK_NOOPT(0, "metric-only", &stat_config.metric_only, NULL, in cmd_stat()
H A Dbuiltin-record.c3454 OPT_CALLBACK_NOOPT(0, "exclude-perf", &record.evlist,
3492 OPT_CALLBACK_NOOPT('g', NULL, &callchain_param,
3538 OPT_CALLBACK_NOOPT('b', "branch-any", &record.opts.branch_stack,
H A Dbuiltin-report.c1440 OPT_CALLBACK_NOOPT('b', "branch-stack", &branch_mode, "", in cmd_report()
H A Dbuiltin-script.c3754 OPT_CALLBACK_NOOPT('l', "list", NULL, NULL, "list available scripts", in cmd_script()
3756 OPT_CALLBACK_NOOPT(0, "list-dlfilters", NULL, NULL, "list available dlfilters", in cmd_script()
/linux/tools/lib/subcmd/
H A Dparse-options.h153 #define OPT_CALLBACK_NOOPT(s, l, v, a, h, f) \ macro