{"Daemon/Client/added", NULL, &_clients_info_added_cb},
{"Daemon/Client/deleted", NULL, &_clients_info_deleted_cb},
{"Daemon/Client/cid_from_pid", &_cid_from_pid_opcode, &_cid_get_cb},
- {"profiler/on", &_prof_on_opcode, NULL},
- {"profiler/off", &_prof_off_opcode, NULL},
- {"cpufreq/on", &_cpufreq_on_opcode, NULL},
- {"cpufreq/off", &_cpufreq_off_opcode, NULL},
- {"evlog/get", &_evlog_get_opcode, _evlog_get_cb},
+ {"Profiler/on", &_prof_on_opcode, NULL},
+ {"Profiler/off", &_prof_off_opcode, NULL},
+ {"CPU/Freq/on", &_cpufreq_on_opcode, NULL},
+ {"CPU/Freq/off", &_cpufreq_off_opcode, NULL},
+ {"EvLog/get", &_evlog_get_opcode, _evlog_get_cb},
{NULL, NULL, NULL}
};
return EINA_TRUE;
}
-static const Eina_Debug_Opcode _OPS[] = {
- {"profiler/on", NULL, &_prof_on_cb},
- {"profiler/off", NULL, &_prof_off_cb},
- {NULL, NULL, NULL}
+static const Eina_Debug_Opcode _OPS[] =
+{
+ {"Profiler/on", NULL, &_prof_on_cb},
+ {"Profiler/off", NULL, &_prof_off_cb},
+ {NULL, NULL, NULL}
};
Eina_Bool
return EINA_TRUE;
}
-static const Eina_Debug_Opcode _OPS[] = {
- {"cpufreq/on", NULL, &_cpufreq_on_cb},
- {"cpufreq/off", NULL, &_cpufreq_off_cb},
- {NULL, NULL, NULL}
+static const Eina_Debug_Opcode _OPS[] =
+{
+ {"CPU/Freq/on", NULL, &_cpufreq_on_cb},
+ {"CPU/Freq/off", NULL, &_cpufreq_off_cb},
+ {NULL, NULL, NULL}
};
Eina_Bool
return EINA_TRUE;
}
-static const Eina_Debug_Opcode _EINA_DEBUG_EVLOG_OPS[] = {
- {"evlog/on", NULL, &_start_cb},
- {"evlog/off", NULL, &_stop_cb},
- {"evlog/get", &_evlog_get_opcode, &_get_cb},
- {NULL, NULL, NULL}
+static const Eina_Debug_Opcode _EINA_DEBUG_EVLOG_OPS[] =
+{
+ {"EvLog/on", NULL, &_start_cb},
+ {"EvLog/off", NULL, &_stop_cb},
+ {"EvLog/get", &_evlog_get_opcode, &_get_cb},
+ {NULL, NULL, NULL}
};
Eina_Bool