fpath             258 tools/bpf/bpftool/cgroup.c static int do_show_tree_fn(const char *fpath, const struct stat *sb,
fpath             268 tools/bpf/bpftool/cgroup.c 	cgroup_fd = open(fpath, O_RDONLY);
fpath             270 tools/bpf/bpftool/cgroup.c 		p_err("can't open cgroup %s: %s", fpath, strerror(errno));
fpath             277 tools/bpf/bpftool/cgroup.c 		      fpath, strerror(errno));
fpath             287 tools/bpf/bpftool/cgroup.c 		jsonw_string_field(json_wtr, "cgroup", fpath);
fpath             291 tools/bpf/bpftool/cgroup.c 		printf("%s\n", fpath);
fpath             150 tools/bpf/bpftool/perf.c static int show_proc(const char *fpath, const struct stat *sb,
fpath             160 tools/bpf/bpftool/perf.c 	pch = fpath + 5;
fpath             753 tools/perf/pmu-events/jevents.c static int process_mapfile(FILE *outfp, char *fpath)
fpath             763 tools/perf/pmu-events/jevents.c 	pr_info("%s: Processing mapfile %s\n", prog, fpath);
fpath             769 tools/perf/pmu-events/jevents.c 	mapfp = fopen(fpath, "r");
fpath             772 tools/perf/pmu-events/jevents.c 				fpath);
fpath             799 tools/perf/pmu-events/jevents.c 					prog, fpath, line_num);
fpath             877 tools/perf/pmu-events/jevents.c static int is_leaf_dir(const char *fpath)
fpath             883 tools/perf/pmu-events/jevents.c 	d = opendir(fpath);
fpath             898 tools/perf/pmu-events/jevents.c 			sprintf(path, "%s/%s", fpath, dir->d_name);
fpath             928 tools/perf/pmu-events/jevents.c static int preprocess_arch_std_files(const char *fpath, const struct stat *sb,
fpath             934 tools/perf/pmu-events/jevents.c 	if (level == 1 && is_file && is_json_file(fpath))
fpath             935 tools/perf/pmu-events/jevents.c 		return json_events(fpath, save_arch_std_events, (void *)sb);
fpath             940 tools/perf/pmu-events/jevents.c static int process_one_file(const char *fpath, const struct stat *sb,
fpath             955 tools/perf/pmu-events/jevents.c 		bname = (char *) fpath + ftwbuf->base - 2;
fpath             963 tools/perf/pmu-events/jevents.c 		bname = (char *) fpath + ftwbuf->base;
fpath             967 tools/perf/pmu-events/jevents.c 		 level, sb->st_size, bname, fpath);
fpath             975 tools/perf/pmu-events/jevents.c 	if ((level == 1 && is_dir && is_leaf_dir(fpath)) ||
fpath            1004 tools/perf/pmu-events/jevents.c 			mapfile = strdup(fpath);
fpath            1008 tools/perf/pmu-events/jevents.c 		pr_info("%s: Ignoring file %s\n", prog, fpath);
fpath            1019 tools/perf/pmu-events/jevents.c 				fpath);
fpath            1045 tools/perf/pmu-events/jevents.c 		err = json_events(fpath, print_events_table_entry, &data);
fpath             887 tools/perf/util/probe-finder.c 	char *fpath;
fpath             893 tools/perf/util/probe-finder.c 		ret = get_real_path(pf->fname, comp_dir, &fpath);
fpath             900 tools/perf/util/probe-finder.c 		ret = find_lazy_match_lines(pf->lcache, fpath,
fpath             902 tools/perf/util/probe-finder.c 		free(fpath);