Searched refs:ENABLE_EVENT_STR (Results 1 – 3 of 3) sorted by relevance
1320 (enable_data->enable ? ENABLE_EVENT_STR : DISABLE_EVENT_STR), in event_enable_trigger_print()1428 enable = ((strcmp(cmd, ENABLE_EVENT_STR) == 0) || in event_enable_trigger_func()1431 enable = strcmp(cmd, ENABLE_EVENT_STR) == 0; in event_enable_trigger_func()1613 enable = ((strcmp(cmd, ENABLE_EVENT_STR) == 0) || in event_enable_get_trigger_ops()1616 enable = strcmp(cmd, ENABLE_EVENT_STR) == 0; in event_enable_get_trigger_ops()1629 .name = ENABLE_EVENT_STR,
3031 #define ENABLE_EVENT_STR "enable_event" macro3112 edata->enable ? ENABLE_EVENT_STR : DISABLE_EVENT_STR, in event_enable_print()3248 enable = strcmp(cmd, ENABLE_EVENT_STR) == 0; in event_enable_func()3326 .name = ENABLE_EVENT_STR,
1538 #define ENABLE_EVENT_STR "enable_event" macro