commit | f80bbd8b92987f55f26691cd53785c4a54622eb0 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Thu Oct 03 12:02:37 2013 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Oct 10 14:32:23 2013 -0400 |
tree | 390c761123de9fe3784c147a01be2f3be8f7b7e0 | |
parent | 6265e169cd313d6f3aad3c33d0a5b0d9624f69f5 [diff] |
random: convert DEBUG_ENT to tracepoints Instead of using the random driver's ad-hoc DEBUG_ENT() mechanism, use tracepoints instead. This allows for a much more fine-grained control of which debugging mechanism which a developer might need, and unifies the debugging messages with all of the existing tracepoints. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>