/tools/perf/ |
D | builtin-probe.c | 320 OPT_CALLBACK('d', "del", NULL, "[GROUP:]EVENT", "delete a probe event.", in __cmd_probe() 322 OPT_CALLBACK('a', "add", NULL, in __cmd_probe() 349 OPT_CALLBACK('L', "line", NULL, in __cmd_probe() 352 OPT_CALLBACK('V', "vars", NULL, in __cmd_probe() 361 OPT_CALLBACK('m', "module", NULL, "modname|path", in __cmd_probe() 370 OPT_CALLBACK('\0', "filter", NULL, in __cmd_probe() 375 OPT_CALLBACK('x', "exec", NULL, "executable|path", in __cmd_probe()
|
D | builtin-record.c | 729 OPT_CALLBACK('e', "event", &record.evlist, "event", 732 OPT_CALLBACK(0, "filter", &record.evlist, "filter", 755 OPT_CALLBACK('m', "mmap-pages", &record.opts.mmap_pages, "pages", 763 OPT_CALLBACK(0, "call-graph", &record.opts, 781 OPT_CALLBACK('G', "cgroup", &record.evlist, "name", 793 OPT_CALLBACK('j', "branch-filter", &record.opts.branch_stack,
|
D | builtin-top.c | 1069 OPT_CALLBACK('e', "event", &top.evlist, "event", in cmd_top() 1087 OPT_CALLBACK('m', "mmap-pages", &opts->mmap_pages, "pages", in cmd_top() 1124 OPT_CALLBACK(0, "call-graph", &top.record_opts, in cmd_top() 1132 OPT_CALLBACK(0, "ignore-callees", NULL, "regex", in cmd_top() 1154 OPT_CALLBACK(0, "percent-limit", &top, "percent", in cmd_top() 1156 OPT_CALLBACK(0, "percentage", NULL, "relative|absolute", in cmd_top()
|
D | builtin-report.c | 651 OPT_CALLBACK(0, "ignore-callees", NULL, "regex", in cmd_report() 695 OPT_CALLBACK(0, "percent-limit", &report, "percent", in cmd_report() 697 OPT_CALLBACK(0, "percentage", NULL, "relative|absolute", in cmd_report()
|
D | builtin-kmem.c | 669 OPT_CALLBACK('s', "sort", NULL, "key[,key2...]", in cmd_kmem() 672 OPT_CALLBACK('l', "line", NULL, "num", "show n lines", parse_line_opt), in cmd_kmem()
|
D | builtin-timechart.c | 1936 OPT_CALLBACK(0, "highlight", NULL, "duration or task name", in cmd_timechart() 1942 OPT_CALLBACK('p', "process", NULL, "process", in cmd_timechart() 1953 OPT_CALLBACK(0, "io-min-time", &tchart.min_time, "time", in cmd_timechart() 1956 OPT_CALLBACK(0, "io-merge-dist", &tchart.merge_dist, "time", in cmd_timechart()
|
D | builtin-stat.c | 1619 OPT_CALLBACK('e', "event", &evsel_list, "event", in cmd_stat() 1622 OPT_CALLBACK(0, "filter", &evsel_list, "filter", in cmd_stat() 1654 OPT_CALLBACK('G', "cgroup", &evsel_list, "name", in cmd_stat()
|
D | builtin-diff.c | 726 OPT_CALLBACK('c', "compute", &compute, 754 OPT_CALLBACK(0, "percentage", NULL, "relative|absolute",
|
D | builtin-script.c | 1537 OPT_CALLBACK('s', "script", NULL, "name", in cmd_script() 1555 OPT_CALLBACK('f', "fields", NULL, "str", in cmd_script()
|
D | builtin-trace.c | 2514 OPT_CALLBACK('m', "mmap-pages", &trace.opts.mmap_pages, "pages", in cmd_trace() 2519 OPT_CALLBACK(0, "duration", &trace, "float", in cmd_trace()
|
D | builtin-kvm.c | 1261 OPT_CALLBACK('m', "mmap-pages", &kvm->opts.mmap_pages, "pages", in kvm_events_live()
|
/tools/perf/util/ |
D | parse-options.h | 125 #define OPT_CALLBACK(s, l, v, a, h, f) \ macro
|
/tools/perf/bench/ |
D | numa.c | 187 OPT_CALLBACK('C', "cpus", NULL, "cpu[,cpu2,...cpuN]", 190 OPT_CALLBACK('M', "memnodes", NULL, "node[,node2,...nodeN]",
|