Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b8a6b7d9 authored by Sanjay Dwivedi's avatar Sanjay Dwivedi Committed by Gerrit - the friendly Code Review server
Browse files

bootkpi: Add KPI Marker for System Resume



System resume trigger point is baseline for kpi of peripheral
Out of Suspend like USB, Ethenet and PCIE etc.

Change-Id: I0c8b6bb6ec7f7a242006cbe4ee5e8109440849a5
Signed-off-by: default avatarSanjay Dwivedi <sanjaykd@codeaurora.org>
parent 07177748
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -45,6 +45,7 @@
#include <linux/utsname.h>
#include <linux/ctype.h>
#include <linux/uio.h>
#include <soc/qcom/boot_stats.h>

#include <asm/uaccess.h>
#include <asm/sections.h>
@@ -2128,6 +2129,7 @@ void resume_console(void)
{
	if (!console_suspend_enabled)
		return;
	place_marker("M - System Resume Started");
	down_console_sem();
	console_suspended = 0;
	console_unlock();