HomeSort by relevance Sort by last modified time
    Searched defs:Perf (Results 1 - 5 of 5) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
Context.pm 1 package Perf::Trace::Context;
23 XSLoader::load('Perf::Trace::Context', $VERSION);
29 Perf::Trace::Context - Perl extension for accessing functions in perf.
33 use Perf::Trace::Context;
37 Perf (script) documentation
Util.pm 1 package Perf::Trace::Util;
68 Perf::Trace::Util - Perl extension for perf script
72 use Perf::Trace::Util;
76 Perf (script) documentation
Core.pm 1 package Perf::Trace::Core;
166 Perf::Trace::Core - Perl extension for perf script
170 use Perf::Trace::Core
174 Perf (script) documentation
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
profiler.py 58 'linux': [Perf, GooglePProf],
129 class Perf(SingleFileOutputProfiler):
130 name = 'perf'
133 super(Perf, self).__init__(host, executable_path, output_dir, "data", identifier)
138 # FIXME: We may need to support finding the perf binary in other locations.
139 return 'perf'
152 # Perf doesn't automatically watch the attached pid for death notifications,
156 if perf_exitcode is None: # This should always be the case, unless perf error'd out early.
160 if perf_exitcode not in (0, -2): # The exit code should always be -2, as we're always interrupting perf.
161 print "'perf record' failed (exit code: %i), can't process results:" % perf_exitcod
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
scsi.h     [all...]

Completed in 154 milliseconds