Home
last modified time | relevance | path

Searched refs:ENABLE_EVENT_STR (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/kernel/trace/
Dtrace_events_trigger.c1052 #define ENABLE_EVENT_STR "enable_event" macro
1096 enable_data->enable ? ENABLE_EVENT_STR : DISABLE_EVENT_STR, in event_enable_trigger_print()
1196 enable = strcmp(cmd, ENABLE_EVENT_STR) == 0; in event_enable_trigger_func()
1363 enable = strcmp(cmd, ENABLE_EVENT_STR) == 0; in event_enable_get_trigger_ops()
1376 .name = ENABLE_EVENT_STR,
Dtrace_events.c2584 #define ENABLE_EVENT_STR "enable_event" macro
2640 data->enable ? ENABLE_EVENT_STR : DISABLE_EVENT_STR, in event_enable_print()
2745 enable = strcmp(cmd, ENABLE_EVENT_STR) == 0; in event_enable_func()
2822 .name = ENABLE_EVENT_STR,