Searched refs:file_only (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/perf/util/
H A Dstrlist.h18 bool file_only; member in struct:strlist
22 * @file_only: When dirname is present, only consider entries as filenames,
28 bool file_only; member in struct:strlist_config
H A Dstrlist.c130 if (slist->file_only) {
165 bool file_only = false; local
171 file_only = config->file_only;
180 slist->file_only = file_only;
H A Dutil.c424 .file_only = true,

Completed in 202 milliseconds