aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2018-03-08 22:06:49 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-03-08 22:06:49 +0000
commit36507cd8f417cb28ccb3f2b7026d075c97b60175 (patch)
treeb7a793fb319da2fb2d47b71eb500e9344e463970
parent48f1f7a0845abbc78800f8b25c464b380efbb9b1 (diff)
parent3e5ae18abedf215a99edfe7cea39a07af24ed39e (diff)
downloadperf_data_converter-36507cd8f417cb28ccb3f2b7026d075c97b60175.tar.gz
PerfDataConverter: Add metadata files am: be8197ea31
am: 3e5ae18abe Change-Id: Ibb16fd67c31786aa463392eb0d293a21071a6870
-rw-r--r--.gitmodules6
-rw-r--r--METADATA17
-rw-r--r--MODULE_LICENSE_BSD0
-rw-r--r--NOTICE25
4 files changed, 42 insertions, 6 deletions
diff --git a/.gitmodules b/.gitmodules
deleted file mode 100644
index 68fa4b9..0000000
--- a/.gitmodules
+++ /dev/null
@@ -1,6 +0,0 @@
-[submodule "third_party/protobuf"]
- path = third_party/protobuf
- url = git://github.com/google/protobuf.git
-[submodule "third_party/googletest"]
- path = third_party/googletest
- url = git://github.com/google/googletest.git
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..1101596
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,17 @@
+name: "perf_data_converter"
+description:
+ "Tool to convert Linux perf files to the profile.proto format used by pprof"
+
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://github.com/google/perf_data_converter"
+ }
+ url {
+ type: GIT
+ value: "https://github.com/gooogle/perf_data_converter"
+ }
+ version: "e8f1389fde85a2b7e9e05afdb66bfbb794632c00"
+ last_upgrade_date { year: 2018 month: 2 day: 27 }
+ license_type: NOTICE
+}
diff --git a/MODULE_LICENSE_BSD b/MODULE_LICENSE_BSD
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/MODULE_LICENSE_BSD
diff --git a/NOTICE b/NOTICE
new file mode 100644
index 0000000..1a881d7
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1,25 @@
+Copyright (c) 2016, Google Inc.
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ * Neither the name of the Google Inc. nor the
+ names of its contributors may be used to endorse or promote products
+ derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.