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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/ui/browsers/
H A Dhists.c721 const struct thread *thread_filter = NULL; local
737 dso_filter, thread_filter);
807 if (top == &thread_filter)
821 (thread_filter ? "out of" : "into"),
884 dso_filter, thread_filter);
888 if (thread_filter) {
889 pstack__remove(fstack, &thread_filter);
892 thread_filter = NULL;
897 thread_filter = thread;
898 pstack__push(fstack, &thread_filter);
[all...]

Completed in 47 milliseconds