Add the suspend_resume trace event to Perfetto ftrace config

Bug: 137289935
Test: Alongside selinux changes, recorded a trace using Traceur and
verified the tracepoints were included in the recorded trace.

Change-Id: If09a4e50092d11762857ef1a57fa92c8c1f6c6fb
Merged-In: If09a4e50092d11762857ef1a57fa92c8c1f6c6fb
diff --git a/src/traced/probes/ftrace/ftrace_config_muxer.cc b/src/traced/probes/ftrace/ftrace_config_muxer.cc
index 4dbf313..ee721a7 100644
--- a/src/traced/probes/ftrace/ftrace_config_muxer.cc
+++ b/src/traced/probes/ftrace/ftrace_config_muxer.cc
@@ -173,6 +173,7 @@
         events.insert(GroupAndName("clk", "clk_disable"));
         events.insert(GroupAndName("clk", "clk_enable"));
         events.insert(GroupAndName("power", "cpu_frequency_limits"));
+        events.insert(GroupAndName("power", "suspend_resume"));
         AddEventGroup(table, "msm_bus", &events);
         continue;
       }