On Fri, Jun 26, 2020 at 5:26 PM Song Liu <[email protected]> wrote: > > Sanitize and expose get/put_callchain_entry(). This would be used by bpf > stack map. > > Suggested-by: Peter Zijlstra <[email protected]> > Signed-off-by: Song Liu <[email protected]> > ---
Acked-by: Andrii Nakryiko <[email protected]> > include/linux/perf_event.h | 2 ++ > kernel/events/callchain.c | 13 ++++++------- > 2 files changed, 8 insertions(+), 7 deletions(-) > [...]
