1[
2    {
3        "Id": "valgrind",
4        "Name": "Valgrind",
5        "QDocModule": "qttestlib",
6        "QtUsage": "Used on Linux ond MacOS in the Qt Test module.",
7        "Files": "valgrind_p.h callgrind_p.h",
8
9        "Description": "An instrumentation framework for building dynamic analysis tools.",
10        "Homepage": "http://valgrind.org/",
11        "Version": "3.14.0",
12        "License": "BSD 4-clause \"Original\" or \"Old\" License",
13        "LicenseId": "BSD-4-Clause",
14        "LicenseFile": "VALGRIND_LICENSE.txt",
15        "Copyright": "Copyright (C) 2000-2017 Julian Seward
16Copyright (C) 2003-2017 Josef Weidendorfer."
17    },
18    {
19        "Id": "cycle",
20        "Name": "Cycle",
21        "QDocModule": "qttestlib",
22        "QtUsage": "Used in the Qt Test module.",
23        "Files": "cycle_p.h",
24
25        "Description": "Allows to access the CPU's cycle counters.",
26        "License": "MIT License",
27        "LicenseId": "MIT",
28        "LicenseFile": "CYCLE_LICENSE.txt",
29        "Copyright": "Copyright (c) 2003, 2006 Matteo Frigo
30Copyright (c) 2003, 2006 Massachusetts Institute of Technology"
31    },
32    {
33        "Id": "linuxperf",
34        "Name": "Linux Performance Events",
35        "QDocModule": "qttestlib",
36        "QtUsage": "Used on Linux and Android in the Qt Test module. Note that this is a copy of the respective Linux header, and the clarifications of the Linux Syscall Note apply.",
37        "Files": "linux_perf_event_p.h",
38
39        "Description": "Allows access to the Linux kernel's performance events.",
40        "Homepage": "https://www.kernel.org",
41        "Version": "3.7",
42        "License": "GNU General Public License v2.0 only with Linux Syscall Note",
43        "LicenseId": "GPL-2.0 WITH Linux-syscall-note",
44        "LicenseFile": "LINUX_LICENSE.txt",
45        "Copyright": "Copyright (C) 2008-2009, Thomas Gleixner <tglx@linutronix.de>
46Copyright (C) 2008-2011, Red Hat, Inc., Ingo Molnar
47Copyright (C) 2008-2011, Red Hat, Inc., Peter Zijlstra"
48    }
49]
50