Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dstrlist.c130 if (slist->file_only) { in strlist__parse_list_entry()
165 bool file_only = false; in strlist__new() local
171 file_only = config->file_only; in strlist__new()
180 slist->file_only = file_only; in strlist__new()
Dstrlist.h18 bool file_only; member
28 bool file_only; member
Dutil.c422 .file_only = true, in perf_tip()