summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorMiaohe Lin <linmiaohe@huawei.com>2022-07-04 21:21:51 +0800
committerakpm <akpm@linux-foundation.org>2022-07-17 17:14:45 -0700
commit4fba8f2a306038da617cd29503a1841b7b44ee23 (patch)
tree1efcb53733fd2c2c1f28b7df65be9295b0f5ae17 /tools/perf/scripts/python
parenta69e4717c62508ad5335e9bd56b1b6984a6b2b98 (diff)
downloadkernel-4fba8f2a306038da617cd29503a1841b7b44ee23.tar.gz
mm/huge_memory: rename mmun_start to haddr in remove_migration_pmd
mmun_start indicates mmu_notifier start address but there's no mmu_notifier stuff in remove_migration_pmd. This will make it hard to get the meaning of mmun_start. Rename it to haddr to avoid confusing readers and also imporve readability. Link: https://lkml.kernel.org/r/20220704132201.14611-7-linmiaohe@huawei.com Signed-off-by: Miaohe Lin <linmiaohe@huawei.com> Reviewed-by: Muchun Song <songmuchun@bytedance.com> Cc: Matthew Wilcox <willy@infradead.org> Cc: Yang Shi <shy828301@gmail.com> Cc: Zach O'Keefe <zokeefe@google.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
f29be'>NFS: discard NFS_RPC_SWAPFLAGS and RPC_TASK_ROOTCREDSNeilBrown 2022-02-28SUNRPC: Record endpoint information in trace logChuck Lever 2022-02-28SUNRPC: Same as SVC_RQST_ENDPOINT, but without the xidChuck Lever 2022-02-28SUNRPC: Improve sockaddr handling in the svc_xprt_create_error trace pointChuck Lever 2022-01-25Merge tag 'nfs-for-5.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds 2022-01-14SUNRPC: Don't dereference xprt->snd_task if it's a cookieChuck Lever 2022-01-10SUNRPC: Fix sockaddr handling in svcsock_accept_class trace pointsChuck Lever 2022-01-10SUNRPC: Fix sockaddr handling in the svc_xprt_create_error trace pointChuck Lever 2022-01-06SUNRPC: Add source address/port to rpc_socket* tracesPierguido Lambri 2021-12-13SUNRPC: Remove low signal-to-noise tracepointsChuck Lever 2021-11-10Merge tag 'nfsd-5.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds 2021-10-20SUNRPC: Trace calls to .rpc_call_doneChuck Lever 2021-10-20SUNRPC: Use BIT() macro in rpc_show_xprt_state()Chuck Lever 2021-10-20SUNRPC: Tracepoints should display tk_pid and cl_clid as a fixed-size fieldChuck Lever 2021-10-04SUNRPC: Capture value of xdr_buf::page_baseChuck Lever 2021-10-04SUNRPC: Add trace event when alloc_pages_bulk() makes no progressChuck Lever 2021-09-04Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds 2021-08-17SUNRPC: Fix a NULL pointer deref in trace_svc_stats_latency()Chuck Lever 2021-08-10SUNRPC: Eliminate the RQ_AUTHERR flagChuck Lever 2021-08-10SUNRPC: Add svc_rqst::rq_auth_statChuck Lever 2021-08-09SUNRPC: Record timeout value in xprt_retransmit tracepointChuck Lever 2021-08-09SUNRPC: xprt_retransmit() displays the the NULL procedure incorrectlyChuck Lever 2021-08-09SUNRPC: Update trace flagsChuck Lever 2021-08-09SUNRPC: Remove unneeded TRACE_DEFINE_ENUMsChuck Lever 2021-06-30treewide: Add missing semicolons to __assign_str usesJoe Perches 2021-05-07Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds 2021-04-14SUNRPC: Remove trace_xprt_transmit_queuedChuck Lever 2021-04-14SUNRPC: Add tracepoint that fires when an RPC is retransmittedChuck Lever 2021-03-22SUNRPC: Export svc_xprt_received()Chuck Lever 2021-01-25SUNRPC: Display RPC procedure names instead of proc numbersChuck Lever 2021-01-13SUNRPC: Move the svc_xdr_recvfrom tracepoint againChuck Lever