Searched refs:threshold_actions (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/tracing/rtla/src/ |
| H A D | common.c | 154 if (params->threshold_actions.present[ACTION_TRACE_OUTPUT] || in run_tool() 161 params->threshold_actions.trace_output_inst = tool->record->trace.inst; in run_tool() 236 actions_destroy(¶ms->threshold_actions); in run_tool() 275 actions_perform(¶ms->threshold_actions); in top_main_loop() 277 if (!params->threshold_actions.continue_flag) in top_main_loop() 326 actions_perform(¶ms->threshold_actions); in hist_main_loop() 328 if (!params->threshold_actions.continue_flag) in hist_main_loop()
|
| H A D | timerlat_top.c | 551 actions_init(¶ms->common.threshold_actions); in timerlat_top_parse_args() 754 retval = actions_parse(¶ms->common.threshold_actions, optarg, in timerlat_top_parse_args() 771 actions_add_trace_output(¶ms->common.threshold_actions, trace_output); in timerlat_top_parse_args() 793 (params->common.threshold_actions.present[ACTION_TRACE_OUTPUT] || in timerlat_top_parse_args() 883 actions_perform(¶ms->common.threshold_actions); in timerlat_top_bpf_main_loop() 885 if (!params->common.threshold_actions.continue_flag) in timerlat_top_bpf_main_loop()
|
| H A D | osnoise_top.c | 334 actions_init(¶ms->common.threshold_actions); in osnoise_top_parse_args() 489 retval = actions_parse(¶ms->common.threshold_actions, optarg, in osnoise_top_parse_args() 506 actions_add_trace_output(¶ms->common.threshold_actions, trace_output); in osnoise_top_parse_args()
|
| H A D | timerlat_hist.c | 779 actions_init(¶ms->common.threshold_actions); in timerlat_hist_parse_args() 1004 retval = actions_parse(¶ms->common.threshold_actions, optarg, in timerlat_hist_parse_args() 1021 actions_add_trace_output(¶ms->common.threshold_actions, trace_output); in timerlat_hist_parse_args() 1046 (params->common.threshold_actions.present[ACTION_TRACE_OUTPUT] || in timerlat_hist_parse_args() 1113 actions_perform(¶ms->common.threshold_actions); in timerlat_hist_bpf_main_loop() 1115 if (!params->common.threshold_actions.continue_flag) in timerlat_hist_bpf_main_loop()
|
| H A D | common.h | 105 struct actions threshold_actions; member
|
| H A D | osnoise_hist.c | 481 actions_init(¶ms->common.threshold_actions); in osnoise_hist_parse_args() 658 retval = actions_parse(¶ms->common.threshold_actions, optarg, in osnoise_hist_parse_args() 675 actions_add_trace_output(¶ms->common.threshold_actions, trace_output); in osnoise_hist_parse_args()
|