OSDN Git Service

profiler: Add a communication interface between userspace and tz services
authorJaiju Yesudasan <cjaijuy@codeaurora.org>
Thu, 16 Feb 2017 06:10:36 +0000 (11:40 +0530)
committerGerrit - the friendly Code Review server <code-review@localhost>
Tue, 21 Mar 2017 08:07:22 +0000 (01:07 -0700)
commitbf01369440c0ac86151cec4d51ce1ce7c78dc7f6
tree48f2b0eaae55367820deb5a72365f2633454ff48
parent687a4eb82be5905f5400678dcaff4e98dad72e3c
profiler: Add a communication interface between userspace and tz services

Add a new driver to Provide a communication interface between userspace and
tz services using Secure Channel Manager (SCM) interface. It exposes APIs
for userspace to get system profiling information.
This will allow the sdp profiler to get cpu/gpu and total bandwidth info.

Change-Id: Ia1f5dbdda44b9e25a0a705ffe827f0c3741c8ef8
Signed-off-by: Jaiju Yesudasan <cjaijuy@codeaurora.org>
drivers/misc/Kconfig
drivers/misc/Makefile
drivers/misc/profiler.c [new file with mode: 0644]
include/soc/qcom/profiler.h [new file with mode: 0644]