diff options
author | Jason A. Donenfeld <[email protected]> | 2022-01-09 17:48:58 +0100 |
---|---|---|
committer | Jason A. Donenfeld <[email protected]> | 2022-01-18 13:03:55 +0100 |
commit | d38bb0853589c939573ea50e9cb64f733e0e273d (patch) | |
tree | d3681c0eb330325779e30c44b47e34ed87cce1da /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 91ec0fe138f107232cb36bc6112211db37cb5306 (diff) |
random: cleanup integer types
Rather than using the userspace type, __uXX, switch to using uXX. And
rather than using variously chosen `char *` or `unsigned char *`, use
`u8 *` uniformly for things that aren't strings, in the case where we
are doing byte-by-byte traversal.
Reviewed-by: Dominik Brodowski <[email protected]>
Signed-off-by: Jason A. Donenfeld <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions