On Thu, Jun 20, 2019 at 5:08 PM Stanislav Fomichev <sdf@xxxxxxxxxxx> wrote: > > On 06/20, Andrii Nakryiko wrote: > > Use new bpf_program__attach_perf_event() in test previously relying on > > direct ioctl manipulations. > Maybe use new detach/disable routine at the end of the > test_stacktrace_build_id_nmi as well? > yeah, totally, missed that. > > Signed-off-by: Andrii Nakryiko <andriin@xxxxxx> > > --- > > .../bpf/prog_tests/stacktrace_build_id_nmi.c | 16 ++++++++-------- > > 1 file changed, 8 insertions(+), 8 deletions(-) > > <snip>