Home
last modified time | relevance | path

Searched refs:OPT_PARENT (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/tools/perf/
H A Dbuiltin-check.c17 static struct option check_feature_options[] = { OPT_PARENT(check_options) };
H A Dbuiltin-mem.c502 OPT_PARENT(mem_options) in cmd_mem()
519 OPT_PARENT(mem_options) in cmd_mem()
H A Dbuiltin-daemon.c1253 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 Dbuiltin-ftrace.c1637 OPT_PARENT(common_options), in cmd_ftrace()
1656 OPT_PARENT(common_options), in cmd_ftrace()
1677 OPT_PARENT(common_options), in cmd_ftrace()
H A Dbuiltin-kwork.c2381 OPT_PARENT(kwork_options) in cmd_kwork()
2398 OPT_PARENT(kwork_options) in cmd_kwork()
2419 OPT_PARENT(kwork_options) in cmd_kwork()
2436 OPT_PARENT(kwork_options) in cmd_kwork()
H A Dbuiltin-lock.c2528 OPT_PARENT(lock_options) in cmd_lock()
2542 OPT_PARENT(lock_options) in cmd_lock()
2583 OPT_PARENT(lock_options) in cmd_lock()
H A Dbuiltin-sched.c3793 OPT_PARENT(sched_options) in cmd_sched()
3798 OPT_PARENT(sched_options) in cmd_sched()
3813 OPT_PARENT(sched_options) in cmd_sched()
3847 OPT_PARENT(sched_options) in cmd_sched()
H A Dbuiltin-timechart.c1968 OPT_PARENT(timechart_common_options), in cmd_timechart()
1979 OPT_PARENT(timechart_common_options), in cmd_timechart()
H A Dbuiltin-c2c.c3027 OPT_PARENT(c2c_options), in perf_c2c__report()
3255 OPT_PARENT(c2c_options), in perf_c2c__record()
/linux-6.15/tools/lib/subcmd/
H A Dparse-options.h117 #define OPT_PARENT(p) { .type = OPTION_END, .parent = (p) } macro