From: Li Zefan <lizf@cn.fujitsu.com>
To: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>, Steven Rostedt <rostedt@goodmis.org>,
Zhaolei <zhaolei@cn.fujitsu.com>,
Tom Zanussi <tzanussi@gmail.com>,
KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>,
LKML <linux-kernel@vger.kernel.org>,
Peter Zijlstra <peterz@infradead.org>
Subject: Re: [PATCH 0/2 v3] [GIT PULL] tracing/events: add the __string field
Date: Sun, 19 Apr 2009 14:14:54 +0800 [thread overview]
Message-ID: <49EAC15E.7080702@cn.fujitsu.com> (raw)
In-Reply-To: <1240117295-6873-1-git-send-email-fweisbec@gmail.com>
Frederic Weisbecker wrote:
> Hi,
>
> Here is the v3 of the __string() field patchset.
> It applies suggestions from Steven and Peter with some arrangements.
>
> This time, filtering is not supported (though it is ready in a pending patch).
> I wanted to provide it but it looks like filtering has been broken recently.
> Once I set a usual string filter, no more traces appear, and clearing it
> doesn't change anything.
>
I tried it, and triggered a WARNING, and ring buffers was
disabled permanently:
------------[ cut here ]------------
WARNING: at kernel/trace/ring_buffer.c:1501 ring_buffer_lock_reserve+0x78/0x122()
Hardware name: Aspire SA85
Modules linked in: autofs4 parport_pc parport button sg r8169 mii sata_sis pata_sis ata_generic libata sd_mod scsi_mod ext3 jbd mbcache uhci_hcd ohci_hcd ehci_hcd [last unloaded: scsi_wait_scan]
Pid: 0, comm: swapper Not tainted 2.6.30-rc2-tip #84
Call Trace:
[<c0431d8d>] warn_slowpath+0x79/0x8f
[<c0468379>] ? __rcu_read_unlock+0x70/0x7f
[<c045022b>] ? trace_hardirqs_off+0xb/0xd
[<c0468379>] ? __rcu_read_unlock+0x70/0x7f
[<c045022b>] ? trace_hardirqs_off+0xb/0xd
[<c0468379>] ? __rcu_read_unlock+0x70/0x7f
[<c063784b>] ? _spin_unlock_irqrestore+0x34/0x5d
[<c0450200>] ? trace_hardirqs_off_caller+0x8f/0xaf
[<c04718fa>] ring_buffer_lock_reserve+0x78/0x122
[<c0473f17>] trace_buffer_lock_reserve+0x11/0x34
[<c0474399>] trace_current_buffer_lock_reserve+0x19/0x1e
[<c0465299>] ftrace_raw_event_irq_handler_exit+0x34/0x73
[<c0464fdb>] handle_IRQ_event+0xcc/0x169
[<c0466bc0>] handle_fasteoi_irq+0x77/0xb0
[<c0466b49>] ? handle_fasteoi_irq+0x0/0xb0
<IRQ> [<c0637d76>] ? do_IRQ+0x4e/0xa3
[<c04030ee>] ? common_interrupt+0x2e/0x34
[<c045007b>] ? lockdep_init_map+0x2d5/0x39f
[<c04092b3>] ? mwait_idle+0xab/0x100
[<c0401b4e>] ? cpu_idle+0x53/0x85
[<c0631fb5>] ? start_secondary+0x1aa/0x1b1
---[ end trace ab1a6955379aeb3f ]---
next prev parent reply other threads:[~2009-04-19 6:14 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-19 5:01 [PATCH 0/2 v3] [GIT PULL] tracing/events: add the __string field Frederic Weisbecker
2009-04-19 5:01 ` [PATCH 1/2 v3] tracing/events: provide string with undefined size support Frederic Weisbecker
2009-04-19 6:15 ` Li Zefan
2009-04-19 12:35 ` Frederic Weisbecker
2009-04-21 18:16 ` Frederic Weisbecker
2009-04-21 18:33 ` Steven Rostedt
2009-04-21 21:58 ` Steven Rostedt
2009-04-21 22:00 ` Steven Rostedt
2009-04-21 22:12 ` Frederic Weisbecker
2009-04-21 22:21 ` Steven Rostedt
2009-04-21 23:32 ` [PATCH][GIT-PULL] tracing/events: protect __get_str() Frederic Weisbecker
2009-04-22 10:25 ` Ingo Molnar
2009-04-22 10:41 ` [PATCH 1/2 v3] tracing/events: provide string with undefined size support Ingo Molnar
2009-04-19 5:01 ` [PATCH 2/2 v3] tracing/lock: provide lock_acquired event support for dynamic size string Frederic Weisbecker
2009-04-21 21:59 ` Steven Rostedt
2009-04-19 6:14 ` Li Zefan [this message]
2009-04-19 12:34 ` [PATCH 0/2 v3] [GIT PULL] tracing/events: add the __string field Frederic Weisbecker
2009-04-19 13:49 ` [PATCH] tracing/core: Add current context on tracing recursion warning Frederic Weisbecker
2009-04-19 14:01 ` Ingo Molnar
2009-04-19 14:22 ` Frederic Weisbecker
2009-04-19 18:45 ` Ingo Molnar
2009-04-19 18:48 ` Frédéric Weisbecker
2009-04-19 18:47 ` Ingo Molnar
2009-04-19 17:28 ` Frederic Weisbecker
2009-04-20 0:37 ` Li Zefan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=49EAC15E.7080702@cn.fujitsu.com \
--to=lizf@cn.fujitsu.com \
--cc=fweisbec@gmail.com \
--cc=kosaki.motohiro@jp.fujitsu.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=peterz@infradead.org \
--cc=rostedt@goodmis.org \
--cc=tzanussi@gmail.com \
--cc=zhaolei@cn.fujitsu.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox