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

Commit 71277408 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "power:hibernate: KPI marker for Hibernation Success"

parents 45b407c9 cdf56b7d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@
#include <linux/genhd.h>
#include <linux/ktime.h>
#include <trace/events/power.h>
#include <soc/qcom/boot_stats.h>

#include "power.h"

@@ -469,6 +470,7 @@ static int resume_target_kernel(bool platform_mode)
	touch_softlockup_watchdog();

	syscore_resume();
	place_marker("PM: Image Restoration failed!");

 Enable_irqs:
	local_irq_enable();
@@ -705,6 +707,7 @@ int hibernate(void)
		pm_restore_gfp_mask();
	} else {
		pr_debug("PM: Image restored successfully.\n");
		place_marker("PM: Image restored!");
	}

 Free_bitmaps: