Home
last modified time | relevance | path

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

/external/linux-tools-perf/
Dbuiltin-buildid-cache.c40 if (filename__read_build_id(filename, &build_id, sizeof(build_id)) < 0) { in build_id_cache__add_file()
61 if (filename__read_build_id(filename, &build_id, sizeof(build_id)) < 0) { in build_id_cache__remove_file()
Dbuiltin-inject.c94 if (filename__read_build_id(self->long_name, self->build_id, in dso__read_build_id()
/external/linux-tools-perf/util/
Dsymbol.h249 int filename__read_build_id(const char *filename, void *bf, size_t size);
Dsymbol.c1320 if (filename__read_build_id(pos->long_name, pos->build_id, in __dsos__read_build_ids()
1395 int filename__read_build_id(const char *filename, void *bf, size_t size) in filename__read_build_id() function