Add initial version of stability-monitor
authorKonrad Kuchciak <k.kuchciak@samsung.com>
Fri, 29 Mar 2019 10:41:15 +0000 (11:41 +0100)
committerKonrad Kuchciak <k.kuchciak@samsung.com>
Thu, 27 Jun 2019 11:38:13 +0000 (13:38 +0200)
commitc4867d34e32a79a76958703ac1b3ae8d5c6e37a0
tree1dde9fa0f61c72da8d77b435b15671b9efe65308
parent07ea225f62a13b33337ebbfb72286d9f01a19159
Add initial version of stability-monitor

Change-Id: Ifdde9fcfce1eeea1debe5720b751061f82f4cb33
37 files changed:
Makefile [new file with mode: 0644]
config/10-example.conf [new file with mode: 0644]
config/default.conf [new file with mode: 0644]
config/stability-monitor.service [new file with mode: 0644]
kernel/Makefile [new file with mode: 0644]
kernel/proc-tsm.c [new file with mode: 0644]
packaging/stability-monitor.spec [new file with mode: 0644]
src/action.c [new file with mode: 0644]
src/action.h [new file with mode: 0644]
src/aul.c [new file with mode: 0644]
src/aul.h [new file with mode: 0644]
src/config.c [new file with mode: 0644]
src/config.h [new file with mode: 0644]
src/data_source.c [new file with mode: 0644]
src/data_source.h [new file with mode: 0644]
src/data_sources/tsm_cpu.c [new file with mode: 0644]
src/data_sources/tsm_fd.c [new file with mode: 0644]
src/data_sources/tsm_io.c [new file with mode: 0644]
src/data_sources/tsm_mem.c [new file with mode: 0644]
src/dbus.c [new file with mode: 0644]
src/dbus.h [new file with mode: 0644]
src/limit.c [new file with mode: 0644]
src/limit.h [new file with mode: 0644]
src/list.h [new file with mode: 0644]
src/log.c [new file with mode: 0644]
src/log.h [new file with mode: 0644]
src/process.c [new file with mode: 0644]
src/process.h [new file with mode: 0644]
src/raw_data.c [new file with mode: 0644]
src/raw_data.h [new file with mode: 0644]
src/raw_data_providers/proc_tsm.c [new file with mode: 0644]
src/raw_data_providers/proc_tsm.h [new file with mode: 0644]
src/sample.c [new file with mode: 0644]
src/sample.h [new file with mode: 0644]
src/stability-monitor.c [new file with mode: 0644]
src/utils.c [new file with mode: 0644]
src/utils.h [new file with mode: 0644]