diskstat: add simple /proc/diskstats data source

This commit is contained in:
Christian Hergert
2019-07-01 12:23:50 -07:00
parent 145afe825b
commit 757e152f88
4 changed files with 510 additions and 0 deletions

View File

@ -7,6 +7,7 @@ libsysprof_public_sources = [
'sysprof-callgraph-profile.c',
'sysprof-capture-gobject.c',
'sysprof-capture-symbol-resolver.c',
'sysprof-diskstat-source.c',
'sysprof-elf-symbol-resolver.c',
'sysprof-gjs-source.c',
'sysprof-governor-source.c',
@ -35,6 +36,7 @@ libsysprof_public_headers = [
'sysprof-callgraph-profile.h',
'sysprof-capture-gobject.h',
'sysprof-capture-symbol-resolver.h',
'sysprof-diskstat-source.h',
'sysprof-elf-symbol-resolver.h',
'sysprof-gjs-source.h',
'sysprof-governor-source.h',