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:32 +0200
committerMiguel Ojeda <[email protected]>2024-10-15 23:10:32 +0200
commit392e34b6bc22077ef63abf62387ea3e9f39418c1 (patch)
tree9abf0e5a381a7f2bd776f4960478485f138528ed /tools/perf/scripts/python/exported-sql-viewer.py
parent8ae740c3917ff92108df17236b3cf1b9a74bd359 (diff)
kbuild: rust: remove the `alloc` crate and `GlobalAlloc`
Now that we have our own `Allocator`, `Box` and `Vec` types we can remove Rust's `alloc` crate and the `new_uninit` unstable feature. Also remove `Kmalloc`'s `GlobalAlloc` implementation -- we can't remove this in a separate patch, since the `alloc` crate requires a `#[global_allocator]` to set, that implements `GlobalAlloc`. Signed-off-by: Danilo Krummrich <[email protected]> Link: https://lore.kernel.org/r/[email protected] 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