Searched refs:expect_build_id (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | pe-file-parsing.c | 29 char expect_build_id[] = { in run_dir() local 41 ret == sizeof(expect_build_id)); in run_dir() 42 TEST_ASSERT_VAL("Wrong build_id", !memcmp(bid.data, expect_build_id, in run_dir() 43 sizeof(expect_build_id))); in run_dir() 53 ret == sizeof(expect_build_id)); in run_dir() 54 TEST_ASSERT_VAL("Wrong build_id", !memcmp(bid.data, expect_build_id, in run_dir() 55 sizeof(expect_build_id))); in run_dir()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | pe-file-parsing.c | 29 char expect_build_id[] = { in run_dir() local 42 ret == sizeof(expect_build_id)); in run_dir() 43 TEST_ASSERT_VAL("Wrong build_id", !memcmp(bid.data, expect_build_id, in run_dir() 44 sizeof(expect_build_id))); in run_dir() 54 ret == sizeof(expect_build_id)); in run_dir() 55 TEST_ASSERT_VAL("Wrong build_id", !memcmp(bid.data, expect_build_id, in run_dir() 56 sizeof(expect_build_id))); in run_dir()
|
Completed in 1 milliseconds