I`m trying to add some private trace elements to analyze them after gathering trace log by systrace. To solve it, I read about Systrace on Android 4.3, but it is only the solution on App layer using java, right? Is it possible to add more trace elements in kernel level?
Same question is https://stackoverflow.com/questions/28080582/android-systrace-add-custom-kernel-traces ..
Someone help me to solve it...