OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thread_filter
(Results
1 - 2
of
2
) sorted by null
/external/linux-tools-perf/util/ui/browsers/
hists.c
813
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
...]
/external/chromium_org/tools/perf/metrics/
timeline.py
16
thread_filter
: list of thread names to include.
59
def __init__(self, mode,
thread_filter
= None):
61
self._thread_filter =
thread_filter
Completed in 63 milliseconds