git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d287de
)
ext4,jbd2: convert tracepoints to use major/minor numbers
author
Theodore Ts'o
<tytso@mit.edu>
Thu, 28 Oct 2010 02:08:50 +0000
(22:08 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Thu, 28 Oct 2010 02:08:50 +0000
(22:08 -0400)
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>
No differences found