commit | a269029d0e2192046be4c07ed78a45022469ee4c | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Wed Oct 27 22:08:50 2010 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Oct 27 22:08:50 2010 -0400 |
tree | 6ec7b7d2686a344ac77d10c4930fc3699461d198 | |
parent | 3d287de3b828226e5a450c7fd5bf4283792dc2b0 [diff] |
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>