Re: [PATCH -tip v2 5/9] perf probe: Use elfutils-libdw for analyzingdebuginfo

From: Masami Hiramatsu
Date: Mon Feb 22 2010 - 18:19:26 EST


Masami Hiramatsu wrote:
> Ulrich Drepper wrote:
>> On 02/22/2010 02:53 PM, Masami Hiramatsu wrote:
>>> - Cast Dwarf_Addr/Dwarf_Word to unsigned long long for printf-formats.
>>
>> I don't know about the use of C99 types in kernel files. But can you
>> use uintmax_t and then PRI[douxX]MAX in printf? It'd be more correct
>> and it exists in glibc for a very long time (1997).
>
> Hmm, I'm not sure about that. Could you point somewhere I can refer that?

Ah, would you mean 'j' prefix? like as 'printf("%jx", (uintmax_t)Addr);' ?

>
> Thank you,
>

--
Masami Hiramatsu
e-mail: mhiramat@xxxxxxxxxx
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/