summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/gecko.py
AgeCommit message (Expand)Author
2023-08-24perf scripts python gecko: Launch the profiler UI on the default browser with...Anup Sharma
2023-07-28perf scripts python: Implement add sample function and thread processingAnup Sharma
2023-07-28perf scripts python: Implement add sample function and thread processingAnup Sharma
2023-07-28perf scripts python: Add trace end processing and PRODUCT and CATEGORIES info...Anup Sharma
2023-07-28perf scripts python: Add classes and conversion functionsAnup Sharma
2023-07-28perf scripts python: Extact necessary information from process eventAnup Sharma
2023-07-28perf scripts python: Add initial script file with usage informationAnup Sharma
dc4da396d6032c59ae9614c5a6ae7d7a8'>switch io_msg_ring() to CLASS(fd)Al Viro 2024-11-06io_uring: move struct io_kiocb from task_struct to io_uring_taskJens Axboe 2024-11-02io_uring/rsrc: add io_rsrc_node_lookup() helperJens Axboe 2024-11-02io_uring/rsrc: unify file and buffer resource tablesJens Axboe 2024-10-29io_uring/msg_ring: add support for sending a sync messageJens Axboe 2024-10-29io_uring/msg_ring: refactor a few helper functionsJens Axboe 2024-07-25io_uring/msg_ring: fix uninitialized use of target_req->flagsJens Axboe 2024-07-01io_uring/msg_ring: use kmem_cache_free() to free requestJens Axboe 2024-07-01io_uring/msg_ring: check for dead submitter taskJens Axboe 2024-06-24io_uring/msg_ring: add an alloc cache for io_kiocb entriesJens Axboe 2024-06-24io_uring/msg_ring: improve handling of target CQE postingJens Axboe 2024-06-24io_uring/msg_ring: tighten requirement for remote postingJens Axboe 2024-05-01io_uring/msg_ring: cleanup posting to IOPOLL vs !IOPOLL ringJens Axboe 2024-04-26io_uring/msg_ring: reuse ctx->submitter_task read using READ_ONCE instead of ...linke li 2023-06-20io_uring: use io_file_from_index in io_msg_grab_fileChristoph Hellwig 2023-03-16io_uring/msg_ring: let target know allocated indexPavel Begunkov 2023-01-29io_uring/msg-ring: ensure flags passing works for task_work completionsJens Axboe 2023-01-29io_uring/msg_ring: Pass custom flags to the cqeBreno Leitao 2023-01-20io_uring/msg_ring: fix remote queue to disabled ringPavel Begunkov 2023-01-20io_uring/msg_ring: fix flagging remote executionPavel Begunkov 2023-01-19io_uring/msg_ring: fix missing lock on overflow for IOPOLLJens Axboe 2023-01-19io_uring/msg_ring: move double lock/unlock helpers higher upJens Axboe 2022-12-08io_uring/msg_ring: flag target ring as having task_work, if neededJens Axboe 2022-12-07io_uring: do msg_ring in target task via twPavel Begunkov 2022-12-07io_uring: extract a io_msg_install_complete helperPavel Begunkov 2022-12-07io_uring: get rid of double lockingPavel Begunkov 2022-12-07io_uring: improve io_double_lock_ctx fail handlingPavel Begunkov 2022-12-07io_uring: dont remove file from msg_ring reqsPavel Begunkov 2022-11-25io_uring: remove overflow param from io_post_aux_cqeDylan Yudaken 2022-10-19io_uring/msg_ring: Fix NULL pointer dereference in io_msg_send_fd()Harshit Mogalapalli 2022-09-15io_uring/msg_ring: check file type before puttingJens Axboe 2022-08-12io_uring: make io_kiocb_to_cmd() typesafeStefan Metzmacher 2022-07-24io_uring: add allow_overflow to io_post_aux_cqeDylan Yudaken 2022-07-24io_uring: add support for passing fixed file descriptorsJens Axboe 2022-07-24io_uring: kill extra io_uring_types.h includesPavel Begunkov 2022-07-24io_uring: don't expose io_fill_cqe_aux()Pavel Begunkov 2022-07-24io_uring: move msg_ring into its own fileJens Axboe