summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/task-analyzer-report
blob: 4b16a8cc40a0eebfebea640166c166519566b16c (plain)
1
2
3
#!/bin/bash
# description: analyze timings of tasks
perf script -s "$PERF_EXEC_PATH"/scripts/python/task-analyzer.py -- "$@"
5-06-04 10:50:14 -0600'>2025-06-04io_uring/futex: mark wait requests as inflightJens Axboe 2025-06-04io_uring/futex: get rid of struct io_futex addr unionJens Axboe 2025-05-26Merge tag 'locking-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds 2025-05-21io_uring: finish IOU_OK -> IOU_COMPLETE transitionJens Axboe 2025-05-03futex: Move futex_queue() into futex_wait_setup()Peter Zijlstra 2025-03-05io_uring: introduce io_cache_free() helperCaleb Sander Mateos 2025-02-17io_uring: introduce type alias for io_tw_stateCaleb Sander Mateos 2025-02-17io_uring/futex: use generic io_cancel_remove() helperJens Axboe 2025-02-17io_uring/futex: convert to io_cancel_remove_all()Jens Axboe 2025-02-08Merge tag 'locking-urgent-2025-02-08' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds 2025-01-24futex: Pass in task to futex_queue()Jens Axboe 2025-01-23io_uring: get rid of alloc cache init_once handlingJens Axboe 2024-12-27io_uring/futex: Allocate ifd with generic alloc_cache helperGabriel Krisman Bertazi 2024-11-06io_uring: move cancelations to be io_uring_task basedJens Axboe