intel_th: Add Software Trace Hub driver
authorAlexander Shishkin <alexander.shishkin@linux.intel.com>
Tue, 22 Sep 2015 12:47:17 +0000 (15:47 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 4 Oct 2015 19:28:58 +0000 (20:28 +0100)
commitf04e449fc76e7bfd1b8ed11967ab092d05355b6b
tree326223d2f133c1892bd4a4156e2e97b5ed609b9a
parentb27a6a3f97b90f05ed145f553de46d5d9d47d78d
intel_th: Add Software Trace Hub driver

Software Trace Hub (STH) is a trace source device in the Intel TH
architecture, it generates data that then goes through the switch into
one or several output ports.

STH collects data from software sources using the stm device class
abstraction.

Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hwtracing/intel_th/Kconfig
drivers/hwtracing/intel_th/Makefile
drivers/hwtracing/intel_th/sth.c [new file with mode: 0644]
drivers/hwtracing/intel_th/sth.h [new file with mode: 0644]