[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20180408185320.GA4821@laszlth>
Date: Sun, 8 Apr 2018 20:53:20 +0200
From: Laszlo Toth <laszlth@...il.com>
To: Peter Zijlstra <peterz@...radead.org>,
Ingo Molnar <mingo@...hat.com>,
Arnaldo Carvalho de Melo <acme@...nel.org>,
Alexander Shishkin <alexander.shishkin@...ux.intel.com>,
Jiri Olsa <jolsa@...hat.com>,
Namhyung Kim <namhyung@...nel.org>
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH] perf tools: remove surplus executable marks
Signed-off-by: Laszlo Toth <laszlth@...il.com>
---
tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/EventClass.py | 0
tools/perf/scripts/python/bin/net_dropmonitor-record | 0
tools/perf/scripts/python/bin/net_dropmonitor-report | 0
tools/perf/scripts/python/bin/stackcollapse-record | 0
tools/perf/scripts/python/bin/stackcollapse-report | 0
tools/perf/scripts/python/net_dropmonitor.py | 0
tools/perf/scripts/python/stackcollapse.py | 0
7 files changed, 0 insertions(+), 0 deletions(-)
mode change 100755 => 100644 tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/EventClass.py
mode change 100755 => 100644 tools/perf/scripts/python/bin/net_dropmonitor-record
mode change 100755 => 100644 tools/perf/scripts/python/bin/net_dropmonitor-report
mode change 100755 => 100644 tools/perf/scripts/python/bin/stackcollapse-record
mode change 100755 => 100644 tools/perf/scripts/python/bin/stackcollapse-report
mode change 100755 => 100644 tools/perf/scripts/python/net_dropmonitor.py
mode change 100755 => 100644 tools/perf/scripts/python/stackcollapse.py
diff --git a/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/EventClass.py b/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/EventClass.py
old mode 100755
new mode 100644
diff --git a/tools/perf/scripts/python/bin/net_dropmonitor-record b/tools/perf/scripts/python/bin/net_dropmonitor-record
old mode 100755
new mode 100644
diff --git a/tools/perf/scripts/python/bin/net_dropmonitor-report b/tools/perf/scripts/python/bin/net_dropmonitor-report
old mode 100755
new mode 100644
diff --git a/tools/perf/scripts/python/bin/stackcollapse-record b/tools/perf/scripts/python/bin/stackcollapse-record
old mode 100755
new mode 100644
diff --git a/tools/perf/scripts/python/bin/stackcollapse-report b/tools/perf/scripts/python/bin/stackcollapse-report
old mode 100755
new mode 100644
diff --git a/tools/perf/scripts/python/net_dropmonitor.py b/tools/perf/scripts/python/net_dropmonitor.py
old mode 100755
new mode 100644
diff --git a/tools/perf/scripts/python/stackcollapse.py b/tools/perf/scripts/python/stackcollapse.py
old mode 100755
new mode 100644
--
2.7.4
Powered by blists - more mailing lists