]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ext4,jbd2: convert tracepoints to use major/minor numbers
authorTheodore Ts'o <tytso@mit.edu>
Thu, 28 Oct 2010 02:08:50 +0000 (22:08 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 28 Oct 2010 02:08:50 +0000 (22:08 -0400)
commita269029d0e2192046be4c07ed78a45022469ee4c
tree6ec7b7d2686a344ac77d10c4930fc3699461d198
parent3d287de3b828226e5a450c7fd5bf4283792dc2b0
ext4,jbd2: convert tracepoints to use major/minor numbers

Unfortunately perf can't deal with anything other than direct structure
accesses in the TP_printk() section.  It will drop dead when it sees
jbd2_dev_to_name() in the "print fmt" section of the tracepoint.

Addresses-Google-Bug: 3138508

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
include/trace/events/ext4.h
include/trace/events/jbd2.h