commit | 569cc39d39385a74b23145496bca2df5ac8b2fb8 | [log] [tgz] |
---|---|---|
author | Alexei Starovoitov <ast@fb.com> | Wed Apr 27 18:56:22 2016 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 28 17:29:45 2016 -0400 |
tree | d19ff13218ada2b400bece7a058919478afea9ce | |
parent | 6aff67c85c9e5a4bc99e5211c1bac547936626ca [diff] |
samples/bpf: fix trace_output example llvm cannot always recognize memset as builtin function and optimize it away, so just delete it. It was a leftover from testing of bpf_perf_event_output() with large data structures. Fixes: 39111695b1b8 ("samples: bpf: add bpf_perf_event_output example") Signed-off-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>