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

/linux-4.4.14/tools/perf/
H A Dbuiltin-buildid-cache.c181 if (filename__read_build_id(filename, &build_id, sizeof(build_id)) < 0) { build_id_cache__add_file()
201 if (filename__read_build_id(filename, &build_id, sizeof(build_id)) < 0) { build_id_cache__remove_file()
245 filename__read_build_id(filename, build_id, dso__missing_buildid_cache()
273 if (filename__read_build_id(filename, &build_id, sizeof(build_id)) < 0) { build_id_cache__update_file()
H A Dbuiltin-inject.c318 if (filename__read_build_id(dso->long_name, dso->build_id, dso__read_build_id()
/linux-4.4.14/tools/perf/util/
H A Dsymbol-minimal.c82 int filename__read_build_id(const char *filename, void *bf, size_t size) filename__read_build_id() function
347 if (filename__read_build_id(ss->name, build_id, BUILD_ID_SIZE) > 0) { dso__load_sym()
H A Dsymbol.h249 int filename__read_build_id(const char *filename, void *bf, size_t size);
H A Dbuild-id.c120 ret = filename__read_build_id(pathname, build_id, sizeof(build_id)); filename__sprintf_build_id()
H A Ddso.c1173 if (filename__read_build_id(pos->long_name, pos->build_id, list_for_each_entry()
H A Dsymbol-elf.c428 int filename__read_build_id(const char *filename, void *bf, size_t size) filename__read_build_id() function
H A Dsymbol.c1468 if (filename__read_build_id(dso->name, build_id, BUILD_ID_SIZE) > 0) dso__load()

Completed in 176 milliseconds