commit | 4370aa4aa75391a5e2e06bccb0919109f725ed8e | [log] [tgz] |
---|---|---|
author | Lai Jiangshan <[email protected]> | Fri Mar 06 17:21:46 2009 +0100 |
committer | Ingo Molnar <[email protected]> | Fri Mar 06 17:39:04 2009 +0100 |
tree | 602a6ea4e404d17e610d4a9979d615ff2d0bfd98 | |
parent | f036be96dd9ce442ffb9ab33e3c165f5178815c0 [diff] |
vsprintf: add binary printf Impact: add new APIs for binary trace printk infrastructure vbin_printf(): write args to binary buffer, string is copied when "%s" is occurred. bstr_printf(): read from binary buffer for args and format a string [[email protected]: rebase] Signed-off-by: Lai Jiangshan <[email protected]> Signed-off-by: Frederic Weisbecker <[email protected]> Cc: Linus Torvalds <[email protected]> LKML-Reference: <[email protected]> Signed-off-by: Ingo Molnar <[email protected]>