From f6a375039f6ac6ebc975f9a030a0ce3f03bde4bd Mon Sep 17 00:00:00 2001
From: John Reck <jreck@google.com>
Date: Thu, 28 Jun 2018 12:36:17 -0700
Subject: [PATCH] Add record-tgid tracefs support

Bug: 110757800
Test: none
Change-Id: I2627c43fc45a78c936fa4a7ca968c606c89b9728
---
 private/genfs_contexts | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/private/genfs_contexts b/private/genfs_contexts
index 11b9974f7..b4d7cbc07 100644
--- a/private/genfs_contexts
+++ b/private/genfs_contexts
@@ -194,6 +194,7 @@ genfscon tracefs /trace_clock                                            u:objec
 genfscon tracefs /buffer_size_kb                                         u:object_r:debugfs_tracing:s0
 genfscon tracefs /options/overwrite                                      u:object_r:debugfs_tracing:s0
 genfscon tracefs /options/print-tgid                                     u:object_r:debugfs_tracing:s0
+genfscon tracefs /options/record-tgid                                    u:object_r:debugfs_tracing:s0
 genfscon tracefs /saved_cmdlines_size                                    u:object_r:debugfs_tracing:s0
 genfscon tracefs /events/sched/sched_switch/                             u:object_r:debugfs_tracing:s0
 genfscon tracefs /events/sched/sched_wakeup/                             u:object_r:debugfs_tracing:s0
@@ -222,6 +223,7 @@ genfscon debugfs /tracing/trace_clock
 genfscon debugfs /tracing/buffer_size_kb                                         u:object_r:debugfs_tracing:s0
 genfscon debugfs /tracing/options/overwrite                                      u:object_r:debugfs_tracing:s0
 genfscon debugfs /tracing/options/print-tgid                                     u:object_r:debugfs_tracing:s0
+genfscon debugfs /tracing/options/record-tgid                                    u:object_r:debugfs_tracing:s0
 genfscon debugfs /tracing/saved_cmdlines_size                                    u:object_r:debugfs_tracing:s0
 genfscon debugfs /tracing/events/sched/sched_switch/                             u:object_r:debugfs_tracing:s0
 genfscon debugfs /tracing/events/sched/sched_wakeup/                             u:object_r:debugfs_tracing:s0
-- 
GitLab