LinuxLists
Users
About
Jiri Olsa (
[email protected]
)
Number of posts: 2643 (0.71 per day)
First post: 2014-04-24 15:40:57
Last post: 2024-06-14 10:17:38
Previous Page
/
Next Page
Date
List
Subject
2019-09-13 23:21:57
linux-kernel
[PATCH 24/73] libperf: Move id from struct evsel to struct perf_evsel
2019-09-13 23:21:04
linux-kernel
[PATCH 07/73] perf tools: Rename perf_evlist__exit() to evlist__exit()
2019-09-13 19:02:53
linux-kernel
[PATCH 40/73] libperf: Add struct perf_mmap_param
2019-09-13 19:02:53
linux-kernel
[PATCH 58/73] perf tools: Add perf_evlist__mmap_cb_new function
2019-09-13 19:02:53
linux-kernel
[PATCH 69/73] libperf: Add tests_mmap_thread test
2019-09-13 19:02:53
linux-kernel
[PATCH 27/73] libperf: Add perf_evsel__alloc_id/perf_evsel__free_id functions
2019-09-13 19:02:52
linux-kernel
[PATCH 65/73] libperf: Add perf_evlist__filter_pollfd function
2019-09-13 19:02:24
linux-kernel
[PATCH 47/73] perf tools: Use perf_mmap way to detect aux mmap
2019-09-13 19:01:35
linux-kernel
[PATCH 45/73] libperf: Add perf_mmap__put function
2019-09-13 19:00:46
linux-kernel
[PATCH 19/73] libperf: Move system_wide from struct evsel to struct perf_evsel
2019-09-13 19:00:46
linux-kernel
[PATCH 22/73] libperf: Move pollfd from struct evlist to struct perf_evlist
2019-09-13 19:00:23
linux-kernel
[PATCH 06/73] perf tools: Rename perf_evlist__alloc_mmap() to evlist__alloc_mmap()
2019-09-13 18:28:43
linux-kernel
[PATCH 38/73] libperf: Add perf_evlist__poll function
2019-09-13 18:27:30
linux-kernel
[PATCH 28/73] libperf: Add perf_evlist__first/last functions
2019-09-13 18:27:23
linux-kernel
[PATCH 26/73] libperf: Move heads from struct evlist to struct perf_evlist
2019-09-13 18:26:15
linux-kernel
[PATCH 18/73] libperf: Add flush to struct perf_mmap
2019-09-13 15:18:27
linux-kernel
[PATCH 71/73] libperf: Keep count of failed tests
2019-09-13 15:16:47
linux-kernel
[PATCH 64/73] libperf: Call perf_evlist__munmap/close on perf_evlist__delete
2019-09-13 15:15:57
linux-kernel
[PATCH 66/73] libperf: Add perf_evlist__for_each_mmap function
2019-09-13 15:15:33
linux-kernel
[PATCH 54/73] libperf: Add perf_evlist_mmap_ops::idx callback
2019-09-13 15:14:17
linux-kernel
[PATCH 61/73] libperf: Move pollfd allocation to libperf
2019-09-13 15:12:14
linux-kernel
[PATCH 50/73] libperf: Add perf_mmap__read_done function
2019-09-13 15:08:40
linux-kernel
[PATCH 29/73] libperf: Add perf_evlist__read_format function
2019-09-13 15:07:28
linux-kernel
[PATCH 15/73] libperf: Add prev/start/end to struct perf_mmap
2019-09-13 15:07:11
linux-kernel
[PATCH 30/73] libperf: Add perf_evlist__id_add function
2019-09-13 15:05:29
linux-kernel
[PATCH 09/73] libperf: Link libapi.a in libperf.so
2019-09-13 13:33:19
linux-kernel
[PATCH 37/73] libperf: Add perf_evlist__add_pollfd function
2019-09-13 13:33:10
linux-kernel
[PATCH 41/73] libperf: Add perf_mmap__mmap_len function
2019-09-13 13:32:59
linux-kernel
[PATCH 51/73] libperf: Add perf_mmap__read_event function
2019-09-13 13:32:38
linux-kernel
[PATCH 59/73] perf tools: Add perf_evlist__mmap_cb_mmap function
2019-09-13 13:32:24
linux-kernel
[PATCH 31/73] libperf: Add perf_evlist__id_add_fd function
2019-09-13 13:32:09
linux-kernel
[PATCH 01/73] tools: Add missing stdio.h include to asm/bug.h header
2019-09-13 13:32:09
linux-kernel
[PATCH 03/73] perf tools: Rename struct perf_mmap to struct mmap
2019-09-13 13:31:53
linux-kernel
[PATCH 68/73] libperf: Add _GNU_SOURCE define to compilation
2019-09-13 13:31:52
linux-kernel
[PATCH 14/73] libperf: Add refcnt to struct perf_mmap
2019-09-13 13:31:47
linux-kernel
[PATCH 13/73] libperf: Add cpu to struct perf_mmap
2019-09-13 13:31:44
linux-kernel
[PATCH 16/73] libperf: Add overwrite to struct perf_mmap
2019-09-13 13:31:42
linux-kernel
[PATCH 21/73] libperf: Move mmap_len from struct evlist to struct perf_evlist
2019-09-13 13:31:42
linux-kernel
[PATCH 25/73] libperf: Move ids from struct evsel to struct perf_evsel
2019-09-13 13:31:42
linux-kernel
[PATCH 20/73] libperf: Move nr_mmaps from struct evlist to struct perf_evlist
2019-09-13 13:31:29
linux-kernel
[PATCH 56/73] libperf: Add perf_evlist_mmap_ops::mmap callback
2019-09-13 13:31:17
linux-kernel
[PATCH 42/73] libperf: Add perf_mmap__mmap function
2019-09-13 13:31:15
linux-kernel
[PATCH 43/73] libperf: Add perf_mmap__get function
2019-09-13 13:31:03
linux-kernel
[PATCH 48/73] libperf: Add perf_mmap__consume function
2019-09-13 13:30:55
linux-kernel
[PATCH 39/73] libperf: Add perf_mmap__init function
2019-09-13 13:30:54
linux-kernel
[PATCH 55/73] libperf: Add perf_evlist_mmap_ops::new callback
2019-09-13 13:30:11
linux-kernel
[PATCH 73/73] libperf: Add pr_err macro
2019-09-13 13:29:58
linux-kernel
[PATCH 11/73] libperf: Add mask to struct perf_mmap
2019-09-13 13:29:57
linux-kernel
[PATCH 70/73] libperf: Add tests_mmap_cpus test
2019-09-13 13:29:52
linux-kernel
[PATCH 10/73] libperf: Add perf_mmap struct
2019-09-13 13:29:41
linux-kernel
[PATCH 62/73] libperf: Add perf_evlist__exit function