summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorRobin Murphy <robin.murphy@arm.com>2020-09-03 21:25:53 +0100
committerVinod Koul <vkoul@kernel.org>2020-09-11 17:42:13 +0530
commit2fc3cad287c62c6477ab674e4430662b470c3a22 (patch)
treee5ea8cc62c06752820bcddf62102c816408a2344 /tools/perf/scripts/python/bin/stackcollapse-record
parent4e06de43a9e6d2ae5fa7525db9b83f19a73c57d3 (diff)
downloadkernel-2fc3cad287c62c6477ab674e4430662b470c3a22.tar.gz
dmaengine: pl330: Drop local dma_parms
Since commit f458488425f1 ("amba: Initialize dma_parms for amba devices"), struct amba_device already provides a dma_parms structure, so we can save allocating another one. Signed-off-by: Robin Murphy <robin.murphy@arm.com> Link: https://lore.kernel.org/r/c9e58882e33f22f9b0a6d65a5507e24004512148.1599164692.git.robin.murphy@arm.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
scale/dpaa2/dpaa2-eth.c?h=linux-6.6.y&id=848c1903d35e2eb4fdf8b1a0a6721876e8c88e5d'>dpaa2-mac: fix the remove path for non-MAC interfacesIoana Ciornei 2021-01-13dpaa2-eth: add support for Rx VLAN filteringIonut-robert Aron 2021-01-09dpaa2-eth: retry the probe when the MAC is not yet discovered on the busIoana Ciornei 2021-01-09dpaa2-mac: export MAC counters even when in TYPE_FIXEDIoana Ciornei 2021-01-09dpaa2-mac: split up initializing the MAC object from connecting to itIoana Ciornei 2021-01-08net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi 2021-01-08net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi 2020-12-16dpaa2-eth: fix the size of the mapped SGT bufferIoana Ciornei 2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski 2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel 2020-11-23dpaa2-eth: use new PTP_MSGTYPE_* define(s)Christian Eggers 2020-10-02dpaa2-eth: add support for devlink parser error drop trapsIoana Ciornei 2020-10-02dpaa2-eth: add basic devlink supportIoana Ciornei 2020-09-25dpaa2-eth: install a single steering rule when SHARED_FS is enabledIonut-robert Aron 2020-09-25dpaa2-eth: no need to check link state right after ndo_openIoana Ciornei 2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg 2020-09-20dpaa2-eth: drop double zeroingJulia Lawall 2020-09-18dpaa2-eth: support PTP Sync packet one-step timestampingYangbo Lu 2020-09-18dpaa2-eth: utilize skb->cb[0] for hardware timestampingYangbo Lu 2020-09-18dpaa2-eth: invoke dpaa2_eth_enable_tx_tstamp() once in codeYangbo Lu 2020-09-18dpaa2-eth: define a global ptp_qoriq structure pointerYangbo Lu 2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2020-09-01dpaa2-eth: add a dpaa2_eth_ prefix to all functions in dpaa2-eth.cIoana Ciornei 2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva 2020-08-04dpaa2-eth: Fix passing zero to 'PTR_ERR' warningYueHaibing 2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller 2020-08-03dpaa2-eth: use napi_schedule to be compatible with PREEMPT_RTJiafei Pan 2020-07-25bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko 2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller 2020-07-21dpaa2-eth: add support for TBF offloadIoana Ciornei 2020-07-21dpaa2-eth: move the mqprio setup into a separate functionIoana Ciornei