aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/exported-sql-viewer.py
diff options
context:
space:
mode:
authorDanilo Krummrich <[email protected]>2024-10-04 17:41:15 +0200
committerMiguel Ojeda <[email protected]>2024-10-15 22:56:59 +0200
commitc8cfa8d0c0b10be216861fe904ea68978b1dcc97 (patch)
tree14e1a23a8c4f8883e0243bb0e25d9cabd8da2da9 /tools/perf/scripts/python/exported-sql-viewer.py
parent01b2196e5aac8af9343282d0044fa0d6b07d484c (diff)
rust: alloc: implement kernel `Box`
`Box` provides the simplest way to allocate memory for a generic type with one of the kernel's allocators, e.g. `Kmalloc`, `Vmalloc` or `KVmalloc`. In contrast to Rust's `Box` type, the kernel `Box` type considers the kernel's GFP flags for all appropriate functions, always reports allocation failures through `Result<_, AllocError>` and remains independent from unstable features. Reviewed-by: Benno Lossin <[email protected]> Reviewed-by: Gary Guo <[email protected]> Signed-off-by: Danilo Krummrich <[email protected]> Link: https://lore.kernel.org/r/[email protected] [ Added backticks, fixed typos. - Miguel ] Signed-off-by: Miguel Ojeda <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions