LinuxLists
Users
About
xiakaixu (
[email protected]
)
Number of posts: 86 (0.09 per day)
First post: 2014-02-19 01:49:23
Last post: 2016-10-09 07:12:53
Previous Page
Date
List
Subject
2015-07-28 11:22:30
linux-kernel
[PATCH v4 3/4] bpf: Implement function bpf_perf_event_read() that get the selected hardware PMU conuter
2015-07-28 11:22:29
linux-kernel
[PATCH v4 2/4] bpf: Add new bpf map type to store the pointer to struct perf_event
2015-07-28 11:18:03
linux-kernel
[PATCH v4 1/4] bpf: Make the bpf_prog_array_map more generic
2015-07-28 11:18:01
linux-kernel
[PATCH v4 0/4] bpf: Introduce the new ability of eBPF programs to access hardware PMU counter
2015-07-25 02:15:22
linux-kernel
Re: [PATCH v2 0/5] bpf: Introduce the new ability of eBPF programs to access hardware PMU counter
2015-07-24 02:23:08
linux-kernel
Re: [PATCH v3 1/3] bpf: Add new bpf map type to store the pointer to struct perf_event
2015-07-24 01:57:32
linux-kernel
Re: [PATCH v3 2/3] bpf: Implement function bpf_perf_event_read() that get the selected hardware PMU conuter
2015-07-24 01:54:25
linux-kernel
Re: [PATCH v3 3/3] samples/bpf: example of get selected PMU counter value
2015-07-23 09:43:34
linux-kernel
[PATCH v3 3/3] samples/bpf: example of get selected PMU counter value
2015-07-23 09:43:27
linux-kernel
[PATCH v3 0/3] bpf: Introduce the new ability of eBPF programs to access hardware PMU counter
2015-07-23 09:43:19
linux-kernel
[PATCH v3 1/3] bpf: Add new bpf map type to store the pointer to struct perf_event
2015-07-23 09:43:13
linux-kernel
[PATCH v3 2/3] bpf: Implement function bpf_perf_event_read() that get the selected hardware PMU conuter
2015-07-23 02:40:15
linux-kernel
Re: [PATCH v2 4/5] bpf: Implement function bpf_perf_event_read() that get the selected hardware PMU conuter
2015-07-23 02:13:16
linux-kernel
Re: [PATCH v2 4/5] bpf: Implement function bpf_perf_event_read() that get the selected hardware PMU conuter
2015-07-22 08:12:49
linux-kernel
[PATCH v2 3/5] bpf: Save the pointer to struct perf_event to map
2015-07-22 08:11:56
linux-kernel
[PATCH v2 0/5] bpf: Introduce the new ability of eBPF programs to access hardware PMU counter
2015-07-22 08:11:33
linux-kernel
[PATCH v2 4/5] bpf: Implement function bpf_perf_event_read() that get the selected hardware PMU conuter
2015-07-22 08:10:12
linux-kernel
[PATCH v2 2/5] bpf: Add function map->ops->map_traverse_elem() to traverse map elems
2015-07-22 08:10:06
linux-kernel
[PATCH v2 5/5] samples/bpf: example of get selected PMU counter value
2015-07-22 08:10:00
linux-kernel
[PATCH v2 1/5] bpf: Add new bpf map type to store the pointer to struct perf_event
2015-07-17 10:47:15
linux-kernel
[RFC PATCH 3/6] bpf: Save the pointer to struct perf_event to map
2015-07-17 10:46:54
linux-kernel
[RFC PATCH 2/6] bpf: Add function map->ops->map_traverse_elem() to traverse map elems
2015-07-17 10:46:32
linux-kernel
[RFC PATCH 5/6] bpf: Implement function bpf_read_pmu() that get the selected hardware PMU conuter
2015-07-17 10:45:55
linux-kernel
[RFC PATCH 6/6] samples/bpf: example of get selected PMU counter value
2015-07-17 10:45:26
linux-kernel
[RFC PATCH 0/6] bpf: Introduce the new ability of eBPF programs to access hardware PMU counter
2015-07-17 10:45:24
linux-kernel
[RFC PATCH 4/6] bpf: Add a bpf program function argument constraint for PMU map
2015-07-17 10:45:22
linux-kernel
[RFC PATCH 1/6] bpf: Add new flags that specify the value type stored in map
2014-12-31 07:47:28
linux-kernel
[PATCH] coresight: fix typo in comment in of_coresight.c
2014-12-30 11:12:40
linux-kernel
[PATCH] coresight: remove the unused macro CORESIGHT_DEBUGFS_ENTRY
2014-04-28 02:02:16
linux-kernel
Re: [PATCH] perf tools: Remove extra '/' character in events file path
2014-04-26 07:55:52
linux-kernel
[PATCH] perf tools: Remove extra '/' character in events file path
2014-04-22 03:25:09
linux-kernel
[PATCH] perf tools: Remove extra '/' character in events file path
2014-02-27 02:54:28
linux-kernel
Re: A Bug Inquiry in linux/tools/perf/builtin-record.c
2014-02-25 07:16:39
linux-kernel
Re: A Bug Inquiry in linux/tools/perf/builtin-record.c
2014-02-19 01:49:23
linux-kernel
A Bug Inquiry in linux/tools/perf/builtin-record.c