| /linux/tools/perf/ |
| H A D | builtin-probe.c | 538 OPT_CALLBACK('d', "del", NULL, "[GROUP:]EVENT", "delete a probe event.", in __cmd_probe() 540 OPT_CALLBACK('a', "add", NULL, PROBEDEF_STR, in __cmd_probe() 558 OPT_CALLBACK('D', "definition", NULL, PROBEDEF_STR, in __cmd_probe() 563 OPT_CALLBACK('L', "line", NULL, in __cmd_probe() 566 OPT_CALLBACK('V', "vars", NULL, in __cmd_probe() 585 OPT_CALLBACK('\0', "filter", NULL, in __cmd_probe() 590 OPT_CALLBACK('x', "exec", NULL, "executable|path", in __cmd_probe() 592 OPT_CALLBACK('m', "module", NULL, "modname|path", in __cmd_probe() 600 OPT_CALLBACK(0, "symfs", NULL, "directory[,layout]", SYMFS_HELP, in __cmd_probe() 602 OPT_CALLBACK( in __cmd_probe() [all...] |
| H A D | builtin-ftrace.c | 1778 OPT_CALLBACK('T', "trace-funcs", &ftrace.filters, "func", in cmd_ftrace() 1781 OPT_CALLBACK('N', "notrace-funcs", &ftrace.notrace, "func", in cmd_ftrace() 1783 OPT_CALLBACK(0, "func-opts", &ftrace, "options", in cmd_ftrace() 1786 OPT_CALLBACK('G', "graph-funcs", &ftrace.graph_funcs, "func", in cmd_ftrace() 1789 OPT_CALLBACK('g', "nograph-funcs", &ftrace.nograph_funcs, "func", in cmd_ftrace() 1791 OPT_CALLBACK(0, "graph-opts", &ftrace, "options", in cmd_ftrace() 1794 OPT_CALLBACK('m', "buffer-size", &ftrace.percpu_buffer_size, "size", in cmd_ftrace() 1803 OPT_CALLBACK('T', "trace-funcs", &ftrace.filters, "func", in cmd_ftrace() 1805 OPT_CALLBACK('e', "events", &ftrace.event_pair, "event1,event2", in cmd_ftrace() 1824 OPT_CALLBACK('T', "trace-funcs", &ftrace.filters, "func", in cmd_ftrace() [all …]
|
| H A D | builtin-top.c | 1490 OPT_CALLBACK('e', "event", &parse_events_option_args, "event", in cmd_top() 1493 OPT_CALLBACK(0, "filter", &top.evlist, "filter", in cmd_top() 1512 OPT_CALLBACK('m', "mmap-pages", &opts->mmap_pages, "pages", in cmd_top() 1527 OPT_CALLBACK('F', "freq", &top.record_opts, "freq or 'max'", in cmd_top() 1550 OPT_CALLBACK(0, "call-graph", &callchain_param, in cmd_top() 1558 OPT_CALLBACK(0, "ignore-callees", NULL, "regex", in cmd_top() 1587 OPT_CALLBACK(0, "percent-limit", &top, "percent", in cmd_top() 1589 OPT_CALLBACK(0, "percentage", NULL, "relative|absolute", in cmd_top() 1599 OPT_CALLBACK('j', "branch-filter", &opts->branch_stack, in cmd_top() 1613 OPT_CALLBACK(' in cmd_top() [all...] |
| H A D | builtin-record.c | 3452 OPT_CALLBACK('e', "event", &parse_events_option_args, "event", 3455 OPT_CALLBACK(0, "filter", &record.evlist, "filter", 3489 OPT_CALLBACK('F', "freq", &record.opts, "freq or 'max'", 3492 OPT_CALLBACK('m', "mmap-pages", &record.opts, "pages[,pages]", 3495 OPT_CALLBACK(0, "mmap-flush", &record.opts, "number", 3501 OPT_CALLBACK(0, "call-graph", &record.opts, 3534 OPT_CALLBACK('G', "cgroup", &record.evlist, "name", 3537 OPT_CALLBACK('D', "delay", &record, "ms", 3548 OPT_CALLBACK('j', "branch-filter", &record.opts.branch_stack, 3565 OPT_CALLBACK(' [all...] |
| H A D | builtin-report.c | 1391 OPT_CALLBACK(0, "ignore-callees", NULL, "regex", in cmd_report() 1414 OPT_CALLBACK(0, "symfs", NULL, "directory[,layout]", SYMFS_HELP, in cmd_report() 1449 OPT_CALLBACK(0, "addr2line-style", NULL, "addr2line style", in cmd_report() 1459 OPT_CALLBACK(0, "percent-limit", &report, "percent", in cmd_report() 1461 OPT_CALLBACK(0, "percentage", NULL, "relative|absolute", in cmd_report() 1485 OPT_CALLBACK(0, "percent-type", &annotate_opts, "local-period", in cmd_report() 1489 OPT_CALLBACK(0, "time-quantum", &symbol_conf.time_quantum, "time (ms|us|ns|s)", in cmd_report()
|
| H A D | builtin-mem.c | 484 OPT_CALLBACK('t', "type", &mem.operation, in cmd_mem() 497 OPT_CALLBACK('e', "event", &mem, "event", in cmd_mem()
|
| H A D | builtin-lock.c | 2595 OPT_CALLBACK(0, "output", &output_name, "file", "output file name", parse_output), in cmd_lock() 2645 OPT_CALLBACK('M', "map-nr-entries", &bpf_map_entries, "num", in cmd_lock() 2647 OPT_CALLBACK(0, "max-stack", &max_stack_depth, "num", in cmd_lock() 2655 OPT_CALLBACK('Y', "type-filter", NULL, "FLAGS", in cmd_lock() 2657 OPT_CALLBACK('L', "lock-filter", NULL, "ADDRS/NAMES", in cmd_lock() 2659 OPT_CALLBACK('S', "callstack-filter", NULL, "NAMES", in cmd_lock() 2665 OPT_CALLBACK('G', "cgroup-filter", NULL, "CGROUPS", in cmd_lock() 2667 OPT_CALLBACK('J', "inject-delay", NULL, "TIME@FUNC", in cmd_lock()
|
| H A D | builtin-annotate.c | 737 OPT_CALLBACK(0, "symfs", NULL, "directory[,layout]", SYMFS_HELP, in cmd_annotate() 764 OPT_CALLBACK(0, "percent-type", &annotate_opts, "local-period", in cmd_annotate() 767 OPT_CALLBACK(0, "percent-limit", &annotate, "percent", in cmd_annotate()
|
| H A D | builtin-stat.c | 2459 OPT_CALLBACK('e', "event", &parse_events_option_args, "event", in cmd_stat() 2462 OPT_CALLBACK(0, "filter", &evsel_list, "filter", in cmd_stat() 2509 OPT_CALLBACK('G', "cgroup", &evsel_list, "name", in cmd_stat() 2557 OPT_CALLBACK(0, "tpebs-mode", &tpebs_mode, "tpebs-mode", in cmd_stat() 2565 OPT_CALLBACK('M', "metrics", &evsel_list, "metric/metric group list", in cmd_stat() 2586 OPT_CALLBACK(0, "cputype", &evsel_list, "hybrid cpu type", in cmd_stat() 2590 OPT_CALLBACK(0, "pmu-filter", &evsel_list, "pmu", in cmd_stat() 2595 OPT_CALLBACK(0, "pfm-events", &evsel_list, "event", in cmd_stat() 2599 OPT_CALLBACK(0, "control", &stat_config, "fd:ctl-fd[,ack-fd] or fifo:ctl-fifo[,ack-fifo]", in cmd_stat()
|
| 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[,layout]", SYMFS_HELP, in cmd_timechart() 1962 OPT_CALLBACK(0, "io-min-time", &tchart.min_time, "time", in cmd_timechart() 1965 OPT_CALLBACK(0, "io-merge-dist", &tchart.merge_dist, "time", in cmd_timechart()
|
| H A D | builtin-diff.c | 1253 OPT_CALLBACK('c', "compute", &compute, 1283 OPT_CALLBACK(0, "symfs", NULL, "directory[,layout]", SYMFS_HELP, 1286 OPT_CALLBACK(0, "percentage", NULL, "relative|absolute",
|
| H A D | builtin-trace.c | 5408 OPT_CALLBACK('e', "event", &trace, "event", in cmd_trace() 5411 OPT_CALLBACK(0, "filter", &trace.evlist, "filter", in cmd_trace() 5416 OPT_CALLBACK(0, "expr", &trace, "expr", "list of syscalls/events to trace", in cmd_trace() 5424 OPT_CALLBACK(0, "filter-pids", &trace, "CSV list of pids", in cmd_trace() 5432 OPT_CALLBACK('m', "mmap-pages", &trace.opts.mmap_pages, "pages", in cmd_trace() 5435 OPT_CALLBACK(0, "duration", &trace, "float", in cmd_trace() 5450 OPT_CALLBACK(0, "summary-mode", &trace, "mode", in cmd_trace() 5457 OPT_CALLBACK(0, "call-graph", &trace.opts, in cmd_trace() 5479 OPT_CALLBACK('G', "cgroup", &trace, "name", "monitor event in cgroup name only", in cmd_trace()
|
| H A D | builtin-kmem.c | 1946 OPT_CALLBACK('s', "sort", NULL, "key[,key2...]", in cmd_kmem() 1949 OPT_CALLBACK('l', "line", NULL, "num", "show n lines", parse_line_opt), in cmd_kmem()
|
| H A D | builtin-script.c | 4058 OPT_CALLBACK('s', "script", NULL, "name", in cmd_script() 4064 OPT_CALLBACK(0, "dlarg", NULL, "argument", "filter argument", in cmd_script() 4077 OPT_CALLBACK(0, "symfs", NULL, "directory[,layout]", SYMFS_HELP, in cmd_script() 4079 OPT_CALLBACK('F', "fields", NULL, "str", in cmd_script()
|
| H A D | builtin-kvm.c | 1830 OPT_CALLBACK('m', "mmap-pages", &kvm->opts.mmap_pages, "pages", in kvm_events_live()
|
| H A D | builtin-c2c.c | 3401 OPT_CALLBACK('e', "event", &event_set, "event", in perf_c2c__record()
|
| /linux/tools/lib/subcmd/ |
| H A D | parse-options.h | 149 #define OPT_CALLBACK(s, l, v, a, h, f) \ macro
|