Home
last modified time | relevance | path

Searched refs:match (Results 1 – 25 of 28) sorted by relevance

12

/tools/perf/util/intel-pt-decoder/
Dgen-insn-attr-x86.awk244 if (match(i, imm_expr) == 1) {
253 } else if (match(i, modrm_expr))
292 if (match($i, opnd_expr)) {
297 if (match($i, ext_expr))
299 if (match($i, sep_expr))
305 if (match(opcode, group_expr)) {
313 if (match(ext, force64_expr))
317 if (match(opcode, rex_expr))
321 if (match(opcode, fpu_expr))
325 if (match(ext, evexonly_expr))
[all …]
/tools/objtool/arch/x86/insn/
Dgen-insn-attr-x86.awk244 if (match(i, imm_expr) == 1) {
253 } else if (match(i, modrm_expr))
292 if (match($i, opnd_expr)) {
297 if (match($i, ext_expr))
299 if (match($i, sep_expr))
305 if (match(opcode, group_expr)) {
313 if (match(ext, force64_expr))
317 if (match(opcode, rex_expr))
321 if (match(opcode, fpu_expr))
325 if (match(ext, evexonly_expr))
[all …]
/tools/perf/arch/x86/tests/
Dgen-insn-x86-dat.awk38 first_pos = match(useful_line, "[0-9a-fA-F]")
44 if (match($i, "^[0-9a-fA-F][0-9a-fA-F]$")) {
/tools/perf/scripts/python/bin/
Dsyscall-counts-report5 if ! expr match "$1" "-" > /dev/null ; then
Dsyscall-counts-by-pid-report5 if ! expr match "$1" "-" > /dev/null ; then
Dfailed-syscalls-by-pid-report5 if ! expr match "$1" "-" > /dev/null ; then
Dsctop-report7 if expr match "$i" "-" > /dev/null ; then
Dexport-to-postgresql-report7 if expr match "$i" "-" > /dev/null ; then
/tools/perf/scripts/perl/bin/
Dfailed-syscalls-report5 if ! expr match "$1" "-" > /dev/null ; then
Drwtop-report7 if expr match "$i" "-" > /dev/null ; then
/tools/hv/
Dhv_vss_daemon.c70 char match[] = "/dev/"; in vss_operate() local
93 if (strncmp(ent->mnt_fsname, match, strlen(match))) in vss_operate()
/tools/perf/tests/
Dattr.py181 match = {}
205 match[exp_name] = exp_list
215 for res_name in match[exp_name]:
217 if res_group not in match[group]:
221 (exp_name, str(match[group])))
/tools/perf/util/
DPERF-VERSION-GEN20 TAG=$(git describe --abbrev=0 --match "v[0-9].[0-9]*" 2>/dev/null )
Dannotate.c1099 regmatch_t match[2]; in symbol__parse_objdump_line() local
1118 if (regexec(&file_lineno, line, 2, match, 0) == 0) { in symbol__parse_objdump_line()
1119 *line_nr = atoi(line + match[1].rm_so); in symbol__parse_objdump_line()
/tools/spi/
Dspidev_test.c91 int match; in unescape() local
98 match = sscanf(src + 2, "%2x", &ch); in unescape()
99 if (!match) in unescape()
/tools/perf/Documentation/
Djit-interface.txt15 The ownership of the file has to match the process.
Dtips.txt11 List events using substring match: perf list <keyword>
Dperf-diff.txt85 Show only items with match in baseline.
119 All samples from non-baseline perf.data files, that do not match any
Dperf-report.txt61 Only show symbols that match (partially) with this filter.
148 supports substring match so user doesn't need to specify full subsystem
180 Only display entries with parent-match.
407 Only report the samples on the processor socket that match with this filter
/tools/kvm/kvm_stat/
Dkvm_stat583 match = re.match(r'(.*)\((.*)\)', name)
584 if match:
585 tracepoint, sub = match.groups()
741 return re.match(self._fields_filter, key) is not None
/tools/testing/nvdimm/test/
Diomap.c193 static int match(struct device *dev, void *__res, void *match_data) in match() function
213 devres_release(dev, nfit_devres_release, match, in nfit_test_release_region()
/tools/power/cpupower/bench/
DREADME-BENCH79 In round 2, if the ondemand sampling times exactly match the load/sleep
/tools/lib/subcmd/
Dparse-options.c365 goto match; in parse_long_opt()
408 match: in parse_long_opt()
/tools/perf/
Dbuiltin-script.c1749 int match, len; in check_ev_match() local
1776 match = 0; in check_ev_match()
1779 match = 1; in check_ev_match()
1784 if (!match) { in check_ev_match()
/tools/lib/traceevent/
Dparse-filter.c278 int match = 0; in find_event() local
321 match = 1; in find_event()
333 if (!match) in find_event()

12