Home
last modified time | relevance | path

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

/linux-5.10/tools/perf/pmu-events/
Djevents.c784 static int process_mapfile(FILE *outfp, char *fpath) in process_mapfile()
909 static int is_leaf_dir(const char *fpath) in is_leaf_dir()
960 static int preprocess_arch_std_files(const char *fpath, const struct stat *sb, in preprocess_arch_std_files()
972 static int process_one_file(const char *fpath, const struct stat *sb, in process_one_file()
/linux-5.10/tools/bpf/bpftool/
Dperf.c150 static int show_proc(const char *fpath, const struct stat *sb, in show_proc()
Dcgroup.c241 static int do_show_tree_fn(const char *fpath, const struct stat *sb, in do_show_tree_fn()
Dcommon.c387 static int do_build_table_cb(const char *fpath, const struct stat *sb, in do_build_table_cb()
/linux-5.10/tools/testing/selftests/powerpc/
Dutils.c142 int read_sysfs_file(char *fpath, char *result, size_t result_size) in read_sysfs_file()
/linux-5.10/tools/perf/bench/
Dinject-buildid.c78 static int add_dso(const char *fpath, const struct stat *sb __maybe_unused, in add_dso()
/linux-5.10/tools/perf/util/
Dprobe-finder.c955 char *fpath; in find_probe_point_lazy() local