Home
last modified time | relevance | path

Searched defs:pattern (Results 1 – 14 of 14) sorted by relevance

/tools/testing/selftests/powerpc/switch_endian/
Dswitch_endian_test.S15 pattern: label
/tools/testing/selftests/powerpc/mm/
Dtlbie_test.c216 static inline unsigned int extract_tid(unsigned int pattern) in extract_tid()
225 static inline unsigned int extract_word_offset(unsigned int pattern) in extract_word_offset()
235 static inline unsigned int extract_sweep_id(unsigned int pattern) in extract_sweep_id()
469 unsigned int pattern = cur_sweep_id; in rim_fn() local
/tools/testing/selftests/bpf/
Dtest_bpftool_synctypes.py34 def parse(self, pattern, end_marker): argument
90 def parse(self, pattern, end_marker): argument
181 def __get_description_list(self, start_marker, pattern, end_marker): argument
/tools/lib/bpf/
Dlibbpf_probes.c20 static bool grep(const char *buffer, const char *pattern) in grep()
/tools/testing/selftests/vm/
Dsplit_huge_page_test.c118 static bool check_for_pattern(FILE *fp, const char *pattern, char *buf) in check_for_pattern()
Dkhugepaged.c335 static bool check_for_pattern(FILE *fp, char *pattern, char *buf) in check_for_pattern()
/tools/usb/
Dffs-test.c497 enum pattern { PAT_ZERO, PAT_SEQ, PAT_PIPE }; enum
498 static enum pattern pattern; variable
/tools/perf/util/
Dparse-events.y295 char *pattern = NULL; variable
Dprobe-file.c1115 const char *pattern; member
Dpmu.c1968 int perf_pmu__match(char *pattern, char *name, char *tok) in perf_pmu__match()
/tools/perf/scripts/python/
Dexported-sql-viewer.py671 def FindSelect(self, value, pattern, query): argument
696 def FindValue(self, value, pattern, query, last_value, last_pattern): argument
725 def Find(self, value, direction, pattern, context, callback): argument
1070 def Find(self, value, direction, pattern, context): argument
2520 def Find(self, value, direction, pattern, context, callback): argument
3269 def Find(self, value, direction, pattern, context): argument
4103 def Find(self, value, direction, pattern, context): argument
4223 def Find(self, value, direction, pattern, context): argument
/tools/bpf/
Dbpf_dbg.c185 static int matches(const char *cmd, const char *pattern) in matches()
/tools/vm/
Dslabinfo.c99 regex_t pattern; variable
/tools/perf/
Dbuiltin-kmem.c339 static const char pattern[] = "^_?_?(alloc|get_free|get_zeroed)_pages?"; in build_alloc_func_list() local