From: Robert Jarzmik <robert.jarzmik@free.fr>
To: Dave Chinner <david@fromorbit.com>
Cc: Andrew Morton <akpm@linux-foundation.org>, linux-kernel@vger.kernel.org
Subject: Re: [RFC PATCH] mm: trace filemap add and del
Date: Thu, 22 Nov 2012 12:51:00 +0100 [thread overview]
Message-ID: <87vccx500r.fsf@free.fr> (raw)
In-Reply-To: <20121121035924.GO2591@dastard> (Dave Chinner's message of "Wed, 21 Nov 2012 14:59:24 +1100")
Dave Chinner <david@fromorbit.com> writes:
> We actually have an informal convention for formating filesystem
> trace events, and that is to use the device number....
>
>>
>> > + ),
>> > +
>> > + TP_printk("page=%p pfn=%lu blk=%d:%d inode+ofs=%lu+%lu",
>
> ... and to prefix messages like:
>
> TP_printk("dev %d:%d ino 0x%llx ....
> MAJOR(__entry->dev), MINOR(__entry->dev),
>
> i.e. the start of the event message has all the identifying
> information where it is easy to grep for and get all the events for
> a specific dev/inode combination without even having to think about
> it.
I cross-checked your proposition.
The "ino 0x%llx" looks wrong to me, because :
- i_ino is "unsigned long", not "(unsigned) long long"
- triggers a printk where "ino" looks really awfull (on a 32bits LE arm)
> mm_filemap_add_to_page_cache: dev 0:2 ino 0xc05186e000000000 page=000a0737
> pfn=0 ofs=3283861504
- why print the inode number in hexadecimal format ???
Doing a "ls -i" returns decimal format, "debugfs" returns decimal. What is
the rational behind hexadecimal ?
I'd rather have : "dev %d:%d ino %lu page=0x%p pfn=%lu ofs=%lu".
--
Robert
next prev parent reply other threads:[~2012-11-22 19:05 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-08 19:54 [RFC PATCH] mm: trace filemap add and del Robert Jarzmik
2012-11-20 23:57 ` Andrew Morton
2012-11-21 3:59 ` Dave Chinner
2012-11-21 10:38 ` Robert Jarzmik
2012-11-22 11:51 ` Robert Jarzmik [this message]
2012-11-23 0:15 ` Dave Chinner
2012-11-21 10:36 ` Robert Jarzmik
2012-11-21 5:07 ` Hugh Dickins
2012-11-21 10:41 ` Robert Jarzmik
2012-11-23 14:10 ` [PATCH v2] " Robert Jarzmik
2012-11-23 23:34 ` [PATCH v3] " Robert Jarzmik
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=87vccx500r.fsf@free.fr \
--to=robert.jarzmik@free.fr \
--cc=akpm@linux-foundation.org \
--cc=david@fromorbit.com \
--cc=linux-kernel@vger.kernel.org \
/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