Skip to content

Commit 3d45989

Browse files
committed
test
1 parent 956fdb8 commit 3d45989

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/testing/selftests/bpf/prog_tests/uprobe_syscall.c

+3-1
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,9 @@ static void test_uprobe_legacy(void)
502502
if (!ASSERT_OK_PTR(addr, "find_nop5"))
503503
return;
504504

505-
offset = get_uprobe_offset(addr);
505+
printf("KRAVA get_uprobe_offset %lx find %lx\n", (unsigned long) &uprobe_test, (unsigned long) addr);
506+
507+
offset = get_uprobe_offset(uprobe_test);
506508
if (!ASSERT_GE(offset, 0, "get_uprobe_offset"))
507509
return;
508510

0 commit comments

Comments
 (0)