Searched refs:symbol_filter_str (Results 1 – 5 of 5) sorted by relevance
74 hists->symbol_filter_str = NULL; in add_hist_entries()232 hists->symbol_filter_str = "main"; in test__hists_filter()257 hists->symbol_filter_str = NULL; in test__hists_filter()
91 const char *symbol_filter_str; member619 hists->symbol_filter_str = rep->symbol_filter_str; in report__collapse_hists()1142 OPT_STRING(0, "symbol-filter", &report.symbol_filter_str, "filter", in cmd_report()1239 report.symbol_filter_str = argv[0]; in cmd_report()
90 const char *symbol_filter_str; member208 hists->symbol_filter_str || (hists->socket_filter > -1); in hists__has_filter()
2067 if (hists->symbol_filter_str != NULL && in hists__filter_entry_by_symbol()2069 hists->symbol_filter_str) == NULL)) { in hists__filter_entry_by_symbol()2242 hists->symbol_filter_str); in hists__filter_by_symbol()
2976 hists->symbol_filter_str = *buf ? buf : NULL; in perf_evsel__hists_browse()