diff options
author | Danilo Krummrich <[email protected]> | 2024-02-23 17:37:09 +0100 |
---|---|---|
committer | Miguel Ojeda <[email protected]> | 2024-04-02 17:41:56 +0200 |
commit | a321f3ad0a5ddcd1da221cc056ef4fd5a49fa0f7 (patch) | |
tree | 51f2e544128a039a42ab0e39747daf40d25abcfa /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | dbef1811c8865562127a6e04c3364f35ceaaa94d (diff) |
rust: str: add {make,to}_{upper,lower}case() to CString
Add functions to convert a CString to upper- / lowercase, either
in-place or by creating a copy of the original CString.
Naming follows the one from the Rust stdlib, where functions starting
with 'to' create a copy and functions starting with 'make' perform an
in-place conversion.
This is required by the Nova project (GSP only Rust successor of
Nouveau) to convert stringified enum values (representing different GPU
chipsets) to strings in order to generate the corresponding firmware
paths. See also [1].
Link: https://rust-for-linux.zulipchat.com/#narrow/stream/288089-General/topic/String.20manipulation.20in.20kernel.20Rust [1]
Reviewed-by: Alice Ryhl <[email protected]>
Signed-off-by: Danilo Krummrich <[email protected]>
Reviewed-by: Benno Lossin <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
[ Reworded to fix typo and to make the link use the `Link:` tag. ]
Signed-off-by: Miguel Ojeda <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions