summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/event_analyzing_sample-report
blob: 0941fc94e15842c2ed08274c44622e8ba39f2f94 (plain)
1
2
3
#!/bin/bash
# description: analyze all perf samples
perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/event_analyzing_sample.py
6979b654cc06a22cc68'>rust: use custom FFI integer typesGary Guo 2024-10-15rust: task: adjust safety comments in Task methodsAlice Ryhl 2024-10-08rust: add PidNamespaceChristian Brauner 2024-09-30rust: file: add `Kuid` wrapperAlice Ryhl 2024-09-30rust: task: add `Task::current_raw`Alice Ryhl 2024-09-30rust: types: add `NotThreadSafe`Alice Ryhl 2024-05-05rust: kernel: remove redundant importsMiguel Ojeda 2024-02-18rust: kernel: mark code fragments in docs with backticksValentin Obst 2024-02-18rust: kernel: unify spelling of refcount in docsValentin Obst 2024-01-28rust: sync: update integer types in CondVarAlice Ryhl 2024-01-28rust: sync: add `CondVar::wait_timeout`Alice Ryhl 2023-12-21rust: support `srctree`-relative linksMiguel Ojeda 2023-10-15rust: task: remove redundant explicit linkMiguel Ojeda 2023-05-31rust: task: add `Send` marker to `Task`Alice Ryhl 2023-04-22rust: introduce `current`Wedson Almeida Filho 2023-04-22rust: add basic `Task`Wedson Almeida Filho