Searched refs:ENABLE_EVENT_STR (Results 1 – 3 of 3) sorted by relevance
1703 (enable_data->enable ? ENABLE_EVENT_STR : DISABLE_EVENT_STR), in event_enable_trigger_print()1776 enable = ((strcmp(cmd, ENABLE_EVENT_STR) == 0) || in event_enable_trigger_parse()1779 enable = strcmp(cmd, ENABLE_EVENT_STR) == 0; in event_enable_trigger_parse()1912 .name = ENABLE_EVENT_STR,
4199 edata->enable ? ENABLE_EVENT_STR : DISABLE_EVENT_STR, in event_enable_print()4335 enable = strcmp(cmd, ENABLE_EVENT_STR) == 0; in event_enable_func()4401 .name = ENABLE_EVENT_STR,
1875 #define ENABLE_EVENT_STR "enable_event" macro