Home
last modified time | relevance | path

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

/tools/testing/selftests/powerpc/switch_endian/
Dswitch_endian_test.S11 pattern: label
/tools/testing/selftests/powerpc/mm/
Dtlbie_test.c217 static inline unsigned int extract_tid(unsigned int pattern) in extract_tid()
226 static inline unsigned int extract_word_offset(unsigned int pattern) in extract_word_offset()
236 static inline unsigned int extract_sweep_id(unsigned int pattern) in extract_sweep_id()
470 unsigned int pattern = cur_sweep_id; in rim_fn() local
/tools/lib/bpf/
Dlibbpf_probes.c20 static bool grep(const char *buffer, const char *pattern) in grep()
/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.y245 char *pattern; variable
Dprobe-file.c1014 const char *pattern; member
/tools/perf/scripts/python/
Dexported-sql-viewer.py652 def FindSelect(self, value, pattern, query): argument
677 def FindValue(self, value, pattern, query, last_value, last_pattern): argument
706 def Find(self, value, direction, pattern, context, callback): argument
1026 def Find(self, value, direction, pattern, context): argument
1135 def Find(self, value, direction, pattern, context, callback): argument
1884 def Find(self, value, direction, pattern, context): argument
2720 def Find(self, value, direction, pattern, context): argument
2840 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.c342 static const char pattern[] = "^_?_?(alloc|get_free|get_zeroed)_pages?"; in build_alloc_func_list() local