/external/linux-tools-perf/src/tools/perf/ |
D | builtin-probe.c | 271 OPT_CALLBACK('d', "del", NULL, "[GROUP:]EVENT", "delete a probe event.", in cmd_probe() 273 OPT_CALLBACK('a', "add", NULL, in cmd_probe() 300 OPT_CALLBACK('L', "line", NULL, in cmd_probe() 303 OPT_CALLBACK('V', "vars", NULL, in cmd_probe() 312 OPT_CALLBACK('m', "module", NULL, "modname|path", in cmd_probe() 321 OPT_CALLBACK('\0', "filter", NULL, in cmd_probe() 326 OPT_CALLBACK('x', "exec", NULL, "executable|path", in cmd_probe()
|
D | builtin-record.c | 858 OPT_CALLBACK('e', "event", &record.evlist, "event", 861 OPT_CALLBACK(0, "filter", &record.evlist, "filter", 890 OPT_CALLBACK(0, "call-graph", &record.opts, 908 OPT_CALLBACK('G', "cgroup", &record.evlist, "name", 918 OPT_CALLBACK('j', "branch-filter", &record.opts.branch_stack,
|
D | builtin-top.c | 1065 OPT_CALLBACK('e', "event", &top.evlist, "event", in cmd_top() 1114 OPT_CALLBACK(0, "call-graph", &top.record_opts, in cmd_top() 1117 OPT_CALLBACK(0, "ignore-callees", NULL, "regex", in cmd_top() 1137 OPT_CALLBACK(0, "percent-limit", &top, "percent", in cmd_top()
|
D | builtin-kmem.c | 747 OPT_CALLBACK('s', "sort", NULL, "key[,key2...]", in cmd_kmem() 750 OPT_CALLBACK('l', "line", NULL, "num", "show n lines", parse_line_opt), in cmd_kmem()
|
D | builtin-stat.c | 1392 OPT_CALLBACK('e', "event", &evsel_list, "event", in cmd_stat() 1395 OPT_CALLBACK(0, "filter", &evsel_list, "filter", in cmd_stat() 1427 OPT_CALLBACK('G', "cgroup", &evsel_list, "name", in cmd_stat()
|
D | builtin-report.c | 802 OPT_CALLBACK(0, "ignore-callees", NULL, "regex", in cmd_report() 844 OPT_CALLBACK(0, "percent-limit", &report, "percent", in cmd_report()
|
D | builtin-script.c | 1278 OPT_CALLBACK('s', "script", NULL, "name", in cmd_script() 1294 OPT_CALLBACK('f', "fields", NULL, "str", in cmd_script()
|
D | builtin-diff.c | 705 OPT_CALLBACK('c', "compute", &compute,
|
D | builtin-timechart.c | 1092 OPT_CALLBACK('p', "process", NULL, "process", in cmd_timechart()
|
D | builtin-trace.c | 1228 OPT_CALLBACK(0, "duration", &trace, "float", in cmd_trace()
|
/external/linux-tools-perf/src/tools/perf/util/ |
D | parse-options.h | 116 #define OPT_CALLBACK(s, l, v, a, h, f) \ macro
|
/external/linux-tools-perf/src/tools/perf/bench/ |
D | numa.c | 187 OPT_CALLBACK('C', "cpus", NULL, "cpu[,cpu2,...cpuN]", 190 OPT_CALLBACK('M', "memnodes", NULL, "node[,node2,...nodeN]",
|