aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorSuzuki K Poulose <suzuki.poulose@arm.com>2016-08-25 15:18:54 -0600
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-08-31 13:05:42 +0200
commit481e46fe7a88557b66330cbb047b25cc13eff4b9 (patch)
tree148ed9a65c4cfeefd0b533714517c52c0a5ef38b /tools/perf/scripts/python/syscall-counts.py
parentcoresight: always use stashed trace id value in etm4_trace_id (diff)
coresight: Remove erroneous dma_free_coherent in tmc_probe
commit de5461970b3e9e194 ("coresight: tmc: allocating memory when needed") removed the static allocation of buffer for the trace data in ETR mode in tmc_probe. However it failed to remove the "devm_free_coherent" in tmc_probe when the probe fails due to other reasons. This patch gets rid of the incorrect dma_free_coherent() call. Fixes: commit de5461970b3e9e194 ("coresight: tmc: allocating memory when needed") Cc: Mathieu Poirier <mathieu.poirier@linaro.org> Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com> Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions
tephen Boyd1-2/+3 2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-1/+1 2015-09-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+5 2015-08-05spmi: Select IRQ_DOMAIN instead of depend on itStephen Boyd1-1/+1 2015-08-05spmi: pmic-arb: add support for irq_get_irqchip_stateCourtney Cavin1-0/+17 2015-08-05spmi: add command tracepoints for SPMIAnkit Gupta1-3/+19 2015-07-29spmi/pmic: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu1-2/+2 2015-07-29spmi/pmic_arb: Consolidate chained IRQ handler install/removeThomas Gleixner1-6/+3 2015-05-24spmi: Add dependency on HAS_IOMEMRichard Weinberger1-0/+1 2015-04-03spmi: pmic_arb: remove ARM build time dependencyIvan T. Ivanov1-1/+0 2015-03-26spmi: pmic_arb: add support for hw version 2Gilad Avidov1-59/+260 2015-03-26spmi: remove wakeup command before slave probeGilad Avidov1-7/+2 2014-10-20spmi: drop owner assignment from platform_driversWolfram Sang1-1/+0 2014-07-10spmi: Remove duplicate inclusion of module.hSachin Kamat1-1/+0 2014-03-08spmi: pm: drop bus-level PM suspend/resume routinesJosh Cartwright1-35/+0 2014-03-08spmi: pmic_arb: make selectable on ARCH_QCOMJosh Cartwright1-2/+2 2014-02-15spmi: pmic_arb: add support for interrupt handlingJosh Cartwright2-2/+376 2014-02-15spmi: Add MSM PMIC Arbiter SPMI controllerKenneth Heitke3-0/+424 2014-02-15spmi: Linux driver framework for SPMIKenneth Heitke3-0/+622