summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
AgeCommit message (Expand)Author
2019-03-06perf script python: Add Python3 support to event_analyzing_sample.pyTony Jones
2019-03-06perf script python: Remove mixed indentationTony Jones
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2012-08-09perf script python: Correct handler check and spelling errorsFeng Tang
2012-08-08perf scripts python: Add event_analyzing_sample.py as a sample for general ev...Feng Tang
_io_napi_busy_loop()Pavel Begunkov 2024-08-12io_uring/napi: remove duplicate io_napi_entry timeout assignationOlivier Langlois 2024-08-12io_uring/napi: check napi_enabled in io_napi_add() before proceedingOlivier Langlois 2024-07-30io_uring: remove unused local list heads in NAPI functionsOlivier Langlois 2024-07-26io_uring/napi: pass ktime to io_napi_adjust_timeoutPavel Begunkov 2024-07-26io_uring/napi: use ktime in busy pollingPavel Begunkov 2024-07-24io_uring: don't allow netpolling with SETUP_IOPOLLPavel Begunkov 2024-07-10io_uring/napi: Remove unnecessary s64 castThorsten Blum 2024-06-04io_uring/napi: fix timeout calculationJens Axboe 2024-02-15io_uring/napi: enable even with a timeout of 0Jens Axboe 2024-02-14io_uring/napi: ensure napi polling is aborted when work is availableJens Axboe 2024-02-09io_uring: add register/unregister napi functionStefan Roesch 2024-02-09io-uring: add sqpoll support for napi busy pollStefan Roesch 2024-02-09io-uring: add napi busy poll supportStefan Roesch