mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [merged] mm-tracing-print-symbol-name-for-kmem_alloc_node-call_site-events.patch removed from -mm tree
@ 2020-01-31 23:18 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2020-01-31 23:18 UTC (permalink / raw)
  To: changbin.du, joel, mingo, mm-commits, rostedt, sunjunyong,
	sunjy516, timmurray


The patch titled
     Subject: mm, tracing: print symbol name for kmem_alloc_node call_site events
has been removed from the -mm tree.  Its filename was
     mm-tracing-print-symbol-name-for-kmem_alloc_node-call_site-events.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
From: Junyong Sun <sunjy516@gmail.com>
Subject: mm, tracing: print symbol name for kmem_alloc_node call_site events

Print the call_site ip of kmem_alloc_node using '%pS' to improve the
readability of raw slab trace points.

Link: http://lkml.kernel.org/r/1577949568-4518-1-git-send-email-sunjunyong@xiaomi.com
Signed-off-by: Junyong Sun <sunjunyong@xiaomi.com>
Acked-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Joel Fernandes (Google) <joel@joelfernandes.org>
Cc: Changbin Du <changbin.du@intel.com>
Cc: Tim Murray <timmurray@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 include/trace/events/kmem.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- a/include/trace/events/kmem.h~mm-tracing-print-symbol-name-for-kmem_alloc_node-call_site-events
+++ a/include/trace/events/kmem.h
@@ -88,8 +88,8 @@ DECLARE_EVENT_CLASS(kmem_alloc_node,
 		__entry->node		= node;
 	),
 
-	TP_printk("call_site=%lx ptr=%p bytes_req=%zu bytes_alloc=%zu gfp_flags=%s node=%d",
-		__entry->call_site,
+	TP_printk("call_site=%pS ptr=%p bytes_req=%zu bytes_alloc=%zu gfp_flags=%s node=%d",
+		(void *)__entry->call_site,
 		__entry->ptr,
 		__entry->bytes_req,
 		__entry->bytes_alloc,
_

Patches currently in -mm which might be from sunjy516@gmail.com are

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-01-31 23:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-31 23:18 [merged] mm-tracing-print-symbol-name-for-kmem_alloc_node-call_site-events.patch removed from -mm tree akpm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).