LinuxLists
Users
About
Alexey Budankov (
[email protected]
)
Number of posts: 1280 (1.02 per day)
First post: 2017-06-14 10:07:51
Last post: 2020-11-17 01:49:59
Next Page
Date
List
Subject
2020-11-17 01:49:59
linux-kernel
[PATCH v3 01/12] perf record: introduce thread affinity and mmap masks
2020-11-16 12:28:10
linux-kernel
[PATCH v3 11/12] perf session: load data directory files for analysis
2020-11-16 12:27:18
linux-kernel
[PATCH v3 12/12] perf session: use reader functions to load perf data file
2020-11-16 12:27:16
linux-kernel
[PATCH v3 09/12] perf record: document parallel data streaming mode
2020-11-16 12:25:52
linux-kernel
[PATCH v3 10/12] perf report: output data file name in raw trace dump
2020-11-16 12:24:09
linux-kernel
[PATCH v3 06/12] perf record: introduce data file at mmap buffer object
2020-11-16 12:24:08
linux-kernel
[PATCH v3 08/12] perf record: introduce --threads=<spec> command line option
2020-11-16 12:23:03
linux-kernel
[PATCH v3 07/12] perf record: init data file at mmap buffer object
2020-11-16 12:21:49
linux-kernel
[PATCH v3 03/12] perf record: introduce thread local variable
2020-11-16 12:21:14
linux-kernel
[PATCH v3 05/12] perf record: start threads in the beginning of trace streaming
2020-11-16 12:20:32
linux-kernel
[PATCH v3 02/12] perf record: introduce thread specific data array
2020-11-16 12:19:57
linux-kernel
[PATCH v3 04/12] perf record: stop threads in the end of trace streaming
2020-11-16 12:17:47
linux-kernel
[PATCH v3 00/12] Introduce threaded trace streaming for basic perf record operation
2020-10-28 17:38:15
linux-kernel
Re: [PATCH v2 00/15] Introduce threaded trace streaming for basic perf record operation
2020-10-28 15:56:29
linux-kernel
[PATCH v2] perf_event_open.2: update the man page with CAP_PERFMON related information
2020-10-28 14:59:25
linux-kernel
Re: [PATCH v2 12/15] perf record: introduce thread local variable for trace streaming
2020-10-28 14:59:15
linux-kernel
Re: [PATCH v2 00/15] Introduce threaded trace streaming for basic perf record operation
2020-10-28 11:34:48
linux-kernel
Re: [PATCH v2 06/15] perf session: load data directory into tool process memory
2020-10-28 11:09:06
linux-kernel
Re: [PATCH v2 06/15] perf session: load data directory into tool process memory
2020-10-28 11:04:35
linux-kernel
Re: [PATCH v2 03/15] perf data: open data directory in read access mode
2020-10-28 06:53:27
linux-kernel
Re: [PATCH v1] perf_event_open.2: update the man page with CAP_PERFMON related information
2020-10-28 01:41:04
linux-kernel
Re: [PATCH v2 06/15] perf session: load data directory into tool process memory
2020-10-27 17:44:08
linux-kernel
Re: [PATCH v2] perf_event_open.2: update the man page with CAP_PERFMON related information
2020-10-27 15:16:51
linux-kernel
Re: [PATCH v2 12/15] perf record: introduce thread local variable for trace streaming
2020-10-26 23:46:57
linux-kernel
Re: [PATCH v2 00/15] Introduce threaded trace streaming for basic perf record operation
2020-10-26 23:35:30
linux-kernel
Re: [PATCH v2 04/15] perf session: move reader object definition to header file
2020-10-26 23:32:33
linux-kernel
Re: [PATCH v2 03/15] perf data: open data directory in read access mode
2020-10-22 15:29:59
linux-kernel
Re: [PATCH v2 05/15] perf session: introduce decompressor into trace reader object
2020-10-22 11:17:29
linux-kernel
[PATCH v2 07/15] perf record: introduce trace file, compressor and stats in mmap object
2020-10-22 11:17:28
linux-kernel
[PATCH v2 06/15] perf session: load data directory into tool process memory
2020-10-22 11:17:02
linux-kernel
[PATCH v2 04/15] perf session: move reader object definition to header file
2020-10-22 10:56:15
linux-kernel
[PATCH v2 15/15] perf record: introduce --threads command line option
2020-10-22 10:56:09
linux-kernel
[PATCH v2 14/15] perf record: start threads in the beginning of trace streaming
2020-10-22 10:55:49
linux-kernel
[PATCH v2 09/15] perf record: introduce thread specific objects for trace streaming
2020-10-22 10:55:49
linux-kernel
[PATCH v2 11/15] perf evlist: introduce evlist__ctlfd_update() to update ctl fd status
2020-10-22 10:55:29
linux-kernel
[PATCH v2 10/15] perf record: manage thread specific data array
2020-10-22 10:54:34
linux-kernel
[PATCH v2 02/15] perf report: output trace file name in raw trace dump
2020-10-22 10:53:55
linux-kernel
[PATCH v2 00/15] Introduce threaded trace streaming for basic perf record operation
2020-10-22 08:56:36
linux-kernel
Re: [PATCH v2 03/15] perf data: open data directory in read access mode
2020-10-22 05:28:34
linux-kernel
[PATCH v2 13/15] perf record: stop threads in the end of trace streaming
2020-10-22 05:26:00
linux-kernel
[PATCH v2 12/15] perf record: introduce thread local variable for trace streaming
2020-10-22 05:19:05
linux-kernel
[PATCH v2 08/15] perf record: write trace data into mmap trace files
2020-10-22 05:16:34
linux-kernel
[PATCH v2 05/15] perf session: introduce decompressor into trace reader object
2020-10-22 05:13:30
linux-kernel
[PATCH v2 03/15] perf data: open data directory in read access mode
2020-10-22 05:12:45
linux-kernel
[PATCH v2 01/15] perf session: introduce trace file path to be shown in raw trace dump
2020-10-22 01:25:19
linux-kernel
Re: [PATCH v1 06/15] perf session: load data directory into tool process memory
2020-10-21 21:54:18
linux-kernel
Re: [PATCH v1 08/15] perf record: write trace data into mmap trace files
2020-10-21 13:28:12
linux-kernel
Re: [PATCH v1 06/15] perf session: load data directory into tool process memory
2020-10-21 06:46:49
linux-kernel
Re: [PATCH v1 02/15] perf report: output trace file name in raw trace dump
2020-10-21 06:36:03
linux-kernel
Re: [PATCH v1 02/15] perf report: output trace file name in raw trace dump
2020-10-19 17:21:13
linux-kernel
[PATCH v1 2/2] doc/admin-guide: document creation of CAP_PERFMON privileged shell