android_kernel_lge_bullhead/drivers/coresight
Joe Maples 353f0539b5 micro-optimization: Use DSTRLEN to remove incorrect strlen uses
strlen is often used incorectly to get the length of strings
defined at compile time. In these cases, the behavior can be
replicated with sizeof(X) - 1, which is calculated at compile
time rather than runtime, reducing overhead. I've created a
simple macro to replace these instances and applied it to all
the files compiled into the angler kernel.

Signed-off-by: Joe Maples <joe@frap129.org>
2019-08-26 13:31:43 +02:00
..
Kconfig coresight: add support for cti save disable 2014-10-01 12:57:47 -07:00
Makefile coresight: add tpda and tpdm driver support 2014-09-20 13:28:28 -07:00
coresight-audio-etm.c coresight: use instance id from device tree 2014-12-08 11:16:33 +08:00
coresight-csr.c coresight: enable flush-on-flushin for periodic flush to usb 2013-09-04 17:21:38 -07:00
coresight-cti.c coresight: use correct mutex lock for cti show functions 2014-10-13 21:43:12 -07:00
coresight-etm-cp14.c coresight: cp14 support for etm driver for krait v3 2013-09-04 15:21:49 -07:00
coresight-etm.c coresight: set etmdrvdata just before put_online_cpus 2014-12-12 10:21:02 +08:00
coresight-etmv4.c coresight: set etmdrvdata just before put_online_cpus 2014-12-12 10:21:02 +08:00
coresight-event.c coresight: add event to abort tracing late on kernel panic 2014-02-24 12:31:50 -08:00
coresight-funnel.c coresight: get etm funnel port for associated cpu 2014-07-27 23:01:28 -07:00
coresight-fuse.c coresight: add support for new fuse layout on thulium 2015-01-21 13:30:07 -08:00
coresight-hwevent.c coresight: add regulator support for hardware event driver 2014-06-26 12:44:33 -07:00
coresight-modem-etm.c coresight: use instance id from device tree 2014-12-08 11:16:33 +08:00
coresight-nidnt.c coresight: enable SD only mode when hardware sensing is not enabled 2014-09-29 10:37:29 +08:00
coresight-nidnt.h coresight: enable SD only mode when hardware sensing is not enabled 2014-09-29 10:37:29 +08:00
coresight-priv.h coresight: get etm funnel port for associated cpu 2014-07-27 23:01:28 -07:00
coresight-qmi.h coresight: add qmi message support for remote processor etm tracing 2014-01-24 06:40:58 -08:00
coresight-qpdi.c coresight: add support for qpdi driver 2014-03-03 13:31:49 -08:00
coresight-replicator.c coresight: add coresight fuse state query 2013-09-04 17:06:21 -07:00
coresight-rpm-etm.c coresight: use instance id from device tree 2014-12-08 11:16:33 +08:00
coresight-stm.c coresight: add header meta data for every ost packet sent via stm 2014-11-18 19:08:30 -08:00
coresight-tmc.c micro-optimization: Use DSTRLEN to remove incorrect strlen uses 2019-08-26 13:31:43 +02:00
coresight-tpda.c coresight: add tpda enable validation checks in sysfs show functions 2015-05-04 22:45:10 -07:00
coresight-tpdm.c coresight: set only required bits in the bitmap 2015-01-31 16:19:07 -08:00
coresight-tpiu.c coresight: add attributes to show available modes and mem-type options 2014-10-21 13:53:36 -07:00
coresight-wcn-etm.c coresight: add support to enable remote processor etm tracing on boot 2014-04-02 09:39:32 -07:00
coresight.c coresight: use pr_err_ratelimited for coresight abort error 2014-09-19 16:56:54 -07:00