summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/failed-syscalls-by-pid-record
blob: 74685f318379ae597986f4b768f55edd2a07e125 (plain)
1
2
3
#!/bin/bash
(perf record -e raw_syscalls:sys_exit $@ || \
 perf record -e syscalls:sys_exit $@) 2> /dev/null
4eb2e4e09365eede3e63ef7536b'>rust: block: introduce `kernel::block::mq` moduleAndreas Hindborg 2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds 2024-05-05rust: helpers: Fix grammar in commentThorsten Blum 2024-04-25rust: add a rust helper for krealloc()Kent Overstreet 2023-09-25rust: workqueue: add helper for defining work_struct fieldsAlice Ryhl 2023-08-29Merge tag 'rust-6.6' of https://github.com/Rust-for-Linux/linuxLinus Torvalds 2023-08-15rust: bindgen: upgrade to 0.65.1Aakash Sen Sharma 2023-08-07rust: helpers: sort includes alphabetically in rust/helpers.cAriel Miculas 2023-07-19rust: support running Rust documentation tests as KUnit onesMiguel Ojeda 2023-06-13rust: error: `impl Debug` for `Error` with `errname()` integrationGary Guo 2023-04-22rust: sync: introduce `CondVar`Wedson Almeida Filho 2023-04-22rust: introduce `current`Wedson Almeida Filho 2023-04-22rust: add basic `Task`Wedson Almeida Filho 2023-04-22rust: lock: introduce `SpinLock`Wedson Almeida Filho 2023-04-22rust: lock: introduce `Mutex`Wedson Almeida Filho 2023-04-12rust: error: Add a helper to convert a C ERR_PTR to a `Result`Sven Van Asbroeck 2023-04-12rust: error: Add Error::to_ptr()Asahi Lina