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
4366aca6532b57bfcdaae29aaf63'>io_uring/io-wq: remove io_wq_for_each_worker() return valueJens Axboe 2026-01-05io_uring/io-wq: fix incorrect io_wq_for_each_worker() termination logicJens Axboe 2025-12-04io_uring/io-wq: always retry worker create on ERESTART*Caleb Sander Mateos 2025-09-15io_uring/io-wq: fix `max_workers` breakage and `nr_workers` underflowMax Kellermann 2025-08-13io_uring/io-wq: add check free worker before create new workerFengnan Chang 2025-06-15io_uring: fix task leak issue in io_wq_create()Penglei Jiang 2025-05-23io_uring/io-wq: only create a new worker if it can make progressJens Axboe 2025-05-23io_uring/io-wq: ignore non-busy worker going to sleepJens Axboe 2025-05-23io_uring/io-wq: move hash helpers to the topJens Axboe 2025-04-21io_uring/wq: avoid indirect do_work/free_work callsCaleb Sander Mateos 2025-02-27Merge branch 'io_uring-6.14' into for-6.15/io_uringJens Axboe 2025-02-17io_uring/io-wq: pass io_wq to io_get_next_work()Max Kellermann 2025-02-17io_uring/io-wq: do not use bogus hash valueMax Kellermann 2025-02-17io_uring/io-wq: cache work->flags in variableMax Kellermann 2025-02-17io_uring/io-wq: move worker lists to struct io_wq_acctMax Kellermann 2025-02-17io_uring/io-wq: add io_worker.acct pointerMax Kellermann 2025-02-17io_uring/io-wq: eliminate redundant io_work_get_acct() callsMax Kellermann 2025-02-14io-wq: backoff when retrying worker creationUday Shankar 2024-12-16exec: Make sure task->comm is always NUL-terminatedKees Cook 2024-09-11io_uring/io-wq: inherit cpuset of cgroup in io workerFelix Moessbauer 2024-09-11io_uring/io-wq: do not allow pinning outside of cpusetFelix Moessbauer 2024-07-11io_uring/io-wq: limit retrying worker initialisationPavel Begunkov 2024-06-16io_uring/io-wq: make io_wq_work flags atomicJens Axboe 2024-06-04io_uring/io-wq: avoid garbage value of 'match' in io_wq_enqueue()Su Hui 2024-05-07io_uring/io-wq: Use set_bit() and test_bit() at worker->flagsBreno Leitao 2024-04-17io-wq: Drop intermediate step between pending list and active workGabriel Krisman Bertazi 2024-04-17io-wq: write next_work before dropping acct_lockGabriel Krisman Bertazi