diskstat: add aid to show duplex graph for disk graphs

This commit is contained in:
Christian Hergert
2019-07-01 12:33:39 -07:00
parent de56fabbfc
commit 6f6ad38a3b
4 changed files with 304 additions and 0 deletions

View File

@ -39,6 +39,7 @@
#include "sysprof-callgraph-aid.h"
#include "sysprof-counters-aid.h"
#include "sysprof-cpu-aid.h"
#include "sysprof-diskstat-aid.h"
#include "sysprof-logs-aid.h"
#include "sysprof-marks-aid.h"
#include "sysprof-netdev-aid.h"
@ -631,6 +632,7 @@ sysprof_display_present_async (SysprofDisplay *self,
g_ptr_array_add (aids, sysprof_counters_aid_new ());
g_ptr_array_add (aids, sysprof_cpu_aid_new ());
g_ptr_array_add (aids, sysprof_callgraph_aid_new ());
g_ptr_array_add (aids, sysprof_diskstat_aid_new ());
g_ptr_array_add (aids, sysprof_logs_aid_new ());
g_ptr_array_add (aids, sysprof_marks_aid_new ());
g_ptr_array_add (aids, sysprof_netdev_aid_new ());