Searched refs:pattern (Results 1 – 8 of 8) sorted by relevance
/tools/testing/selftests/powerpc/switch_endian/ |
D | switch_endian_test.S | 10 pattern: label 16 ld r15, pattern@TOC(%r2)
|
/tools/perf/Documentation/ |
D | perf-probe.txt | 98 pattern, see FILTER PATTERN for detail. 142 3) Define event based on source file with lazy pattern 147 …rn' means that it probes function return. And ';PTN' means lazy matching pattern (see LAZY MATCHIN… 148 …e 'SRC' is the source file path, ':ALN' is the line number and ';PTN' is the lazy matching pattern. 179 …The lazy line matching is similar to glob matching but ignoring spaces in both of pattern and targ… 188 The filter pattern is a glob matching pattern(s) to filter variables.
|
D | perf-report.txt | 150 information recorded. The pattern is in the exteneded regex format and
|
/tools/usb/ |
D | ffs-test.c | 462 enum pattern { PAT_ZERO, PAT_SEQ, PAT_PIPE }; enum 463 static enum pattern pattern; variable 473 switch (pattern) { in fill_in_buf() 500 switch (pattern) { in empty_out_buf()
|
/tools/vm/ |
D | slabinfo.c | 96 regex_t pattern; variable 1157 return regexec(&pattern, slab, 0, NULL, 0); in slab_mismatch() 1455 err = regcomp(&pattern, pattern_source, REG_ICASE|REG_NOSUB); in main()
|
/tools/net/ |
D | bpf_dbg.c | 185 static int matches(const char *cmd, const char *pattern) in matches() argument 189 if (len > strlen(pattern)) in matches() 192 return memcmp(pattern, cmd, len); in matches()
|
/tools/perf/ |
D | builtin-kmem.c | 321 const char pattern[] = "^_?_?(alloc|get_free|get_zeroed)_pages?"; in build_alloc_func_list() local 323 ret = regcomp(&alloc_func_regex, pattern, REG_EXTENDED); in build_alloc_func_list() 328 pr_err("Invalid regex: %s\n%s", pattern, err); in build_alloc_func_list()
|
/tools/thermal/tmon/ |
D | tui.c | 59 unsigned long pattern, bool end);
|