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

Date List Subject
2019-10-14 16:25:17 linux-kernel [PATCH] perf jvmti: Link in tools/lib/ctype.o
2019-10-13 15:17:05 linux-kernel [PATCH 3/3] perf tools: Make 'struct map_shared' truly shared
2019-10-13 15:16:47 linux-kernel [PATCH 2/3] perf tools: Separate shareable part of 'struct map' into 'struct map_shared'
2019-10-13 15:15:05 linux-kernel [PATCH 1/3] perf tools: Allow to build with -ltcmalloc
2019-10-13 15:15:02 linux-kernel [PATCH 0/3] perf tools: Share struct map after clone
2019-10-11 12:25:15 linux-kernel [PATCH] perf tools: Propagate CFLAGS to libperf
2019-10-07 12:59:47 linux-kernel [PATCH 03/36] libperf: Add perf_mmap__mmap_len() function
2019-10-07 12:59:19 linux-kernel [PATCH 15/36] libperf: Add perf_evlist_mmap_ops::idx callback
2019-10-07 12:58:53 linux-kernel [PATCH 24/36] libperf: Add perf_evlist__exit function
2019-10-07 12:58:34 linux-kernel [PATCH 36/36] libperf: Add pr_err macro
2019-10-07 12:58:34 linux-kernel [PATCH 34/36] libperf: Keep count of failed tests
2019-10-07 12:57:51 linux-kernel [PATCHv2 00/36] libperf: Add sampling interface
2019-10-07 12:57:48 linux-kernel [PATCH 10/36] libperf: Add perf_mmap__read_init() function
2019-10-07 12:57:48 linux-kernel [PATCH 01/36] libperf: Add perf_mmap__init() function
2019-10-07 12:57:42 linux-kernel [PATCH 32/36] libperf: Add tests_mmap_thread test
2019-10-07 12:57:26 linux-kernel [PATCH 06/36] libperf: Add perf_mmap__unmap() function
2019-10-07 12:57:23 linux-kernel [PATCH 09/36] libperf: Add perf_mmap__consume() function
2019-10-07 12:57:15 linux-kernel [PATCH 12/36] libperf: Add perf_mmap__read_event() function
2019-10-07 12:57:14 linux-kernel [PATCH 16/36] libperf: Add perf_evlist_mmap_ops::get callback
2019-10-07 12:57:03 linux-kernel [PATCH 18/36] perf tools: Add perf_evlist__mmap_cb_idx function
2019-10-07 12:56:59 linux-kernel [PATCH 19/36] perf tools: Add perf_evlist__mmap_cb_get function
2019-10-07 12:56:56 linux-kernel [PATCH 22/36] libperf: Centralize map refcnt setting
2019-10-07 12:56:51 linux-kernel [PATCH 29/36] libperf: Move mask setup to perf_evlist__mmap_ops function
2019-10-07 12:56:41 linux-kernel [PATCH 30/36] libperf: Link static tests with libapi.a
2019-10-07 12:56:30 linux-kernel [PATCH 35/36] libperf: Do not export perf_evsel__init/perf_evlist__init
2019-10-07 12:56:28 linux-kernel [PATCH 33/36] libperf: Add tests_mmap_cpus test
2019-10-07 12:56:22 linux-kernel [PATCH 31/36] libperf: Add _GNU_SOURCE define to compilation
2019-10-07 12:56:17 linux-kernel [PATCH 28/36] libperf: Move mmap allocation to perf_evlist__mmap_ops::get
2019-10-07 12:56:10 linux-kernel [PATCH 27/36] libperf: Add perf_evlist__for_each_mmap function
2019-10-07 12:56:06 linux-kernel [PATCH 26/36] libperf: Add perf_evlist__filter_pollfd function
2019-10-07 12:56:01 linux-kernel [PATCH 25/36] libperf: Add perf_evlist__purge function
2019-10-07 12:55:56 linux-kernel [PATCH 23/36] libperf: Move pollfd allocation to libperf
2019-10-07 12:55:47 linux-kernel [PATCH 21/36] perf tools: Switch to libperf mmap interface
2019-10-07 12:55:41 linux-kernel [PATCH 20/36] perf tools: Add perf_evlist__mmap_cb_mmap function
2019-10-07 12:55:33 linux-kernel [PATCH 17/36] libperf: Add perf_evlist_mmap_ops::mmap callback
2019-10-07 12:55:23 linux-kernel [PATCH 14/36] libperf: Add perf_evlist__mmap_ops function
2019-10-07 12:55:18 linux-kernel [PATCH 13/36] libperf: Add perf_evlist__mmap()/munmap() functions
2019-10-07 12:55:07 linux-kernel [PATCH 11/36] libperf: Add perf_mmap__read_done() function
2019-10-07 12:54:54 linux-kernel [PATCH 08/36] perf tools: Use perf_mmap way to detect aux mmap
2019-10-07 12:54:50 linux-kernel [PATCH 07/36] libperf: Add perf_mmap__put() function
2019-10-07 12:54:39 linux-kernel [PATCH 05/36] libperf: Add perf_mmap__get() function
2019-10-07 12:54:36 linux-kernel [PATCH 04/36] libperf: Add perf_mmap__mmap() function
2019-10-07 12:54:30 linux-kernel [PATCH 02/36] libperf: Add 'struct perf_mmap_param'
2019-09-13 23:35:22 linux-kernel [PATCH 17/73] libperf: Add event_copy to struct perf_mmap
2019-09-13 23:35:21 linux-kernel [PATCH 63/73] libperf: Add perf_evlist__purge function
2019-09-13 23:34:48 linux-kernel [PATCH 53/73] libperf: Add perf_evlist__mmap_ops function
2019-09-13 23:34:25 linux-kernel [PATCH 67/73] libperf: Link static tests with libapi.a
2019-09-13 23:25:04 linux-kernel [PATCH 52/73] libperf: Add perf_evlist__mmap/munmap function
2019-09-13 23:24:19 linux-kernel [PATCH 57/73] perf tools: Add perf_evlist__mmap_cb_idx function
2019-09-13 23:24:19 linux-kernel [PATCH 72/73] libperf: Do not export perf_evsel__init/perf_evlist__init
2019-09-13 23:23:15 linux-kernel [PATCH 46/73] libperf: Add perf_mmap__new function