Add trace header file to kernel component

Moved trace header file from kernel branch to fastrpc kernel
component

Change-Id: I3c1dafe9daec89f1164e64606748cb47483e1670
Signed-off-by: Anirudh Raghavendra <quic_araghave@quicinc.com>
This commit is contained in:
Anirudh Raghavendra
2022-09-22 11:37:36 -07:00
parent 7e0eff3f2b
commit cabe8eabfb
4 changed files with 388 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
#include <linux/rpmsg.h>
#include <linux/of.h>
#include <linux/module.h>
#include <trace/events/fastrpc.h>
#include "fastrpc_trace.h"
#include <trace/events/rproc_qcom.h>
#include "adsprpc_shared.h"