LinuxLists
Users
About
Bayduraev, Alexey V (
[email protected]
)
Number of posts: 277 (0.57 per day)
First post: 2020-12-02 14:08:58
Last post: 2022-04-06 12:26:00
Previous Page
/
Next Page
Date
List
Subject
2021-07-02 12:34:54
linux-kernel
[PATCH v9 08/24] perf record: Introduce data file at mmap buffer object
2021-07-02 12:34:45
linux-kernel
[PATCH v9 06/24] perf record: Stop threads in the end of trace streaming
2021-07-02 12:34:44
linux-kernel
[PATCH v9 07/24] perf record: Start threads in the beginning of trace streaming
2021-07-02 12:34:35
linux-kernel
[PATCH v9 05/24] perf record: Introduce thread local variable
2021-07-02 12:34:31
linux-kernel
[PATCH v9 04/24] perf record: Introduce function to propagate control commands
2021-07-02 12:34:27
linux-kernel
[PATCH v9 03/24] perf record: Introduce thread specific data array
2021-07-02 12:34:21
linux-kernel
[PATCH v9 02/24] tools lib: Introduce fdarray clone function
2021-07-02 12:34:18
linux-kernel
[PATCH v9 00/24] Introduce threaded trace streaming for basic perf record operation
2021-07-02 12:16:04
linux-kernel
Re: [PATCH v8 20/22] perf session: Load data directory files for analysis
2021-07-01 22:48:17
linux-kernel
Re: [PATCH v8 12/22] perf report: Output data file name in raw trace dump
2021-07-01 18:16:51
linux-kernel
Re: [PATCH v8 10/22] perf record: Introduce --threads=<spec> command line option
2021-07-01 17:25:28
linux-kernel
Re: [PATCH v8 03/22] perf record: Introduce thread local variable
2021-07-01 16:45:21
linux-kernel
Re: [PATCH v8 06/22] perf record: Introduce data file at mmap buffer object
2021-07-01 13:07:57
linux-kernel
Re: [PATCH v8 01/22] perf record: Introduce thread affinity and mmap masks
2021-07-01 11:51:52
linux-kernel
Re: [PATCH v8 10/22] perf record: Introduce --threads=<spec> command line option
2021-07-01 10:10:32
linux-kernel
Re: [PATCH v8 21/22] perf session: Introduce READER_NODATA state
2021-06-30 18:57:53
linux-kernel
Re: [PATCH v8 10/22] perf record: Introduce --threads=<spec> command line option
2021-06-30 17:35:09
linux-kernel
Re: [PATCH v8 09/22] tools lib: Introduce bitmap_intersects() operation
2021-06-30 16:04:28
linux-kernel
[PATCH v8 21/22] perf session: Introduce READER_NODATA state
2021-06-30 16:02:50
linux-kernel
[PATCH v8 22/22] perf record: Introduce record__bytes_written and fix --max-size option
2021-06-30 16:02:47
linux-kernel
[PATCH v8 15/22] perf session: Introduce reader objects in session object
2021-06-30 16:02:45
linux-kernel
[PATCH v8 20/22] perf session: Load data directory files for analysis
2021-06-30 16:02:11
linux-kernel
[PATCH v8 19/22] perf session: Load single file for analysis
2021-06-30 16:01:58
linux-kernel
[PATCH v8 18/22] perf session: Move map/unmap into reader__mmap function
2021-06-30 16:01:51
linux-kernel
[PATCH v8 17/22] perf session: Move init into reader__init function
2021-06-30 16:01:15
linux-kernel
[PATCH v8 16/22] perf session: Introduce decompressor into trace reader object
2021-06-30 16:00:40
linux-kernel
[PATCH v8 11/22] perf record: Document parallel data streaming mode
2021-06-30 16:00:24
linux-kernel
[PATCH v8 10/22] perf record: Introduce --threads=<spec> command line option
2021-06-30 16:00:12
linux-kernel
[PATCH v8 13/22] perf session: Move reader structure to the top
2021-06-30 16:00:03
linux-kernel
[PATCH v8 14/22] perf session: Introduce reader_state in reader object
2021-06-30 15:59:44
linux-kernel
[PATCH v8 12/22] perf report: Output data file name in raw trace dump
2021-06-30 15:59:13
linux-kernel
[PATCH v8 09/22] tools lib: Introduce bitmap_intersects() operation
2021-06-30 15:59:09
linux-kernel
[PATCH v8 08/22] perf record: Init data file at mmap buffer object
2021-06-30 15:58:51
linux-kernel
[PATCH v8 07/22] perf record: Introduce data transferred and compressed stats
2021-06-30 15:58:01
linux-kernel
[PATCH v8 06/22] perf record: Introduce data file at mmap buffer object
2021-06-30 15:57:55
linux-kernel
[PATCH v8 04/22] perf record: Stop threads in the end of trace streaming
2021-06-30 15:57:51
linux-kernel
[PATCH v8 05/22] perf record: Start threads in the beginning of trace streaming
2021-06-30 15:57:22
linux-kernel
[PATCH v8 03/22] perf record: Introduce thread local variable
2021-06-30 15:57:03
linux-kernel
[PATCH v8 02/22] perf record: Introduce thread specific data array
2021-06-30 15:56:55
linux-kernel
[PATCH v8 01/22] perf record: Introduce thread affinity and mmap masks
2021-06-30 15:56:55
linux-kernel
[PATCH v8 00/22] Introduce threaded trace streaming for basic perf record operation
2021-06-30 14:50:43
linux-kernel
Re: [PATCH v7 07/20] perf record: Introduce data transferred and compressed stats
2021-06-30 12:23:09
linux-kernel
Re: [PATCH v7 07/20] perf record: Introduce data transferred and compressed stats
2021-06-30 07:23:16
linux-kernel
Re: [PATCH v7 00/20] Introduce threaded trace streaming for basic perf record operation
2021-06-28 08:14:04
linux-kernel
Re: [PATCH v7 00/20] Introduce threaded trace streaming for basic perf record operation
2021-06-22 08:48:10
linux-kernel
[PATCH v7 20/20] perf session: Load data directory files for analysis
2021-06-22 08:48:01
linux-kernel
[PATCH v7 18/20] perf session: Move map/unmap into reader__mmap function
2021-06-22 08:47:55
linux-kernel
[PATCH v7 17/20] perf session: Move init into reader__init function
2021-06-22 08:47:45
linux-kernel
[PATCH v7 13/20] perf session: Move reader structure to the top
2021-06-22 08:47:41
linux-kernel
[PATCH v7 12/20] perf report: Output data file name in raw trace dump
2021-06-22 08:46:58
linux-kernel
[PATCH v7 08/20] perf record: Init data file at mmap buffer object