diff options
author | Daniel Borkmann <daniel@iogearbox.net> | 2016-07-14 12:08:04 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-07-15 17:23:56 -0400 |
commit | 8e7a3920ac277dd4e690c0e70c9750176e3acb83 (patch) | |
tree | 2996ef0644920652d639833a2fc99bc2f204f7cf /kernel/bpf | |
parent | 7e3f977edd0bd9ea6104156feba95bb5ae9bdd38 (diff) |
bpf, perf: split bpf_perf_event_output
Split the bpf_perf_event_output() helper as a preparation into
two parts. The new bpf_perf_event_output() will prepare the raw
record itself and test for unknown flags from BPF trace context,
where the __bpf_perf_event_output() does the core work. The
latter will be reused later on from bpf_event_output() directly.
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'kernel/bpf')
0 files changed, 0 insertions, 0 deletions