Re: [RFC PATCH bpf-next v3 1/7] bpf: rename stack trace map

2018-09-18 Thread Mauricio Vasquez
On 09/18/2018 06:05 PM, Alexei Starovoitov wrote: On Tue, Sep 18, 2018 at 06:52:34AM +0200, Mauricio Vasquez B wrote: In the following patches queue and stack maps (FIFO and LIFO datastructures) will be implemented. In order to avoid confusion and a possible name clash rename stackmap.c to s

Re: [RFC PATCH bpf-next v3 1/7] bpf: rename stack trace map

2018-09-18 Thread Alexei Starovoitov
On Tue, Sep 18, 2018 at 06:52:34AM +0200, Mauricio Vasquez B wrote: > In the following patches queue and stack maps (FIFO and LIFO > datastructures) will be implemented. In order to avoid confusion and > a possible name clash rename stackmap.c to stacktracemap.c and > stack_map_ops to stack_trace_

[RFC PATCH bpf-next v3 1/7] bpf: rename stack trace map

2018-09-17 Thread Mauricio Vasquez B
In the following patches queue and stack maps (FIFO and LIFO datastructures) will be implemented. In order to avoid confusion and a possible name clash rename stackmap.c to stacktracemap.c and stack_map_ops to stack_trace_map_ops Signed-off-by: Mauricio Vasquez B --- include/linux/bpf_types.h