diff options
author | Jiri Slaby <[email protected]> | 2020-06-15 09:48:42 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2020-06-24 17:08:31 +0200 |
commit | a018180cc3485e71f7912e36bf93caa635e0e4af (patch) | |
tree | 392ce994631e710437806f7a44246e8f44312024 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 9a6f72d9b6c121415bc2867329fe77b0d2a52dc1 (diff) |
vt: move vc_translate to vt.c and rename it
vc_translate is used only in vt.c, so move the definition from a header
there. Also, it used to be a macro, so be modern and make a static
inline from it. This makes the code actually readable.
And as a preparation for next patches, rename it to vc_translate_ascii.
vc_translate will be a wrapper for both unicode and this one.
Signed-off-by: Jiri Slaby <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions