From 5d1646d90e1f2cceb9f0828f4b28318cd0ec7744 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 12:05:51 +0200 Subject: Adding upstream version 5.10.209. Signed-off-by: Daniel Baumann --- tools/perf/util/path.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tools/perf/util/path.h (limited to 'tools/perf/util/path.h') diff --git a/tools/perf/util/path.h b/tools/perf/util/path.h new file mode 100644 index 000000000..083429b7e --- /dev/null +++ b/tools/perf/util/path.h @@ -0,0 +1,16 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +#ifndef _PERF_PATH_H +#define _PERF_PATH_H + +#include +#include + +struct dirent; + +int path__join(char *bf, size_t size, const char *path1, const char *path2); +int path__join3(char *bf, size_t size, const char *path1, const char *path2, const char *path3); + +bool is_regular_file(const char *file); +bool is_directory(const char *base_path, const struct dirent *dent); + +#endif /* _PERF_PATH_H */ -- cgit v1.2.3