Searched refs:ENABLE_EVENT_STR (Results 1 – 3 of 3) sorted by relevance
1272 (enable_data->enable ? ENABLE_EVENT_STR : DISABLE_EVENT_STR), in event_enable_trigger_print()1375 enable = ((strcmp(cmd, ENABLE_EVENT_STR) == 0) || in event_enable_trigger_func()1378 enable = strcmp(cmd, ENABLE_EVENT_STR) == 0; in event_enable_trigger_func()1556 enable = ((strcmp(cmd, ENABLE_EVENT_STR) == 0) || in event_enable_get_trigger_ops()1559 enable = strcmp(cmd, ENABLE_EVENT_STR) == 0; in event_enable_get_trigger_ops()1572 .name = ENABLE_EVENT_STR,
2519 #define ENABLE_EVENT_STR "enable_event" macro2600 edata->enable ? ENABLE_EVENT_STR : DISABLE_EVENT_STR, in event_enable_print()2736 enable = strcmp(cmd, ENABLE_EVENT_STR) == 0; in event_enable_func()2814 .name = ENABLE_EVENT_STR,
1502 #define ENABLE_EVENT_STR "enable_event" macro