Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/tests/
Dpe-file-parsing.c29 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()