gator: Version 5.15
authorJon Medhurst <tixy@linaro.org>
Tue, 11 Jun 2013 11:10:56 +0000 (12:10 +0100)
committerJon Medhurst <tixy@linaro.org>
Tue, 8 Oct 2013 13:57:44 +0000 (14:57 +0100)
commitaaf37a3203b5ad30714cde34f4a6b40c3195eebf
tree1fbd3aeaac69cac2a9c7803bf759a23efddf882a
parent8bb495e3f02401ee6f76d1b1d77f3ac9f079e376
gator: Version 5.15

Signed-off-by: Jon Medhurst <tixy@linaro.org>
138 files changed:
drivers/gator/LICENSE [new file with mode: 0644]
drivers/gator/Makefile [new file with mode: 0644]
drivers/gator/gator.h [new file with mode: 0644]
drivers/gator/gator_annotate.c [new file with mode: 0644]
drivers/gator/gator_annotate_kernel.c [new file with mode: 0644]
drivers/gator/gator_backtrace.c [new file with mode: 0644]
drivers/gator/gator_cookies.c [new file with mode: 0644]
drivers/gator/gator_events.sh [new file with mode: 0755]
drivers/gator/gator_events_armv6.c [new file with mode: 0644]
drivers/gator/gator_events_armv7.c [new file with mode: 0644]
drivers/gator/gator_events_block.c [new file with mode: 0644]
drivers/gator/gator_events_irq.c [new file with mode: 0644]
drivers/gator/gator_events_l2c-310.c [new file with mode: 0644]
drivers/gator/gator_events_mali_400.c [new file with mode: 0644]
drivers/gator/gator_events_mali_400.h [new file with mode: 0644]
drivers/gator/gator_events_mali_common.c [new file with mode: 0644]
drivers/gator/gator_events_mali_common.h [new file with mode: 0644]
drivers/gator/gator_events_mali_t6xx.c [new file with mode: 0644]
drivers/gator/gator_events_mali_t6xx_hw.c [new file with mode: 0644]
drivers/gator/gator_events_mali_t6xx_hw_test.c [new file with mode: 0644]
drivers/gator/gator_events_meminfo.c [new file with mode: 0644]
drivers/gator/gator_events_mmaped.c [new file with mode: 0644]
drivers/gator/gator_events_net.c [new file with mode: 0644]
drivers/gator/gator_events_perf_pmu.c [new file with mode: 0644]
drivers/gator/gator_events_sched.c [new file with mode: 0644]
drivers/gator/gator_events_scorpion.c [new file with mode: 0644]
drivers/gator/gator_fs.c [new file with mode: 0644]
drivers/gator/gator_hrtimer_gator.c [new file with mode: 0644]
drivers/gator/gator_hrtimer_perf.c [new file with mode: 0644]
drivers/gator/gator_iks.c [new file with mode: 0644]
drivers/gator/gator_main.c [new file with mode: 0644]
drivers/gator/gator_marshaling.c [new file with mode: 0644]
drivers/gator/gator_pack.c [new file with mode: 0644]
drivers/gator/gator_trace_gpu.c [new file with mode: 0644]
drivers/gator/gator_trace_gpu.h [new file with mode: 0644]
drivers/gator/gator_trace_power.c [new file with mode: 0644]
drivers/gator/gator_trace_sched.c [new file with mode: 0644]
drivers/gator/mali_t6xx.mk [new file with mode: 0644]
tools/gator/daemon/Android.mk [new file with mode: 0644]
tools/gator/daemon/Buffer.cpp [new file with mode: 0644]
tools/gator/daemon/Buffer.h [new file with mode: 0644]
tools/gator/daemon/CapturedXML.cpp [new file with mode: 0644]
tools/gator/daemon/CapturedXML.h [new file with mode: 0644]
tools/gator/daemon/Child.cpp [new file with mode: 0644]
tools/gator/daemon/Child.h [new file with mode: 0644]
tools/gator/daemon/Collector.cpp [new file with mode: 0644]
tools/gator/daemon/Collector.h [new file with mode: 0644]
tools/gator/daemon/ConfigurationXML.cpp [new file with mode: 0644]
tools/gator/daemon/ConfigurationXML.h [new file with mode: 0644]
tools/gator/daemon/Counter.h [new file with mode: 0644]
tools/gator/daemon/Driver.cpp [new file with mode: 0644]
tools/gator/daemon/Driver.h [new file with mode: 0644]
tools/gator/daemon/EventsXML.cpp [new file with mode: 0644]
tools/gator/daemon/EventsXML.h [new file with mode: 0644]
tools/gator/daemon/Fifo.cpp [new file with mode: 0644]
tools/gator/daemon/Fifo.h [new file with mode: 0644]
tools/gator/daemon/Hwmon.cpp [new file with mode: 0644]
tools/gator/daemon/Hwmon.h [new file with mode: 0644]
tools/gator/daemon/KMod.cpp [new file with mode: 0644]
tools/gator/daemon/KMod.h [new file with mode: 0644]
tools/gator/daemon/LocalCapture.cpp [new file with mode: 0644]
tools/gator/daemon/LocalCapture.h [new file with mode: 0644]
tools/gator/daemon/Logging.cpp [new file with mode: 0644]
tools/gator/daemon/Logging.h [new file with mode: 0644]
tools/gator/daemon/Makefile [new file with mode: 0644]
tools/gator/daemon/Makefile_aarch64 [new file with mode: 0644]
tools/gator/daemon/OlySocket.cpp [new file with mode: 0644]
tools/gator/daemon/OlySocket.h [new file with mode: 0644]
tools/gator/daemon/OlyUtility.cpp [new file with mode: 0644]
tools/gator/daemon/OlyUtility.h [new file with mode: 0644]
tools/gator/daemon/Sender.cpp [new file with mode: 0644]
tools/gator/daemon/Sender.h [new file with mode: 0644]
tools/gator/daemon/SessionData.cpp [new file with mode: 0644]
tools/gator/daemon/SessionData.h [new file with mode: 0644]
tools/gator/daemon/SessionXML.cpp [new file with mode: 0644]
tools/gator/daemon/SessionXML.h [new file with mode: 0644]
tools/gator/daemon/StreamlineSetup.cpp [new file with mode: 0644]
tools/gator/daemon/StreamlineSetup.h [new file with mode: 0644]
tools/gator/daemon/common.mk [new file with mode: 0644]
tools/gator/daemon/configuration.xml [new file with mode: 0644]
tools/gator/daemon/escape.c [new file with mode: 0644]
tools/gator/daemon/events-ARM11.xml [new file with mode: 0644]
tools/gator/daemon/events-ARM11MPCore.xml [new file with mode: 0644]
tools/gator/daemon/events-CCI-400.xml [new file with mode: 0644]
tools/gator/daemon/events-Cortex-A15.xml [new file with mode: 0644]
tools/gator/daemon/events-Cortex-A5.xml [new file with mode: 0644]
tools/gator/daemon/events-Cortex-A53.xml [new file with mode: 0644]
tools/gator/daemon/events-Cortex-A57.xml [new file with mode: 0644]
tools/gator/daemon/events-Cortex-A7.xml [new file with mode: 0644]
tools/gator/daemon/events-Cortex-A8.xml [new file with mode: 0644]
tools/gator/daemon/events-Cortex-A9.xml [new file with mode: 0644]
tools/gator/daemon/events-Krait-architected.xml [new file with mode: 0644]
tools/gator/daemon/events-L2C-310.xml [new file with mode: 0644]
tools/gator/daemon/events-Linux.xml [new file with mode: 0644]
tools/gator/daemon/events-Mali-400.xml [new file with mode: 0644]
tools/gator/daemon/events-Mali-T6xx.xml [new file with mode: 0644]
tools/gator/daemon/events-Mali-T6xx_hw.xml [new file with mode: 0644]
tools/gator/daemon/events-Scorpion.xml [new file with mode: 0644]
tools/gator/daemon/events-ScorpionMP.xml [new file with mode: 0644]
tools/gator/daemon/events_footer.xml [new file with mode: 0644]
tools/gator/daemon/events_header.xml [new file with mode: 0644]
tools/gator/daemon/libsensors/COPYING.LGPL [new file with mode: 0644]
tools/gator/daemon/libsensors/access.c [new file with mode: 0644]
tools/gator/daemon/libsensors/access.h [new file with mode: 0644]
tools/gator/daemon/libsensors/conf-lex.c [new file with mode: 0644]
tools/gator/daemon/libsensors/conf-lex.l [new file with mode: 0644]
tools/gator/daemon/libsensors/conf-parse.c [new file with mode: 0644]
tools/gator/daemon/libsensors/conf-parse.h [new file with mode: 0644]
tools/gator/daemon/libsensors/conf-parse.y [new file with mode: 0644]
tools/gator/daemon/libsensors/conf.h [new file with mode: 0644]
tools/gator/daemon/libsensors/data.c [new file with mode: 0644]
tools/gator/daemon/libsensors/data.h [new file with mode: 0644]
tools/gator/daemon/libsensors/error.c [new file with mode: 0644]
tools/gator/daemon/libsensors/error.h [new file with mode: 0644]
tools/gator/daemon/libsensors/general.c [new file with mode: 0644]
tools/gator/daemon/libsensors/general.h [new file with mode: 0644]
tools/gator/daemon/libsensors/init.c [new file with mode: 0644]
tools/gator/daemon/libsensors/init.h [new file with mode: 0644]
tools/gator/daemon/libsensors/scanner.h [new file with mode: 0644]
tools/gator/daemon/libsensors/sensors.h [new file with mode: 0644]
tools/gator/daemon/libsensors/sysfs.c [new file with mode: 0644]
tools/gator/daemon/libsensors/sysfs.h [new file with mode: 0644]
tools/gator/daemon/libsensors/version.h [new file with mode: 0644]
tools/gator/daemon/main.cpp [new file with mode: 0644]
tools/gator/daemon/mxml/COPYING [new file with mode: 0644]
tools/gator/daemon/mxml/config.h [new file with mode: 0644]
tools/gator/daemon/mxml/mxml-attr.c [new file with mode: 0644]
tools/gator/daemon/mxml/mxml-entity.c [new file with mode: 0644]
tools/gator/daemon/mxml/mxml-file.c [new file with mode: 0644]
tools/gator/daemon/mxml/mxml-get.c [new file with mode: 0644]
tools/gator/daemon/mxml/mxml-index.c [new file with mode: 0644]
tools/gator/daemon/mxml/mxml-node.c [new file with mode: 0644]
tools/gator/daemon/mxml/mxml-private.c [new file with mode: 0644]
tools/gator/daemon/mxml/mxml-private.h [new file with mode: 0644]
tools/gator/daemon/mxml/mxml-search.c [new file with mode: 0644]
tools/gator/daemon/mxml/mxml-set.c [new file with mode: 0644]
tools/gator/daemon/mxml/mxml-string.c [new file with mode: 0644]
tools/gator/daemon/mxml/mxml.h [new file with mode: 0644]