Searched refs:actions_parse (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/tracing/rtla/src/ |
| H A D | actions.h | 56 int actions_parse(struct actions *self, const char *trigger, const char *tracefn);
|
| H A D | osnoise_top.c | 437 retval = actions_parse(¶ms->common.threshold_actions, optarg, in osnoise_top_parse_args() 443 retval = actions_parse(¶ms->common.end_actions, optarg, in osnoise_top_parse_args()
|
| H A D | actions.c | 130 actions_parse(struct actions *self, const char *trigger, const char *tracefn) in actions_parse() function
|
| H A D | osnoise_hist.c | 606 retval = actions_parse(¶ms->common.threshold_actions, optarg, in osnoise_hist_parse_args() 612 retval = actions_parse(¶ms->common.end_actions, optarg, in osnoise_hist_parse_args()
|
| H A D | timerlat_top.c | 705 retval = actions_parse(¶ms->common.threshold_actions, optarg, in timerlat_top_parse_args() 711 retval = actions_parse(¶ms->common.end_actions, optarg, in timerlat_top_parse_args()
|
| H A D | timerlat_hist.c | 955 retval = actions_parse(¶ms->common.threshold_actions, optarg, in timerlat_hist_parse_args() 961 retval = actions_parse(¶ms->common.end_actions, optarg, in timerlat_hist_parse_args()
|