Home
last modified time | relevance | path

Searched refs:OPT_CALLBACK (Results 1 – 12 of 12) sorted by relevance

/external/linux-tools-perf/src/tools/perf/
Dbuiltin-probe.c271 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()
Dbuiltin-record.c858 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,
Dbuiltin-top.c1065 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()
Dbuiltin-kmem.c747 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()
Dbuiltin-stat.c1392 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()
Dbuiltin-report.c802 OPT_CALLBACK(0, "ignore-callees", NULL, "regex", in cmd_report()
844 OPT_CALLBACK(0, "percent-limit", &report, "percent", in cmd_report()
Dbuiltin-script.c1278 OPT_CALLBACK('s', "script", NULL, "name", in cmd_script()
1294 OPT_CALLBACK('f', "fields", NULL, "str", in cmd_script()
Dbuiltin-diff.c705 OPT_CALLBACK('c', "compute", &compute,
Dbuiltin-timechart.c1092 OPT_CALLBACK('p', "process", NULL, "process", in cmd_timechart()
Dbuiltin-trace.c1228 OPT_CALLBACK(0, "duration", &trace, "float", in cmd_trace()
/external/linux-tools-perf/src/tools/perf/util/
Dparse-options.h116 #define OPT_CALLBACK(s, l, v, a, h, f) \ macro
/external/linux-tools-perf/src/tools/perf/bench/
Dnuma.c187 OPT_CALLBACK('C', "cpus", NULL, "cpu[,cpu2,...cpuN]",
190 OPT_CALLBACK('M', "memnodes", NULL, "node[,node2,...nodeN]",