Searched refs:expect_build_id (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/tests/
H A Dpe-file-parsing.c29 char expect_build_id[] = { local
42 ret == sizeof(expect_build_id));
43 TEST_ASSERT_VAL("Wrong build_id", !memcmp(bid.data, expect_build_id,
44 sizeof(expect_build_id)));
54 ret == sizeof(expect_build_id));
55 TEST_ASSERT_VAL("Wrong build_id", !memcmp(bid.data, expect_build_id,
56 sizeof(expect_build_id)));

Completed in 114 milliseconds