On Thu, Jun 27, 2019 at 10:53 PM Andrii Nakryiko <andriin@xxxxxx> wrote: > > Convert some existing tests that attach to tracepoints to use > bpf_program__attach_tracepoint API instead. > > Signed-off-by: Andrii Nakryiko <andriin@xxxxxx> > Reviewed-by: Stanislav Fomichev <sdf@xxxxxxxxxx> Acked-by: Song Liu <songliubraving@xxxxxx> > --- > .../bpf/prog_tests/stacktrace_build_id.c | 50 ++++--------------- > .../selftests/bpf/prog_tests/stacktrace_map.c | 43 ++++------------ > .../bpf/prog_tests/stacktrace_map_raw_tp.c | 15 ++++-- > 3 files changed, 31 insertions(+), 77 deletions(-) More deletions. Nice!