Searched refs:OPT_PARENT (Results 1 – 11 of 11) sorted by relevance
| /linux/tools/perf/ |
| H A D | builtin-check.c | 18 static struct option check_feature_options[] = { OPT_PARENT(check_options) };
|
| H A D | builtin-mem.c | 502 OPT_PARENT(mem_options) in cmd_mem() 519 OPT_PARENT(mem_options) in cmd_mem()
|
| H A D | builtin-daemon.c | 1253 OPT_PARENT(parent_options), in __cmd_start() 1422 OPT_PARENT(parent_options), in __cmd_signal() 1448 OPT_PARENT(parent_options), in __cmd_stop() 1474 OPT_PARENT(parent_options), in __cmd_ping()
|
| H A D | builtin-ftrace.c | 1794 OPT_PARENT(common_options), in cmd_ftrace() 1815 OPT_PARENT(common_options), in cmd_ftrace() 1836 OPT_PARENT(common_options), in cmd_ftrace()
|
| H A D | builtin-kwork.c | 2398 OPT_PARENT(kwork_options) in cmd_kwork() 2415 OPT_PARENT(kwork_options) in cmd_kwork() 2436 OPT_PARENT(kwork_options) in cmd_kwork() 2453 OPT_PARENT(kwork_options) in cmd_kwork()
|
| H A D | builtin-lock.c | 2610 OPT_PARENT(lock_options) in cmd_lock() 2624 OPT_PARENT(lock_options) in cmd_lock() 2667 OPT_PARENT(lock_options) in cmd_lock()
|
| H A D | builtin-sched.c | 3857 OPT_PARENT(sched_options) in cmd_sched() 3862 OPT_PARENT(sched_options) in cmd_sched() 3877 OPT_PARENT(sched_options) in cmd_sched() 3911 OPT_PARENT(sched_options) in cmd_sched()
|
| H A D | builtin-timechart.c | 1968 OPT_PARENT(timechart_common_options), in cmd_timechart() 1979 OPT_PARENT(timechart_common_options), in cmd_timechart()
|
| H A D | builtin-c2c.c | 3036 OPT_PARENT(c2c_options), in perf_c2c__report() 3265 OPT_PARENT(c2c_options), in perf_c2c__record()
|
| /linux/tools/perf/bench/ |
| H A D | mem-functions.c | 70 OPT_PARENT(bench_common_options), 551 OPT_PARENT(bench_common_options), in bench_mem_mmap()
|
| /linux/tools/lib/subcmd/ |
| H A D | parse-options.h | 117 #define OPT_PARENT(p) { .type = OPTION_END, .parent = (p) } macro
|