Alexei Starovoitov ([email protected])

Number of posts: 491 (0.7 per day)
First post: 2013-10-01 01:04:40
Last post: 2015-08-31 15:57:27

Date List Subject
2015-07-23 20:49:39 linux-kernel llvm bpf debug info. Re: [RFC PATCH v4 3/3] bpf: Introduce function for outputing data to perf event
2015-07-23 02:22:41 linux-kernel Re: [PATCH v2 4/5] bpf: Implement function bpf_perf_event_read() that get the selected hardware PMU conuter
2015-07-23 01:39:18 linux-kernel Re: [PATCH v2 1/5] bpf: Add new bpf map type to store the pointer to struct perf_event
2015-07-23 01:16:12 linux-kernel Re: [PATCH v2 5/5] samples/bpf: example of get selected PMU counter value
2015-07-23 01:14:48 linux-kernel Re: [PATCH v2 4/5] bpf: Implement function bpf_perf_event_read() that get the selected hardware PMU conuter
2015-07-23 01:08:29 linux-kernel Re: [PATCH v2 3/5] bpf: Save the pointer to struct perf_event to map
2015-07-23 01:00:26 linux-kernel Re: [PATCH v2 2/5] bpf: Add function map->ops->map_traverse_elem() to traverse map elems
2015-07-23 00:49:00 linux-kernel Re: [PATCH v2 1/5] bpf: Add new bpf map type to store the pointer to struct perf_event
2015-07-22 22:12:11 linux-kernel Re: Draft 3 of bpf(2) man page for review
2015-07-22 19:22:35 linux-kernel Re: Draft 3 of bpf(2) man page for review
2015-07-22 17:43:47 linux-kernel Re: Edited draft of bpf(2) man page for review/enhancement
2015-07-21 15:53:11 linux-kernel Re: [PATCH V2 net-next 0/3] ARM BPF JIT features
2015-07-18 01:22:27 linux-kernel Re: [RFC PATCH 0/6] bpf: Introduce the new ability of eBPF programs to access hardware PMU counter
2015-07-18 00:42:35 linux-kernel Re: [RFC PATCH 0/6] bpf: Introduce the new ability of eBPF programs to access hardware PMU counter
2015-07-17 22:56:12 linux-kernel Re: [RFC PATCH 0/6] bpf: Introduce the new ability of eBPF programs to access hardware PMU counter
2015-07-17 04:27:57 linux-kernel Re: [RFC PATCH v4 3/3] bpf: Introduce function for outputing data to perf event
2015-07-17 04:11:52 linux-kernel Re: [RFC PATCH v4 3/3] bpf: Introduce function for outputing data to perf event
2015-07-16 17:35:41 linux-kernel Re: [PATCH 0/6] BPF JIT fixes and features for ARM
2015-07-14 03:10:32 linux-kernel Re: [RFC PATCH v5 0/3] Make eBPF programs output data to perf
2015-07-14 03:08:22 linux-kernel Re: [RFC PATCH v5 3/3] bpf: Introduce function for outputing trace event data
2015-07-14 01:43:08 linux-kernel Re: [RFC PATCH v4 3/3] bpf: Introduce function for outputing data to perf event
2015-07-10 22:10:46 linux-kernel Re: [RFC PATCH v4 3/3] bpf: Introduce function for outputing data to perf event
2015-07-08 02:04:05 linux-kernel Re: [RFC PATCH v10 23/50] perf tools: Make perf depend on libbpf
2015-07-08 01:45:14 linux-kernel Re: [RFC PATCH v3 2/2] bpf: Introduce function for outputing data to perf event
2015-07-08 01:35:44 linux-kernel Re: [RFC PATCH v3 1/2] tracing: Add new trace type for bpf data output
2015-07-08 01:31:16 linux-kernel Re: [RFC PATCH v3 0/2] Make eBPF programs output data to perf event
2015-07-02 18:41:57 linux-kernel Re: [RFC PATCH v2 1/4] bpf: Put perf_events check ahead of bpf prog
2015-07-02 18:37:54 linux-kernel Re: [RFC PATCH 0/5] Make eBPF programs output data to perf event
2015-07-02 18:02:43 linux-kernel Re: [RFC PATCH 1/5] bpf: Put perf_events check ahead of bpf prog
2015-07-02 03:52:20 linux-kernel Re: [RFC PATCH 0/5] Make eBPF programs output data to perf event
2015-07-02 03:50:43 linux-kernel Re: [RFC PATCH 1/5] bpf: Put perf_events check ahead of bpf prog
2015-07-02 02:48:35 linux-kernel Re: [RFC PATCH 0/5] Make eBPF programs output data to perf event
2015-07-01 03:03:16 linux-kernel Re: [PATCH net-next] test_bpf: extend tests for 32-bit endianness conversion
2015-06-27 07:55:21 linux-kernel Re: [PATCH] bpf: Put perf_events check ahead of bpf prog
2015-06-26 22:44:25 linux-kernel Re: [RFC PATCH v9 00/50] perf tools: filtering events using eBPF programs
2015-06-26 08:49:23 linux-kernel Re: [RFC PATCH 1/3] perf probe: Init symbol as kprobe if any pev is kprobe
2015-06-26 08:47:48 linux-kernel Re: [RFC PATCH 3/3] perf tools: Support attach BPF program on uprobe events
2015-06-26 08:46:58 linux-kernel Re: [RFC PATCH 2/3] tracing, perf: Implement BPF programs attached to uprobes
2015-06-26 08:40:48 linux-kernel Re: [RFC PATCH v8 47/49] perf tools: Generate prologue for BPF programs
2015-06-26 08:38:04 linux-kernel Re: [RFC PATCH v8 00/49] perf tools: filtering events using eBPF programs
2015-06-26 08:32:44 linux-kernel Re: [RFC PATCH v8 46/49] perf tools: Add prologue for BPF programs for fetching arguments
2015-06-26 08:29:44 linux-kernel Re: [RFC PATCH v8 43/49] perf tools: Iterater over tev instead of pev in bpf__for_each_program
2015-06-26 08:29:10 linux-kernel Re: [RFC PATCH v8 38/49] bpf tools: Load instructions buffer using load_program()
2015-06-26 08:26:11 linux-kernel Re: [RFC PATCH] arm64: bpf: fix endianness conversion bugs
2015-06-25 13:34:23 linux-kernel Re: [PATCH] arm64: bpf: fix out-of-bounds read in bpf2a64_offset()
2015-06-20 00:54:11 linux-kernel Re: [PATCH v2] bpf: BPF based latency tracing
2015-06-19 07:06:26 linux-kernel Re: [PATCH v0] bpf: BPF based latency tracing
2015-06-18 17:06:13 linux-kernel Re: [PATCH v0] bpf: BPF based latency tracing
2015-06-17 23:59:25 linux-kernel Re: call_rcu from trace_preempt
2015-06-17 20:53:26 linux-kernel Re: call_rcu from trace_preempt
2015-06-17 18:39:38 linux-kernel Re: call_rcu from trace_preempt