Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/tests/
H A Dpe-file-parsing.c29 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()