commit | 923d0c9ae570c3f33a0b5a9517c23ccc816d9b75 | [log] [tgz] |
---|---|---|
author | Arnaldo Carvalho de Melo <[email protected]> | Tue Oct 17 10:35:00 2017 -0300 |
committer | Arnaldo Carvalho de Melo <[email protected]> | Mon Oct 23 16:30:52 2017 -0300 |
tree | f04db4f73f7c6b87f8ecfdbd718a57ceb7d15c58 | |
parent | 7958e541495d7f99cefef2300b2c388865626c2e [diff] |
perf tools: Introduce binary__fprintf() Out of print_binary() but receiving a fp pointer and expecting that the printer be a fprintf like function, i.e. receive a FILE pointer and return the number of characters printed. Cc: Adrian Hunter <[email protected]> Cc: David Ahern <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Wang Nan <[email protected]> Cc: yuzhoujian <[email protected]> Link: http://lkml.kernel.org/n/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>