Home
last modified time | relevance | path

Searched refs:actions_destroy (Results 1 – 3 of 3) sorted by relevance

/linux/tools/tracing/rtla/src/
H A Dactions.h51 void actions_destroy(struct actions *self);
H A Dcommon.c316 actions_destroy(&params->threshold_actions); in run_tool()
317 actions_destroy(&params->end_actions); in run_tool()
H A Dactions.c30 actions_destroy(struct actions *self) in actions_destroy() function