mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-08 22:20:54 +00:00
rapl: add new aid for the RAPL profiler
This commit is contained in:
@ -38,6 +38,7 @@
|
||||
#include "sysprof-memory-aid.h"
|
||||
#include "sysprof-netdev-aid.h"
|
||||
#include "sysprof-proxy-aid.h"
|
||||
#include "sysprof-rapl-aid.h"
|
||||
|
||||
struct _SysprofProfilerAssistant
|
||||
{
|
||||
@ -311,6 +312,7 @@ sysprof_profiler_assistant_class_init (SysprofProfilerAssistantClass *klass)
|
||||
g_type_ensure (SYSPROF_TYPE_MEMORY_AID);
|
||||
g_type_ensure (SYSPROF_TYPE_NETDEV_AID);
|
||||
g_type_ensure (SYSPROF_TYPE_PROXY_AID);
|
||||
g_type_ensure (SYSPROF_TYPE_RAPL_AID);
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user