/openbmc/linux/tools/perf/ |
H A D | builtin-probe.c | 539 OPT_CALLBACK('d', "del", NULL, "[GROUP:]EVENT", "delete a probe event.", in __cmd_probe() 541 OPT_CALLBACK('a', "add", NULL, PROBEDEF_STR, in __cmd_probe() 559 OPT_CALLBACK('D', "definition", NULL, PROBEDEF_STR, in __cmd_probe() 564 OPT_CALLBACK('L', "line", NULL, in __cmd_probe() 567 OPT_CALLBACK('V', "vars", NULL, in __cmd_probe() 586 OPT_CALLBACK('\0', "filter", NULL, in __cmd_probe() 591 OPT_CALLBACK('x', "exec", NULL, "executable|path", in __cmd_probe() 593 OPT_CALLBACK('m', "module", NULL, "modname|path", in __cmd_probe() 603 OPT_CALLBACK(0, "target-ns", NULL, "pid", in __cmd_probe()
|
H A D | builtin-ftrace.c | 1149 OPT_CALLBACK('T', "trace-funcs", &ftrace.filters, "func", in cmd_ftrace() 1152 OPT_CALLBACK('N', "notrace-funcs", &ftrace.notrace, "func", in cmd_ftrace() 1154 OPT_CALLBACK(0, "func-opts", &ftrace, "options", in cmd_ftrace() 1157 OPT_CALLBACK('G', "graph-funcs", &ftrace.graph_funcs, "func", in cmd_ftrace() 1160 OPT_CALLBACK('g', "nograph-funcs", &ftrace.nograph_funcs, "func", in cmd_ftrace() 1162 OPT_CALLBACK(0, "graph-opts", &ftrace, "options", in cmd_ftrace() 1165 OPT_CALLBACK('m', "buffer-size", &ftrace.percpu_buffer_size, "size", in cmd_ftrace() 1174 OPT_CALLBACK('T', "trace-funcs", &ftrace.filters, "func", in cmd_ftrace()
|
H A D | builtin-top.c | 1462 OPT_CALLBACK('e', "event", &parse_events_option_args, "event", in cmd_top() 1482 OPT_CALLBACK('m', "mmap-pages", &opts->mmap_pages, "pages", in cmd_top() 1497 OPT_CALLBACK('F', "freq", &top.record_opts, "freq or 'max'", in cmd_top() 1520 OPT_CALLBACK(0, "call-graph", &callchain_param, in cmd_top() 1528 OPT_CALLBACK(0, "ignore-callees", NULL, "regex", in cmd_top() 1557 OPT_CALLBACK(0, "percent-limit", &top, "percent", in cmd_top() 1559 OPT_CALLBACK(0, "percentage", NULL, "relative|absolute", in cmd_top() 1569 OPT_CALLBACK('j', "branch-filter", &opts->branch_stack, in cmd_top() 1583 OPT_CALLBACK('G', "cgroup", &top.evlist, "name", in cmd_top() 1596 OPT_CALLBACK(0, "pfm-events", &top.evlist, "event", in cmd_top()
|
H A D | builtin-annotate.c | 569 OPT_CALLBACK(0, "symfs", NULL, "directory", in cmd_annotate() 597 OPT_CALLBACK(0, "percent-type", &annotate_opts, "local-period", in cmd_annotate() 600 OPT_CALLBACK(0, "percent-limit", &annotate, "percent", in cmd_annotate()
|
H A D | builtin-record.c | 3325 OPT_CALLBACK('e', "event", &parse_events_option_args, "event", 3328 OPT_CALLBACK(0, "filter", &record.evlist, "filter", 3359 OPT_CALLBACK('F', "freq", &record.opts, "freq or 'max'", 3362 OPT_CALLBACK('m', "mmap-pages", &record.opts, "pages[,pages]", 3365 OPT_CALLBACK(0, "mmap-flush", &record.opts, "number", 3371 OPT_CALLBACK(0, "call-graph", &record.opts, 3402 OPT_CALLBACK('G', "cgroup", &record.evlist, "name", 3405 OPT_CALLBACK('D', "delay", &record, "ms", 3417 OPT_CALLBACK('j', "branch-filter", &record.opts.branch_stack, 3434 OPT_CALLBACK('k', "clockid", &record.opts, [all …]
|
H A D | builtin-report.c | 1297 OPT_CALLBACK(0, "ignore-callees", NULL, "regex", in cmd_report() 1320 OPT_CALLBACK(0, "symfs", NULL, "directory", in cmd_report() 1361 OPT_CALLBACK(0, "percent-limit", &report, "percent", in cmd_report() 1363 OPT_CALLBACK(0, "percentage", NULL, "relative|absolute", in cmd_report() 1387 OPT_CALLBACK(0, "percent-type", &annotate_opts, "local-period", in cmd_report() 1391 OPT_CALLBACK(0, "time-quantum", &symbol_conf.time_quantum, "time (ms|us|ns|s)", in cmd_report()
|
H A D | builtin-mem.c | 76 OPT_CALLBACK('e', "event", &mem, "event", in __cmd_record() 475 OPT_CALLBACK('t', "type", &mem.operation, in cmd_mem()
|
H A D | builtin-stat.c | 1188 OPT_CALLBACK('e', "event", &parse_events_option_args, "event", 1191 OPT_CALLBACK(0, "filter", &evsel_list, "filter", 1237 OPT_CALLBACK('G', "cgroup", &evsel_list, "name", 1287 OPT_CALLBACK('M', "metrics", &evsel_list, "metric/metric group list", 1306 OPT_CALLBACK(0, "cputype", &evsel_list, "hybrid cpu type", 1311 OPT_CALLBACK(0, "pfm-events", &evsel_list, "event", 1315 OPT_CALLBACK(0, "control", &stat_config, "fd:ctl-fd[,ack-fd] or fifo:ctl-fifo[,ack-fifo]",
|
H A D | builtin-lock.c | 2488 OPT_CALLBACK(0, "output", &output_name, "file", "output file name", parse_output), in cmd_lock() 2538 OPT_CALLBACK('M', "map-nr-entries", &bpf_map_entries, "num", in cmd_lock() 2540 OPT_CALLBACK(0, "max-stack", &max_stack_depth, "num", in cmd_lock() 2548 OPT_CALLBACK('Y', "type-filter", NULL, "FLAGS", in cmd_lock() 2550 OPT_CALLBACK('L', "lock-filter", NULL, "ADDRS/NAMES", in cmd_lock() 2552 OPT_CALLBACK('S', "callstack-filter", NULL, "NAMES", in cmd_lock()
|
H A D | builtin-timechart.c | 1948 OPT_CALLBACK(0, "highlight", NULL, "duration or task name", in cmd_timechart() 1951 OPT_CALLBACK('p', "process", NULL, "process", in cmd_timechart() 1954 OPT_CALLBACK(0, "symfs", NULL, "directory", in cmd_timechart() 1963 OPT_CALLBACK(0, "io-min-time", &tchart.min_time, "time", in cmd_timechart() 1966 OPT_CALLBACK(0, "io-merge-dist", &tchart.merge_dist, "time", in cmd_timechart()
|
H A D | builtin-diff.c | 1268 OPT_CALLBACK('c', "compute", &compute, 1298 OPT_CALLBACK(0, "symfs", NULL, "directory", 1302 OPT_CALLBACK(0, "percentage", NULL, "relative|absolute",
|
H A D | builtin-trace.c | 4711 OPT_CALLBACK('e', "event", &trace, "event", 4714 OPT_CALLBACK(0, "filter", &trace.evlist, "filter", 4719 OPT_CALLBACK(0, "expr", &trace, "expr", "list of syscalls/events to trace", 4727 OPT_CALLBACK(0, "filter-pids", &trace, "CSV list of pids", 4735 OPT_CALLBACK('m', "mmap-pages", &trace.opts.mmap_pages, "pages", 4739 OPT_CALLBACK(0, "duration", &trace, "float", 4758 OPT_CALLBACK(0, "call-graph", &trace.opts, 4780 OPT_CALLBACK('G', "cgroup", &trace, "name", "monitor event in cgroup name only",
|
H A D | builtin-kmem.c | 1953 OPT_CALLBACK('s', "sort", NULL, "key[,key2...]", in cmd_kmem() 1956 OPT_CALLBACK('l', "line", NULL, "num", "show n lines", parse_line_opt), in cmd_kmem()
|
H A D | builtin-script.c | 3890 OPT_CALLBACK('s', "script", NULL, "name", in cmd_script() 3896 OPT_CALLBACK(0, "dlarg", NULL, "argument", "filter argument", in cmd_script() 3909 OPT_CALLBACK(0, "symfs", NULL, "directory", in cmd_script() 3912 OPT_CALLBACK('F', "fields", NULL, "str", in cmd_script()
|
H A D | builtin-kvm.c | 1888 OPT_CALLBACK('m', "mmap-pages", &kvm->opts.mmap_pages, "pages", in kvm_events_live()
|
H A D | builtin-c2c.c | 3249 OPT_CALLBACK('e', "event", &event_set, "event", in perf_c2c__record()
|
/openbmc/linux/tools/lib/subcmd/ |
H A D | parse-options.h | 149 #define OPT_CALLBACK(s, l, v, a, h, f) \ macro
|
/openbmc/linux/tools/perf/bench/ |
H A D | numa.c | 205 OPT_CALLBACK('C', "cpus", NULL, "cpu[,cpu2,...cpuN]", 208 OPT_CALLBACK('M', "memnodes", NULL, "node[,node2,...nodeN]",
|