#!/bin/bash # description: system-wide syscall counts # args: [comm] if [ $# -gt 0 ] ; then if ! expr match "$1" "-" > /dev/null ; then comm=$1 shift fi fi perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/syscall-counts.py $comm pplication/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/rust/uapi
AgeCommit message (Expand)Author
2025-06-22rust: enable `clippy::ref_as_ptr` lintTamir Duberstein
2025-06-22rust: enable `clippy::cast_lossless` lintTamir Duberstein
2025-06-22rust: enable `clippy::ptr_as_ptr` lintTamir Duberstein
2025-05-28Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2025-05-12drm: nova-drm: add initial driver skeletonDanilo Krummrich
2025-05-07rust: clean Rust 1.88.0's `unnecessary_transmutes` lintMiguel Ojeda
2025-04-24rust: drm: ioctl: Add DRM ioctl abstractionAsahi Lina
2024-11-10rust: map `__kernel_size_t` and friends also to usize/isizeGary Guo
2024-10-07rust: enable `clippy::undocumented_unsafe_blocks` lintMiguel Ojeda
2024-08-30rust: net::phy unified read/write API for C22 and C45 registersFUJITA Tomonori
2024-07-10rust: allow `dead_code` for never constructed bindingsMiguel Ojeda