Searched refs:thread_filter (Results 1 - 1 of 1) sorted by relevance

/external/linux-tools-perf/util/ui/browsers/
H A Dhists.c813 const struct thread *thread_filter = NULL; local
828 dso_filter, thread_filter);
894 if (top == &thread_filter)
916 (thread_filter ? "out of" : "into"),
972 dso_filter, thread_filter);
976 if (thread_filter) {
977 pstack__remove(fstack, &thread_filter);
980 thread_filter = NULL;
985 thread_filter = thread;
986 pstack__push(fstack, &thread_filter);
[all...]

Completed in 28 milliseconds