Home
last modified time | relevance | path

Searched refs:search (Results 1 – 5 of 5) sorted by relevance

/tools/perf/scripts/python/
Dcompaction-times.py33 m = self.re.search(comm)
297 m = pid_re.search(opt)
/tools/perf/Documentation/
Dperf-list.txt129 . As a last resort, it will do a substring search in all event names.
Dperf-script-perl.txt115 search path and 'use'ing a few support modules (see module
Dperf-script-python.txt511 module search path and 'import'ing a few support modules (see module
/tools/perf/util/
Dheader.c216 const char *search = cpuinfo_proc; in __write_cpudesc() local
220 if (!search) in __write_cpudesc()
228 ret = strncmp(buf, search, strlen(search)); in __write_cpudesc()