Searched refs:OPT_PARENT (Results 1 – 6 of 6) sorted by relevance
1254 OPT_PARENT(parent_options), in __cmd_start()1421 OPT_PARENT(parent_options), in __cmd_signal()1446 OPT_PARENT(parent_options), in __cmd_stop()1470 OPT_PARENT(parent_options), in __cmd_ping()
965 OPT_PARENT(lock_options) in cmd_lock()972 OPT_PARENT(lock_options) in cmd_lock()
3454 OPT_PARENT(sched_options) in cmd_sched()3459 OPT_PARENT(sched_options) in cmd_sched()3470 OPT_PARENT(sched_options) in cmd_sched()3500 OPT_PARENT(sched_options) in cmd_sched()
1961 OPT_PARENT(timechart_common_options), in cmd_timechart()1972 OPT_PARENT(timechart_common_options), in cmd_timechart()
2755 OPT_PARENT(c2c_options), in perf_c2c__report()2928 OPT_PARENT(c2c_options), in perf_c2c__record()
121 #define OPT_PARENT(p) { .type = OPTION_END, .parent = (p) } macro