commit | 7451adc51661ac75d4b4c56056451a58cccf1967 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Wed May 29 13:05:18 2013 +0300 |
committer | Tony Luck <tony.luck@intel.com> | Mon Jun 03 16:03:17 2013 -0700 |
tree | 54548dfbc64fd5ef1f4d7ad05acdd8d653c53f5d | |
parent | 169ec523c34212f6e382186bce88f17eba4cad49 [diff] |
[IA64] perfmon: Use %*phD specifier to dump small buffers pfm_uuid_t value is defined as unsigned char [16]. Thus, we may dump its value as byte buffer using %*phD specifier. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Tony Luck <tony.luck@intel.com>