/linux/tools/perf/ |
H A D | builtin-data.c | 57 usage_with_options(data_usage, data_options); in cmd_data_convert() 109 usage_with_options(data_usage, data_options); in cmd_data() 123 usage_with_options(data_usage, data_options); in cmd_data()
|
H A D | builtin-check.c | 142 usage_with_options(check_feature_usage, check_feature_options); in subcommand_feature() 175 usage_with_options(check_usage, check_options); in cmd_check() 182 usage_with_options(check_usage, check_options); in cmd_check()
|
H A D | builtin-kallsyms.c | 74 usage_with_options(kallsyms_usage, options); in cmd_kallsyms()
|
H A D | builtin-mem.c | 532 usage_with_options(mem_usage, mem_options); in cmd_mem() 546 usage_with_options(mem_usage, mem_options); in cmd_mem()
|
H A D | builtin-daemon.c | 1263 usage_with_options(daemon_usage, start_options); in __cmd_start() 1429 usage_with_options(daemon_usage, start_options); in __cmd_signal() 1455 usage_with_options(daemon_usage, start_options); in __cmd_stop() 1481 usage_with_options(daemon_usage, ping_options); in __cmd_ping()
|
H A D | builtin-kwork.c | 2471 usage_with_options(kwork_usage, kwork_options); in cmd_kwork() 2483 usage_with_options(report_usage, report_options); in cmd_kwork() 2494 usage_with_options(latency_usage, latency_options); in cmd_kwork() 2504 usage_with_options(timehist_usage, timehist_options); in cmd_kwork() 2514 usage_with_options(top_usage, top_options); in cmd_kwork() 2523 usage_with_options(kwork_usage, kwork_options); in cmd_kwork()
|
H A D | builtin-annotate.c | 815 usage_with_options(annotate_usage, options); in cmd_annotate() 951 usage_with_options(annotate_usage, options); in cmd_annotate()
|
H A D | builtin-buildid-cache.c | 434 usage_with_options(buildid_cache_usage, buildid_cache_options); in cmd_buildid_cache()
|
H A D | builtin-lock.c | 2697 usage_with_options(lock_usage, lock_options); in cmd_lock() 2707 usage_with_options(report_usage, report_options); in cmd_lock() 2718 usage_with_options(info_usage, info_options); in cmd_lock() 2750 usage_with_options(lock_usage, lock_options); in cmd_lock()
|
H A D | builtin-sched.c | 3974 usage_with_options(sched_usage, sched_options); in cmd_sched() 3990 usage_with_options(latency_usage, latency_options); in cmd_sched() 3998 usage_with_options(map_usage, map_options); in cmd_sched() 4017 usage_with_options(replay_usage, replay_options); in cmd_sched() 4025 usage_with_options(timehist_usage, timehist_options); in cmd_sched() 4042 usage_with_options(sched_usage, sched_options); in cmd_sched()
|
/linux/tools/perf/bench/ |
H A D | kallsyms-parse.c | 70 usage_with_options(bench_usage, options); in bench_kallsyms_parse()
|
H A D | breakpoint.c | 121 usage_with_options(thread_usage, thread_options); in bench_breakpoint_thread() 207 usage_with_options(enable_usage, enable_options); in bench_breakpoint_enable()
|
H A D | find-bit-bench.c | 131 usage_with_options(bench_usage, options); in bench_mem_find_bit()
|
H A D | pmu-scan.c | 179 usage_with_options(bench_usage, options); in bench_pmu_scan()
|
H A D | futex-wake.c | 151 usage_with_options(bench_futex_wake_usage, options); in bench_futex_wake()
|
H A D | evlist-open-close.c | 250 usage_with_options(bench_usage, options); in bench_evlist_open_close()
|
H A D | futex-hash.c | 141 usage_with_options(bench_futex_hash_usage, options); in bench_futex_hash()
|
H A D | futex-lock-pi.c | 255 usage_with_options(bench_futex_lock_pi_usage, options); in bench_futex_lock_pi()
|
H A D | futex-requeue.c | 317 usage_with_options(bench_futex_requeue_usage, options); in bench_futex_requeue()
|
H A D | futex-wake-parallel.c | 257 usage_with_options(bench_futex_wake_parallel_usage, options); in bench_futex_wake_parallel()
|
H A D | epoll-ctl.c | 324 usage_with_options(bench_epoll_ctl_usage, options); in bench_epoll_ctl()
|
H A D | inject-buildid.c | 480 usage_with_options(bench_usage, options); in bench_inject_build_id()
|
H A D | epoll-wait.c | 443 usage_with_options(bench_epoll_wait_usage, options); in bench_epoll_wait()
|
/linux/tools/lib/subcmd/ |
H A D | parse-options.h | 182 extern __noreturn void usage_with_options(const char * const *usagestr,
|
H A D | parse-options.c | 680 usage_with_options(usagestr, options); in parse_options_subcommand() 927 void usage_with_options(const char * const *usagestr, in usage_with_options() function
|