]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/example-applications.git/commit
cpuload-plugins: Initial commit
authorKarthik Ramanan <a0393906@ti.com>
Mon, 21 Mar 2016 13:37:43 +0000 (19:07 +0530)
committerKarthik Ramanan <a0393906@ti.com>
Mon, 21 Mar 2016 14:28:34 +0000 (19:58 +0530)
commit6a6ff52a9601743f089be970d1be0b080c717874
tree1dbf7c11616e257b31b574fed54a0f90f8a1c9cf
parente6575102b4a8291d9c81436bf8497786ceecaecb
cpuload-plugins: Initial commit

This patch adds support for two plugins:
 1. mpuload plugin
 2. gpu plugin

This will be used in conjunction with soc-performance-monitor tool

Signed-off-by: Karthik Ramanan <a0393906@ti.com>
Makefile.am
cpuload-plugins/Makefile.am [new file with mode: 0644]
cpuload-plugins/PVRScopeStats.h [new file with mode: 0755]
cpuload-plugins/cpuload.c [new file with mode: 0644]
cpuload-plugins/libPVRScopeDeveloper.a [new file with mode: 0755]
cpuload-plugins/mpuload.c [new file with mode: 0644]
cpuload-plugins/pvrscope.c [new file with mode: 0644]