HomeSort by relevance Sort by last modified time
    Searched refs:WriteElfWithBuildid (Results 1 - 4 of 4) sorted by null

  /external/perf_data_converter/src/quipper/
dso_test_utils.h 16 void WriteElfWithBuildid(string filename, string section_name, string buildid);
dso_test.cc 32 testing::WriteElfWithBuildid(elf.path(), ".note.gnu.build-id",
41 testing::WriteElfWithBuildid(elf.path(), ".notes", expected_buildid);
45 testing::WriteElfWithBuildid(elf.path(), ".note", expected_buildid);
64 testing::WriteElfWithBuildid(elf.path(), ".unexpected-section", "blah");
dso_test_utils.cc 76 void WriteElfWithBuildid(string filename, string section_name, string buildid) {
perf_parser_test.cc 656 testing::WriteElfWithBuildid(tmpfile, ".note.gnu.build-id",
794 testing::WriteElfWithBuildid(tmpfile, ".note.gnu.build-id",
797 testing::WriteElfWithBuildid(tmpfile_in_ns, ".note.gnu.build-id",
877 testing::WriteElfWithBuildid(tmpfile, ".note.gnu.build-id",
880 testing::WriteElfWithBuildid(tmpfile_in_ns, ".note.gnu.build-id",
    [all...]

Completed in 831 milliseconds