Home
last modified time | relevance | path

Searched refs:has_filter (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dsymbol_conf.h35 has_filter, member
H A Dsymbol.c2321 symbol_conf.has_filter = true; in setup_list()
/openbmc/qemu/dump/
H A Ddump.c1781 DumpGuestMemoryFormat format, bool paging, bool has_filter, in dump_init() argument
1798 assert(!paging && !has_filter); in dump_init()
1818 if (has_filter && !length) { in dump_init()
/openbmc/linux/tools/perf/ui/browsers/
H A Dhists.c58 return hists__has_filter(hb->hists) || hb->min_pcnt || symbol_conf.has_filter || hb->c2c_filter; in hist_browser__has_filter()