rapl: add new aid for the RAPL profiler

This commit is contained in:
Christian Hergert
2019-07-31 15:05:10 -07:00
parent 5ff150d365
commit 8712067b8e
6 changed files with 262 additions and 8 deletions

View File

@ -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