Searched refs:root_dir (Results 1 - 25 of 31) sorted by relevance

12

/linux-master/kernel/trace/rv/
H A Drv.h5 struct dentry *root_dir; member in struct:rv_interface
52 int init_rv_reactors(struct dentry *root_dir);
64 static inline int init_rv_reactors(struct dentry *root_dir) argument
H A Drv.c763 rv_root.root_dir = rv_create_dir("rv", NULL);
764 if (!rv_root.root_dir)
767 rv_root.monitors_dir = rv_create_dir("monitors", rv_root.root_dir);
771 tmp = rv_create_file("available_monitors", RV_MODE_READ, rv_root.root_dir, NULL,
776 tmp = rv_create_file("enabled_monitors", RV_MODE_WRITE, rv_root.root_dir, NULL,
781 tmp = rv_create_file("monitoring_on", RV_MODE_WRITE, rv_root.root_dir, NULL,
785 retval = init_rv_reactors(rv_root.root_dir);
794 rv_remove(rv_root.root_dir);
H A Drv_reactors.c482 int init_rv_reactors(struct dentry *root_dir) argument
487 available = rv_create_file("available_reactors", RV_MODE_READ, root_dir, NULL,
492 reacting = rv_create_file("reacting_on", RV_MODE_WRITE, root_dir, NULL, &reacting_on_fops);
/linux-master/samples/bpf/
H A Drun_cookie_uid_helper_example.sh4 root_dir=$local_dir/../..
/linux-master/tools/perf/util/
H A Dbuild-id.h28 int sysfs__sprintf_build_id(const char *root_dir, char *sbuild_id);
70 const char *proper_name, const char *root_dir);
74 const char *proper_name, const char *root_dir);
H A Dbuild-id.c119 int sysfs__sprintf_build_id(const char *root_dir, char *sbuild_id) argument
125 if (!root_dir)
126 root_dir = "";
128 scnprintf(notes, sizeof(notes), "%s/sys/kernel/notes", root_dir);
626 const char *root_dir)
639 if (root_dir) {
640 path__join(dirbuf, PATH_MAX, root_dir, dirname);
680 const char *proper_name, const char *root_dir)
734 debugfile = build_id_cache__find_debug(sbuild_id, nsi, root_dir);
802 const char *proper_name, const char *root_dir)
624 build_id_cache__find_debug(const char *sbuild_id, struct nsinfo *nsi, const char *root_dir) argument
678 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) argument
800 __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) argument
824 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) argument
923 const char *root_dir = NULL; local
[all...]
H A Dmachine.h39 char *root_dir; member in struct:machine
156 const char *root_dir);
168 int machine__init(struct machine *machine, const char *root_dir, pid_t pid);
H A Ddso.c106 char *root_dir, char *filename, size_t size)
227 root_dir, dso->long_name);
537 char *root_dir = (char *)""; local
546 root_dir = machine->root_dir;
549 root_dir, name, PATH_MAX))
1438 sprintf(path, "%s/sys/kernel/notes", machine->root_dir);
1444 const char *root_dir)
1455 root_dir, (int)strlen(name) - 1, name);
104 dso__read_binary_type_filename(const struct dso *dso, enum dso_binary_type type, char *root_dir, char *filename, size_t size) argument
1443 dso__kernel_module_get_build_id(struct dso *dso, const char *root_dir) argument
H A Ddso.h284 int dso__kernel_module_get_build_id(struct dso *dso, const char *root_dir);
288 char *root_dir, char *filename, size_t size);
H A Dmachine.c79 int machine__init(struct machine *machine, const char *root_dir, pid_t pid) argument
104 machine->root_dir = strdup(root_dir);
105 if (machine->root_dir == NULL)
128 zfree(&machine->root_dir);
204 zfree(&machine->root_dir);
233 const char *root_dir)
243 if (machine__init(machine, root_dir, pid) != 0) {
309 const char *root_dir = ""; local
332 root_dir
232 machines__add(struct machines *machines, pid_t pid, const char *root_dir) argument
1340 get_kernel_version(const char *root_dir) argument
[all...]
H A Dsymbol.c894 machine->root_dir, module);
1783 char *root_dir = (char *) ""; local
1838 root_dir = machine->root_dir;
1877 root_dir, name, PATH_MAX))
2247 sprintf(path, "%s/proc/kallsyms", machine->root_dir);
H A Dsynthetic-events.c441 machine->root_dir, pid, pid);
481 machine->root_dir, pid, pid);
803 machine->root_dir, pid);
1038 snprintf(proc_path, sizeof(proc_path), "%s/proc", machine->root_dir);
H A Dunwind-libunwind-local.c395 machine->root_dir, debuglink, PATH_MAX);
/linux-master/fs/befs/
H A Dsuper.c50 befs_sb->root_dir = fsrun_to_cpu(sb, disk_sb->root_dir);
H A Dbefs.h55 befs_inode_addr root_dir; member in struct:befs_sb_info
H A Dbefs_fs_types.h138 befs_disk_inode_addr root_dir; member in struct:__anon10021
H A Ddebug.c193 tmp_run = fsrun_to_cpu(sb, sup->root_dir);
194 befs_debug(sb, " root_dir %u, %hu, %hu",
/linux-master/kernel/irq/
H A Ddebugfs.c247 struct dentry *root_dir; local
250 root_dir = debugfs_create_dir("irq", NULL);
252 irq_domain_debugfs_init(root_dir);
254 irq_dir = debugfs_create_dir("irqs", root_dir);
/linux-master/tools/perf/
H A Dbuiltin-buildid-cache.c36 char root_dir[PATH_MAX]; local
39 strlcpy(root_dir, proc_dir, sizeof(root_dir));
41 p = strrchr(root_dir, '/');
45 return sysfs__sprintf_build_id(root_dir, sbuildid);
/linux-master/tools/perf/scripts/python/
H A Dexport-to-postgresql.py347 'root_dir varchar(4096))')
502 'root_dir,'
983 def machine_table(machine_id, pid, root_dir, *x):
984 root_dir = toserverstr(root_dir)
985 n = len(root_dir)
987 value = struct.pack(fmt, 3, 8, machine_id, 4, pid, n, root_dir)
/linux-master/fs/exfat/
H A Dsuper.c342 exfat_chain_set(&ei->dir, sbi->root_dir, 0, ALLOC_FAT_CHAIN);
344 ei->start_clu = sbi->root_dir;
350 ei->hint_stat.clu = sbi->root_dir;
353 exfat_chain_set(&cdir, sbi->root_dir, 0, ALLOC_FAT_CHAIN);
372 ei->i_pos = ((loff_t)sbi->root_dir << 32) | 0xffffffff;
490 sbi->root_dir = le32_to_cpu(p_boot->root_cluster);
H A Dballoc.c83 exfat_chain_set(&clu, sbi->root_dir, 0, ALLOC_FAT_CHAIN);
H A Dexfat_fs.h255 unsigned int root_dir; /* root dir cluster */ member in struct:exfat_sb_info
/linux-master/drivers/staging/pi433/
H A Dpi433_if.c58 static struct dentry *root_dir; /* debugfs root directory for the driver */ variable in typeref:struct:dentry
1312 entry = debugfs_create_dir(dev_name(device->dev), root_dir);
1339 debugfs_lookup_and_remove(dev_name(device->dev), root_dir);
1412 root_dir = debugfs_create_dir(KBUILD_MODNAME, NULL);
1431 debugfs_remove(root_dir);
/linux-master/fs/ocfs2/
H A Docfs2_trace.h1710 TP_PROTO(char *label, char *uuid_str, unsigned long long root_dir,
1712 TP_ARGS(label, uuid_str, root_dir, system_dir, cluster_bits),
1716 __field(unsigned long long, root_dir)
1723 __entry->root_dir = root_dir;
1728 __entry->root_dir, __entry->system_dir, __entry->cluster_bits)

Completed in 218 milliseconds

12