Home
last modified time | relevance | path

Searched defs:suffix (Results 1 – 4 of 4) sorted by relevance

/tools/lib/traceevent/
Devent-plugin.c274 const char *prefix, const char *suffix, in traceevent_print_plugins()
342 load_plugins_dir(struct pevent *pevent, const char *suffix, in load_plugins_dir()
384 load_plugins(struct pevent *pevent, const char *suffix, in load_plugins()
/tools/iio/
Diio_utils.h55 static inline int iioutils_check_suffix(const char *str, const char *suffix) in iioutils_check_suffix()
/tools/perf/
Dbuiltin-script.c1607 static const char *ends_with(const char *str, const char *suffix) in ends_with()
1662 static char *get_script_root(struct dirent *script_dirent, const char *suffix) in get_script_root()
1868 static char *get_script_path(const char *script_root, const char *suffix) in get_script_path()
/tools/perf/pmu-events/
Djevents.c682 char *suffix = bname + strlen(bname) - 5; in process_one_file() local