| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH 0/5] Misc updates for Ftrace of MIPS |
| From: | Wu Zhangjin <wuzhangjin@gmail.com> |
| Date: | Thu, 20 Jan 2011 03:28:25 +0800 |
| Cc: | Wu Zhangjin <wuzhangjin@gmail.com>, Steven Rostedt <srostedt@redhat.com>, linux-mips@linux-mips.org, xzhong86@163.com |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:cc:subject:date:message-id:x-mailer; bh=SuDJ50M+xhOBvr5Vs0Tpmpgg/oH8J1HbTuQ7mxBuuU4=; b=pA9rpbf47V51mn6w0P7O7FZexr/Z6jn89IpxBtXFnl8VC40MpNHf4zLPtM49fHhNxn S2lzKco7vN0ktfKErW/npXFO4u1zeK4WlTHdtY+CdFqhwdfaXCNIuJjV10srn3g06i3U A/2fWEWHKLxC0PlzJObd0AeDpqqgKmiD3UH8s= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=XG9OmeyzaiD+AFcXPiR8fn36Cm8CHJqU8ApT8NVegKm6H0KXXJwOqGHGek5P+3257N NlaVrlqN/Z7NZ9XFQ9/Z7V9cCpvjFyRubfwp6Crta1ZbNjvp4HLmHJkBjKk4GUVBRy9G 5xaEmZ9flU7/qAVLUk3kIXpy4sxjSPcLnf3RQ= |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
Hi, Ralf and Steve
This adds several patches for Ftrace of MIPS, most of them are trivial
cleanups, the last one fixes the useful set_graph_function interface provided
by function graph tracer.
The 1st two patches has been sent before, here just resend them.
Thanks very much to Zhiping for reporting the set_graph_function problem.
Regards,
Wu Zhangjin
Wu Zhangjin (5):
tracing, MIPS: Speed up function graph tracer
tracing, MIPS: Substitute in_kernel_space() for in_module()
tracing, MIPS: Clean up prepare_ftrace_return()
tracing, MIPS: Clean up ftrace_make_nop()
tracing, MIPS: Fix set_graph_function of function graph tracer
arch/mips/kernel/ftrace.c | 179 ++++++++++++++++++++++++---------------------
1 files changed, 95 insertions(+), 84 deletions(-)
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH 1/2] MIPS: add CONFIG_VIRTUALIZATION for virtio support, Christoph Hellwig |
|---|---|
| Next by Date: | [PATCH 2/5] tracing, MIPS: replace in_module() with a generic in_kernel_space(), Wu Zhangjin |
| Previous by Thread: | [PATCH 1/2] MIPS: add CONFIG_VIRTUALIZATION for virtio support, Aurelien Jarno |
| Next by Thread: | [PATCH 2/5] tracing, MIPS: replace in_module() with a generic in_kernel_space(), Wu Zhangjin |
| Indexes: | [Date] [Thread] [Top] [All Lists] |