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 13:29:39
linux-kernel
[PATCH 60/73] perf tools: Switch to libperf mmap interface
2019-09-13 13:29:12
linux-kernel
[PATCH 49/73] libperf: Add perf_mmap__read_init function
2019-09-13 13:29:02
linux-kernel
[PATCH 44/73] libperf: Add perf_mmap__unmap function
2019-09-13 13:28:38
linux-kernel
[PATCH 35/73] libperf: Add libperf dependency for tests targets
2019-09-13 13:28:37
linux-kernel
[PATCH 36/73] libperf: Add perf_evlist__alloc_pollfd function
2019-09-13 13:28:35
linux-kernel
[PATCH 34/73] libperf: Add libperf_init call to tests
2019-09-13 13:28:35
linux-kernel
[PATCH 33/73] libperf: Merge libperf_set_print in libperf_init
2019-09-13 13:28:32
linux-kernel
[PATCH 32/73] libperf: Move page_size into libperf
2019-09-13 13:28:14
linux-kernel
[PATCH 23/73] libperf: Move sample_id from struct evsel to struct perf_evsel
2019-09-13 13:27:51
linux-kernel
[PATCH 12/73] libperf: Add fd to struct perf_mmap
2019-09-13 13:27:42
linux-kernel
[PATCH 08/73] perf tools: Rename perf_evlist__purge() to evlist__purge()
2019-09-13 13:27:41
linux-kernel
[PATCH 04/73] perf tools: Rename perf_evlist__mmap() to evlist__mmap()
2019-09-13 13:27:34
linux-kernel
[PATCH 05/73] perf tools: Rename perf_evlist__munmap() to evlist__munmap()
2019-09-13 13:27:32
linux-kernel
[PATCH 02/73] perf tests: Fix static build test
2019-09-13 13:27:31
linux-kernel
[RFC 00/73] libperf: Add sampling interface
2019-09-12 10:55:12
linux-kernel
[PATCH] perf tools: Fix segfault in cpu_cache_level__read
2019-09-04 07:37:41
linux-kernel
[PATCH 3/3] perf stat: Add --per-node agregation support
2019-09-04 07:36:44
linux-kernel
[PATCHv2 0/3] perf stat: Add --per-node option
2019-09-04 07:36:17
linux-kernel
[PATCH 2/3] perf tools: Add perf_env__numa_node function
2019-09-04 07:35:58
linux-kernel
[PATCH 1/3] libperf: Add perf_cpu_map__max function
2019-09-02 12:38:48
linux-kernel
[PATCH 1/3] libperf: Add perf_cpu_map__max function
2019-09-02 12:38:45
linux-kernel
[PATCH 0/3] perf stat: Add --per-numa option
2019-09-02 12:37:52
linux-kernel
[PATCH 3/3] perf stat: Add --per-numa agregation support
2019-09-02 12:37:50
linux-kernel
[PATCH 2/3] perf tools: Add perf_env__numa_node function
2019-09-01 12:51:20
linux-kernel
[PATCH 4/4] libperf: Add missing event.h into install rule
2019-09-01 12:51:16
linux-kernel
[PATCH 2/4] perf tests: Fix static build test
2019-09-01 12:50:15
linux-kernel
[PATCH 3/4] perf tests: Add libperf automated test
2019-09-01 12:49:34
linux-kernel
[PATCH 1/4] perf tools: Fix python/perf.so compilation
2019-09-01 12:49:31
linux-kernel
[PATCH 0/4] perf tools: libperf related fixes
2019-08-28 14:02:05
linux-kernel
[PATCH 08/23] libperf: Add PERF_RECORD_AUXTRACE_INFO 'struct auxtrace_info_event' to perf/event.h
2019-08-28 14:01:55
linux-kernel
[PATCH 14/23] libperf: Add PERF_RECORD_THREAD_MAP 'struct thread_map_event' to perf/event.h
2019-08-28 14:01:06
linux-kernel
[PATCH 22/23] libperf: Rename the PERF_RECORD_ structs to have a "perf" prefix
2019-08-28 14:01:02
linux-kernel
[PATCH 00/23] libperf: Add rest of events to perf/event.h
2019-08-28 14:00:46
linux-kernel
[PATCH 05/23] libperf: Add PERF_RECORD_HEADER_TRACING_DATA 'struct tracing_data_event' to perf/event.h
2019-08-28 14:00:41
linux-kernel
[PATCH 17/23] libperf: Add PERF_RECORD_STAT_ROUND 'struct stat_round_event' to perf/event.h
2019-08-28 14:00:36
linux-kernel
[PATCH 07/23] libperf: Add PERF_RECORD_ID_INDEX 'struct id_index_event' to perf/event.h
2019-08-28 14:00:26
linux-kernel
[PATCH 11/23] libperf: Add PERF_RECORD_AUX 'struct aux_event' to perf/event.h
2019-08-28 14:00:20
linux-kernel
[PATCH 15/23] libperf: Add PERF_RECORD_STAT_CONFIG 'struct stat_config_event' to perf/event.h
2019-08-28 14:00:18
linux-kernel
[PATCH 20/23] libperf: Add PERF_RECORD_COMPRESSED 'struct compressed_event' to perf/event.h
2019-08-28 14:00:10
linux-kernel
[PATCH 18/23] libperf: Add PERF_RECORD_TIME_CONV 'struct time_conv_event' to perf/event.h
2019-08-28 14:00:00
linux-kernel
[PATCH 19/23] libperf: Add PERF_RECORD_HEADER_FEATURE 'struct feature_event' to perf/event.h
2019-08-28 13:59:56
linux-kernel
[PATCH 23/23] libperf: Move 'enum perf_user_event_type' to perf/event.h
2019-08-28 13:59:46
linux-kernel
[PATCH 21/23] libperf: Add 'union perf_event' to perf/event.h
2019-08-28 13:59:29
linux-kernel
[PATCH 16/23] libperf: Add PERF_RECORD_STAT 'struct stat_event' to perf/event.h
2019-08-28 13:59:21
linux-kernel
[PATCH 13/23] libperf: Add PERF_RECORD_SWITCH 'struct context_switch_event' to perf/event.h
2019-08-28 13:59:16
linux-kernel
[PATCH 12/23] libperf: Add PERF_RECORD_ITRACE_START 'struct itrace_start_event' to perf/event.h
2019-08-28 13:59:05
linux-kernel
[PATCH 10/23] libperf: Add PERF_RECORD_AUXTRACE_ERROR 'struct auxtrace_error_event' to perf/event.h
2019-08-28 13:59:00
linux-kernel
[PATCH 09/23] libperf: Add PERF_RECORD_AUXTRACE 'struct auxtrace_event' to perf/event.h
2019-08-28 13:58:48
linux-kernel
[PATCH 06/23] libperf: Add PERF_RECORD_HEADER_BUILD_ID 'struct build_id_event' to perf/event.h
2019-08-28 13:58:47
linux-kernel
[PATCH 03/23] libperf: Add PERF_RECORD_EVENT_UPDATE 'struct event_update_event' to perf/event.h
2019-08-28 13:58:41
linux-kernel
[PATCH 04/23] libperf: Add PERF_RECORD_HEADER_EVENT_TYPE 'struct event_type_event' to perf/event.h