Searched refs:search (Results 1 – 18 of 18) sorted by relevance
/tools/testing/selftests/tc-testing/plugin-lib/ |
D | valgrindPlugin.py | 130 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/ |
D | libtraceevent-field_print.txt | 39 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
|
D | libtraceevent-commands.txt | 53 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.
|
D | libtraceevent-event_find.txt | 22 This set of functions can be used to search for an event, based on a given
|
D | libtraceevent-field_find.txt | 22 These functions search for a field with given name in an event. The field
|
/tools/perf/scripts/python/ |
D | compaction-times.py | 33 m = self.re.search(comm) 297 m = pid_re.search(opt)
|
D | exported-sql-viewer.py | 2484 if re.search(pattern, str(column_data)) is not None:
|
/tools/testing/kunit/ |
D | kunit_parser.py | 58 if kunit_start_re.search(line): 62 elif kunit_end_re.search(line):
|
/tools/power/x86/intel_pstate_tracer/ |
D | intel_pstate_tracer.py | 438 …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/ |
D | AddingTestCases.txt | 15 tdc will recursively search the 'tc-tests' subdirectory (or the
|
/tools/perf/Documentation/ |
D | perf-script-perl.txt | 115 search path and 'use'ing a few support modules (see module
|
D | perf-list.txt | 299 . As a last resort, it will do a substring search in all event names.
|
D | perf-script-python.txt | 507 module search path and 'import'ing a few support modules (see module
|
D | perf-config.txt | 628 Path to clang. If omit, search it from $PATH.
|
/tools/perf/util/ |
D | header.c | 380 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/ |
D | simple.txt | 83 smp_call_function(), and the various hash tables and search trees.
|
D | litmus-tests.txt | 186 search, and is as follows: 361 state-space search has some difficulty with iteration. However, there
|
/tools/power/pm-graph/ |
D | sleepgraph.py | 1022 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)
|