Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dhist.h102 const char *uid_filter_str; member
H A Dhist.c2803 if (hists->uid_filter_str) in __hists__scnprintf_title()
2805 ", UID: %s", hists->uid_filter_str); in __hists__scnprintf_title()
/openbmc/linux/tools/perf/
H A Dbuiltin-top.c639 * Initialize the uid_filter_str, in the future the TUI will allow in display_thread_tui()
645 hists->uid_filter_str = top->record_opts.target.uid_str; in display_thread_tui()