Home
last modified time | relevance | path

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

/tools/testing/selftests/tc-testing/plugin-lib/
DvalgrindPlugin.py130 def_mo = self.definitely_lost_re.search(content)
131 ind_mo = self.indirectly_lost_re.search(content)
132 pos_mo = self.possibly_lost_re.search(content)
133 nle_mo = self.non_leak_error_re.search(content)
/tools/lib/traceevent/Documentation/
Dlibtraceevent-field_print.txt39 string. A search is performed in the _event_ for a field with _name_. If such
45 string. A search is performed in the _event_ for a field with _name_. If such
47 to be a function address, and a search is perform to find the name of this
Dlibtraceevent-commands.txt53 The argument _next_ is the cmdline structure to search for the next pid.
55 can be passed back into a recurring call in the _next_ parameter, to search for
57 the _comm_. The function performs a linear search, so it may be slow.
Dlibtraceevent-event_find.txt22 This set of functions can be used to search for an event, based on a given
Dlibtraceevent-field_find.txt22 These functions search for a field with given name in an event. The field
/tools/perf/scripts/python/
Dcompaction-times.py33 m = self.re.search(comm)
297 m = pid_re.search(opt)
Dexported-sql-viewer.py2484 if re.search(pattern, str(column_data)) is not None:
/tools/testing/kunit/
Dkunit_parser.py58 if kunit_start_re.search(line):
62 elif kunit_end_re.search(line):
/tools/power/x86/intel_pstate_tracer/
Dintel_pstate_tracer.py438 …re.search(r'(^(.*?)\[)((\d+)[^\]])(.*?)(\d+)([.])(\d+)(.*?core_busy=)(\d+)(.*?scaled=)(\d+)(.*?fro…
460 search_obj = re.search(r'.*?io_boost=(\d+)', line)
/tools/testing/selftests/tc-testing/creating-testcases/
DAddingTestCases.txt15 tdc will recursively search the 'tc-tests' subdirectory (or the
/tools/perf/Documentation/
Dperf-script-perl.txt115 search path and 'use'ing a few support modules (see module
Dperf-list.txt299 . As a last resort, it will do a substring search in all event names.
Dperf-script-python.txt507 module search path and 'import'ing a few support modules (see module
Dperf-config.txt628 Path to clang. If omit, search it from $PATH.
/tools/perf/util/
Dheader.c380 const char *search = cpuinfo_proc; in __write_cpudesc() local
384 if (!search) in __write_cpudesc()
392 ret = strncmp(buf, search, strlen(search)); in __write_cpudesc()
/tools/memory-model/Documentation/
Dsimple.txt83 smp_call_function(), and the various hash tables and search trees.
Dlitmus-tests.txt186 search, and is as follows:
361 state-space search has some difficulty with iteration. However, there
/tools/power/pm-graph/
Dsleepgraph.py1022 num = re.search(r'[\d]+', data[1])
6026 m = re.search(start, html)
6034 m = re.search(end, html[s:e])
6040 num = re.search(r'[-+]?\d*\.\d+|\d+', str)