Home
last modified time | relevance | path

Searched refs:perf_path (Results 1 – 3 of 3) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dcache.h68 extern char *perf_path(const char *fmt, ...) __attribute__((format (printf, 1, 2)));
Dpath.c102 char *perf_path(const char *fmt, ...) in perf_path() function
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
Dandroid.py721 def _perf_version_string(self, perf_path): argument
723 return self._host.executive.run_command([perf_path, '--version'])