Home
last modified time | relevance | path

Searched defs:root_dir (Results 1 – 7 of 7) sorted by relevance

/tools/perf/util/
Dbuild-id.c87 int sysfs__sprintf_build_id(const char *root_dir, char *sbuild_id) in sysfs__sprintf_build_id()
566 const char *root_dir) in build_id_cache__find_debug()
620 const char *proper_name, const char *root_dir) in build_id_cache__add()
742 const char *proper_name, const char *root_dir) in __build_id_cache__add_s()
768 const char *root_dir) in build_id_cache__add_b()
863 const char *root_dir = NULL; in dso__cache_build_id() local
Ddso.c112 char *root_dir, char *filename, size_t size) in dso__read_binary_type_filename()
550 char *root_dir = (char *)""; in __open_dso() local
1564 const char *root_dir) in dso__kernel_module_get_build_id()
Dmachine.h39 char *root_dir; member
Dmachine.c73 int machine__init(struct machine *machine, const char *root_dir, pid_t pid) in machine__init()
207 const char *root_dir) in machines__add()
283 const char *root_dir = ""; in machines__findnew() local
1290 static char *get_kernel_version(const char *root_dir) in get_kernel_version()
Dsymbol.c1792 char *root_dir = (char *) ""; in dso__load() local
/tools/perf/
Dbuiltin-buildid-cache.c36 char root_dir[PATH_MAX]; in build_id_cache__kcore_buildid() local
/tools/perf/scripts/python/
Dexport-to-postgresql.py983 def machine_table(machine_id, pid, root_dir, *x): argument