mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
diskstat: add aid to show duplex graph for disk graphs
This commit is contained in:
@ -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 ());
|
||||
|
||||
Reference in New Issue
Block a user