Home
last modified time | relevance | path

Searched refs:symbol_filter_str (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/tests/
Dhists_filter.c74 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()
/kernel/linux/linux-5.10/tools/perf/
Dbuiltin-report.c92 const char *symbol_filter_str; member
666 hists->symbol_filter_str = rep->symbol_filter_str; in report__collapse_hists()
1222 OPT_STRING(0, "symbol-filter", &report.symbol_filter_str, "filter", in cmd_report()
1331 report.symbol_filter_str = argv[0]; in cmd_report()
/kernel/linux/linux-5.10/tools/perf/util/
Dhist.h91 const char *symbol_filter_str; member
209 hists->symbol_filter_str || (hists->socket_filter > -1); in hists__has_filter()
Dhist.c2114 if (hists->symbol_filter_str != NULL && in hists__filter_entry_by_symbol()
2116 hists->symbol_filter_str) == NULL)) { in hists__filter_entry_by_symbol()
2289 hists->symbol_filter_str); in hists__filter_by_symbol()
/kernel/linux/linux-5.10/tools/perf/ui/browsers/
Dhists.c3167 hists->symbol_filter_str = *buf ? buf : NULL; in perf_evsel__hists_browse()