summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-02-24 13:19:02 -0800
committerH. Peter Anvin <hpa@zytor.com>2009-02-24 13:41:01 -0800
commitdf20e2eb3e59b8625021a1bc8b1b53a4edc6008b (patch)
treeccf1456de1a7d3aaa6ad44e2cea4608863700ae8 /tools/perf/scripts/python/stackcollapse.py
parent88ccbedd9ca85d1aca6a6f99df48dce87b7c02d4 (diff)
downloadkernel-df20e2eb3e59b8625021a1bc8b1b53a4edc6008b.tar.gz
x86, mce, cmci: remove incorrect __cpuinit/__cpuexit annotations
Impact: Bug fix on UP The MCE code is reinitialized from resume, so we can't use __cpuinit/__cpuexit for most of the code. Remove those annotations for anything downstream of mce_init(). Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions
PC: Treat the task and request as separate in the xprt_ops->send_request()Trond Myklebust 2018-09-30SUNRPC: Rename xprt->recv_lock to xprt->queue_lockTrond Myklebust 2018-06-12Merge tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds 2018-05-11svcrdma: Persistently allocate and DMA-map Send buffersChuck Lever 2018-05-11svcrdma: Remove post_send_wrChuck Lever 2018-05-11svcrdma: Introduce svc_rdma_send_ctxtChuck Lever 2018-05-11svcrdma: Clean up Send SGE accountingChuck Lever 2018-05-11svcrdma: Trace key RDMA API eventsChuck Lever 2018-05-07SUNRPC: Add a ->free_slot transport calloutChuck Lever 2018-01-18svcrdma: Post Receives in the Receive completion handlerChuck Lever 2017-11-18Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds 2017-11-07svcrdma: Preserve CB send buffer across retransmitsChuck Lever 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-09-05Merge tag 'nfs-rdma-for-4.14-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust 2017-08-18SUNRPC: Add a separate spinlock to protect the RPC request receive listTrond Myklebust 2017-08-01sunrpc: Const-ify all instances of struct rpc_xprt_opsChuck Lever