Home
last modified time | relevance | path

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

/linux/kernel/trace/rv/
H A Drv.h5 struct dentry *root_dir; member
43 static inline int init_rv_reactors(struct dentry *root_dir) in init_rv_reactors()
H A Drv_reactors.c441 int init_rv_reactors(struct dentry *root_dir) in init_rv_reactors()
/linux/kernel/
H A Drseq.c183 static int __init rseq_stats_init(struct dentry *root_dir) in rseq_stats_init()
189 static inline void rseq_stats_init(struct dentry *root_dir) { } in rseq_stats_init()
229 struct dentry *root_dir = debugfs_create_dir("rseq", NULL); in rseq_debugfs_init() local
858 static void rseq_slice_ext_init(struct dentry *root_dir) in rseq_slice_ext_init()
888 static void rseq_slice_ext_init(struct dentry *root_dir) { } in rseq_slice_ext_init()
/linux/tools/perf/util/
H A Dbuild-id.c102 sysfs__snprintf_build_id(const char * root_dir,char * sbuild_id,size_t sbuild_id_size) sysfs__snprintf_build_id() argument
581 build_id_cache__find_debug(const char * sbuild_id,struct nsinfo * nsi,const char * root_dir) build_id_cache__find_debug() argument
635 build_id_cache__add(const char * sbuild_id,const char * name,const char * realname,struct nsinfo * nsi,bool is_kallsyms,bool is_vdso,const char * proper_name,const char * root_dir) build_id_cache__add() argument
757 __build_id_cache__add_s(const char * sbuild_id,const char * name,struct nsinfo * nsi,bool is_kallsyms,bool is_vdso,const char * proper_name,const char * root_dir) __build_id_cache__add_s() argument
783 build_id_cache__add_b(const struct build_id * bid,const char * name,struct nsinfo * nsi,bool is_kallsyms,bool is_vdso,const char * proper_name,const char * root_dir) build_id_cache__add_b() argument
878 const char *root_dir = NULL; dso__cache_build_id() local
[all...]
H A Ddso.c115 const char *root_dir, char *filename, size_t size) in dso__read_binary_type_filename() argument
564 dso__get_filename(struct dso * dso,const char * root_dir,bool * decomp) dso__get_filename() argument
1775 dso__kernel_module_get_build_id(struct dso * dso,const char * root_dir) dso__kernel_module_get_build_id() argument
H A Dmachine.h39 char *root_dir; member
H A Dmachine.c75 machine__init(struct machine * machine,const char * root_dir,pid_t pid) machine__init() argument
245 machines__add(struct machines * machines,pid_t pid,const char * root_dir) machines__add() argument
321 const char *root_dir = ""; machines__findnew() local
1315 get_kernel_version(const char * root_dir) get_kernel_version() argument
[all...]
H A Dsymbol.c1680 char *root_dir = (char *) ""; dso__load() local
/linux/tools/perf/tests/
H A Dkallsyms-split.c20 static char *root_dir; variable
[all...]
/linux/kernel/irq/
H A Ddebugfs.c240 struct dentry *root_dir; in irq_debugfs_init() local
/linux/fs/befs/
H A Dbefs.h55 befs_inode_addr root_dir; member
H A Dbefs_fs_types.h138 befs_disk_inode_addr root_dir; member
/linux/tools/perf/
H A Dbuiltin-buildid-cache.c36 char root_dir[PATH_MAX]; in build_id_cache__kcore_buildid() local
/linux/tools/perf/scripts/python/
H A Dexport-to-postgresql.py983 def machine_table(machine_id, pid, root_dir, *x): argument