Home
last modified time | relevance | path

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

/tools/perf/
Dbuiltin-buildid-cache.c27 char root_dir[PATH_MAX]; in build_id_cache__kcore_buildid() local
/tools/perf/util/
Dmachine.h32 char *root_dir; member
Ddso.c40 char *root_dir, char *filename, size_t size) in dso__read_binary_type_filename()
351 char *root_dir = (char *)""; in __open_dso() local
1158 const char *root_dir) in dso__kernel_module_get_build_id()
Dmachine.c26 int machine__init(struct machine *machine, const char *root_dir, pid_t pid) in machine__init()
159 const char *root_dir) in machines__add()
230 const char *root_dir = ""; in machines__findnew() local
942 static char *get_kernel_version(const char *root_dir) in get_kernel_version()
Dbuild-id.c97 int sysfs__sprintf_build_id(const char *root_dir, char *sbuild_id) in sysfs__sprintf_build_id()
Dsymbol.c1396 char *root_dir = (char *) ""; in dso__load() local
/tools/perf/scripts/python/
Dexport-to-postgresql.py668 def machine_table(machine_id, pid, root_dir, *x): argument