summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/futex-contention-report
blob: 6c44271091abbb977b2a0ef725dea470626b1337 (plain)
1
2
3
4
#!/bin/bash
# description: futext contention measurement

perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/futex-contention.py
docs: rust: add section on imports formattingMiguel Ojeda 2025-05-27Documentation: rust: testing: add docs on the new KUnit `#[test]` testsMiguel Ojeda 2025-05-27Documentation: rust: rename `#[test]`s to "`rusttest` host tests"Miguel Ojeda 2025-05-23rust: add C FFI types to the preludeMiguel Ojeda 2025-05-23docs: rust: quick-start: update Ubuntu instructionsIgor Korotin 2025-05-12docs: rust: explain that `///` vs. `//` applies to private items tooMiguel Ojeda 2025-04-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds 2025-03-30Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds 2025-03-26ARM: 9441/1: rust: Enable Rust support for ARMv7Christian Schrrefl 2025-03-08docs: rust: Add error handling sectionsDirk Behme 2025-03-06rust: docs: add missing newline to printing macro examplesAlban Kurti 2025-03-05rust: remove leftover mentions of the `alloc` crateMiguel Ojeda 2024-11-26Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linuxLinus Torvalds 2024-11-25docs: rust: remove spurious item in `expect` listMiguel Ojeda