Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dstrlist.c131 if (slist->file_only) { in strlist__parse_list_entry()
166 bool file_only = false; in strlist__new() local
172 file_only = config->file_only; in strlist__new()
181 slist->file_only = file_only; in strlist__new()
Dstrlist.h18 bool file_only; member
28 bool file_only; member
Dutil.c489 .file_only = true, in perf_tip()