mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-08 14:10:55 +00:00
libsysprof-profiler: add scaffolding for disk usage
This still needs porting from libsysprof, but this gets the scaffolding in place to bring over those counters.
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
libsysprof_profile_public_sources = [
|
||||
'sysprof-cpu-usage.c',
|
||||
'sysprof-disk-usage.c',
|
||||
'sysprof-instrument.c',
|
||||
'sysprof-network-usage.c',
|
||||
'sysprof-profiler.c',
|
||||
@ -17,8 +18,9 @@ libsysprof_profile_private_sources = [
|
||||
libsysprof_profile_public_headers = [
|
||||
'sysprof-profile.h',
|
||||
|
||||
'sysprof-instrument.h',
|
||||
'sysprof-cpu-usage.h',
|
||||
'sysprof-disk-usage.h',
|
||||
'sysprof-instrument.h',
|
||||
'sysprof-network-usage.h',
|
||||
'sysprof-profiler.h',
|
||||
'sysprof-recording.h',
|
||||
|
||||
Reference in New Issue
Block a user