summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/netdev-times-record
diff options
context:
space:
mode:
authorFelipe Balbi <balbi@ti.com>2013-06-30 14:15:11 +0300
committerFelipe Balbi <balbi@ti.com>2013-07-29 13:56:44 +0300
commit5945f789c864d8676b297880cc6961fea4511a7a (patch)
tree11b6c9ceb31844ae42c8c0cc5182a0375b639227 /tools/perf/scripts/python/bin/netdev-times-record
parent7bc5a6ba369217e0137833f5955cf0b0f08b0712 (diff)
downloadkernel-5945f789c864d8676b297880cc6961fea4511a7a.tar.gz
usb: dwc3: switch to GPL v2 only
This is a Linux-only driver which makes use of GPL-only symbols. It makes no sense to maintain Dual BSD/GPL licensing for this driver. Considering that the amount of work to use this driver in any different operating system would likely be as large as developing the driver from scratch and considering that we depend on GPL-only symbols, we will switch over to a GPL v2-only license. Cc: Anton Tikhomirov <av.tikhomirov@samsung.com> Acked-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'tools/perf/scripts/python/bin/netdev-times-record')
0 files changed, 0 insertions, 0 deletions
28perf tools: Add more documentation to export-to-postgresql.py scriptAdrian Hunter 2015-08-28perf scripts python: Add new compaction-times scriptTony Jones 2015-08-21perf tools: Add example call-graph scriptAdrian Hunter 2015-02-12perf build: Add scripts objects buildingJiri Olsa 2014-11-03perf tools: Add call information to Python exportAdrian Hunter 2014-11-03perf tools: Add branch_type and in_tx to Python exportAdrian Hunter 2014-10-29perf script: Add Python script to export to postgresqlAdrian Hunter 2014-07-16perf script: Add callchain to generic and tracepoint eventsJoseph Schuchart 2014-06-25perf scripts: Fallback to syscalls:* when raw_syscalls:* is not availableDaniel Bristot de Oliveira 2013-11-05perf tools: Finish the removal of 'self' argumentsArnaldo Carvalho de Melo 2013-05-22perf: net_dropmonitor: Remove progress indicatorBen Hutchings 2013-05-22perf: net_dropmonitor: Use bisection in symbol lookupBen Hutchings 2013-05-22perf: net_dropmonitor: Do not assume ordering of dictionariesBen Hutchings 2013-05-22perf: net_dropmonitor: Fix symbol-relative addressesBen Hutchings 2013-05-22perf: net_dropmonitor: Fix trace parameter orderBen Hutchings