Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dhist.h125 const char *uid_filter_str; member
H A Dhist.c2965 if (hists->uid_filter_str) in __hists__scnprintf_title()
2967 ", UID: %s", hists->uid_filter_str); in __hists__scnprintf_title()
/linux/tools/perf/
H A Dbuiltin-top.c640 * Initialize the uid_filter_str, in the future the TUI will allow in display_thread_tui()
646 hists->uid_filter_str = top->uid_str; in display_thread_tui()