HomeSort by relevance Sort by last modified time
    Searched refs:thread_filter (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/tools/perf/metrics/
timeline.py 22 thread_filter = 'CrRendererMain'
24 thread_filter = None
31 if thread_filter and not thread.name in thread_filter:
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
hists.c 1227 const struct thread *thread = hists->thread_filter;
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
hist.h 73 const struct thread *thread_filter; member in struct:hists
hist.c 801 if (hists->thread_filter != NULL &&
802 he->thread != hists->thread_filter) {

Completed in 396 milliseconds