forked from Minki/linux
libbpf: Convert comma to semicolon
Replace a comma between expression statements by a semicolon. Signed-off-by: Xu Wang <vulab@iscas.ac.cn> Signed-off-by: Alexei Starovoitov <ast@kernel.org> Acked-by: Yonghong Song <yhs@fb.com> Link: https://lore.kernel.org/bpf/20200818071611.21923-1-vulab@iscas.ac.cn
This commit is contained in:
parent
2bf8c7e735
commit
65bb2e0fc5
@ -8594,7 +8594,7 @@ struct perf_buffer *perf_buffer__new(int map_fd, size_t page_cnt,
|
||||
struct perf_buffer_params p = {};
|
||||
struct perf_event_attr attr = { 0, };
|
||||
|
||||
attr.config = PERF_COUNT_SW_BPF_OUTPUT,
|
||||
attr.config = PERF_COUNT_SW_BPF_OUTPUT;
|
||||
attr.type = PERF_TYPE_SOFTWARE;
|
||||
attr.sample_type = PERF_SAMPLE_RAW;
|
||||
attr.sample_period = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user