Home
last modified time | relevance | path

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

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