Searched refs:threshold_actions (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/tracing/rtla/src/ |
| H A D | common.c | 234 if (params->threshold_actions.present[ACTION_TRACE_OUTPUT] || in run_tool() 241 params->threshold_actions.trace_output_inst = tool->record->trace.inst; in run_tool() 316 actions_destroy(¶ms->threshold_actions); in run_tool() 355 actions_perform(¶ms->threshold_actions); in top_main_loop() 357 if (!params->threshold_actions.continue_flag) in top_main_loop() 406 actions_perform(¶ms->threshold_actions); in hist_main_loop() 408 if (!params->threshold_actions.continue_flag) in hist_main_loop()
|
| H A D | timerlat_top.c | 544 actions_init(¶ms->common.threshold_actions); in timerlat_top_parse_args() 705 retval = actions_parse(¶ms->common.threshold_actions, optarg, in timerlat_top_parse_args() 725 actions_add_trace_output(¶ms->common.threshold_actions, trace_output); in timerlat_top_parse_args() 747 (params->common.threshold_actions.present[ACTION_TRACE_OUTPUT] || in timerlat_top_parse_args() 837 actions_perform(¶ms->common.threshold_actions); in timerlat_top_bpf_main_loop() 839 if (!params->common.threshold_actions.continue_flag) in timerlat_top_bpf_main_loop()
|
| H A D | osnoise_top.c | 326 actions_init(¶ms->common.threshold_actions); in osnoise_top_parse_args() 437 retval = actions_parse(¶ms->common.threshold_actions, optarg, in osnoise_top_parse_args() 454 actions_add_trace_output(¶ms->common.threshold_actions, trace_output); in osnoise_top_parse_args()
|
| H A D | timerlat_hist.c | 773 actions_init(¶ms->common.threshold_actions); in timerlat_hist_parse_args() 955 retval = actions_parse(¶ms->common.threshold_actions, optarg, in timerlat_hist_parse_args() 975 actions_add_trace_output(¶ms->common.threshold_actions, trace_output); in timerlat_hist_parse_args() 1000 (params->common.threshold_actions.present[ACTION_TRACE_OUTPUT] || in timerlat_hist_parse_args() 1067 actions_perform(¶ms->common.threshold_actions); in timerlat_hist_bpf_main_loop() 1069 if (!params->common.threshold_actions.continue_flag) in timerlat_hist_bpf_main_loop()
|
| H A D | osnoise_hist.c | 473 actions_init(¶ms->common.threshold_actions); in osnoise_hist_parse_args() 606 retval = actions_parse(¶ms->common.threshold_actions, optarg, in osnoise_hist_parse_args() 623 actions_add_trace_output(¶ms->common.threshold_actions, trace_output); in osnoise_hist_parse_args()
|
| H A D | common.h | 105 struct actions threshold_actions; member
|