Home
last modified time | relevance | path

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

/tools/perf/scripts/python/bin/
Dsyscall-counts-report5 if ! expr match "$1" "-" > /dev/null ; then
Dfailed-syscalls-by-pid-report5 if ! expr match "$1" "-" > /dev/null ; then
Dsyscall-counts-by-pid-report5 if ! expr match "$1" "-" > /dev/null ; then
Dsctop-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/perf/tests/
Dattr.py182 match = {}
206 match[exp_name] = exp_list
216 for res_name in match[exp_name]:
218 if res_group not in match[group]:
222 (exp_name, str(match[group])))
/tools/hv/
Dhv_vss_daemon.c62 char match[] = "/dev/"; in vss_operate() local
86 if (strncmp(ent->mnt_fsname, match, strlen(match))) in vss_operate()
/tools/perf/util/
DPERF-VERSION-GEN20 TAG=$(git describe --abbrev=0 --match "v[0-9].[0-9]*" 2>/dev/null )
Dparse-options.c239 goto match; in parse_long_opt()
282 match: in parse_long_opt()
/tools/perf/Documentation/
Djit-interface.txt15 The ownership of the file has to match the process.
Dperf-diff.txt77 Show only items with match in baseline.
111 All samples from non-baseline perf.data files, that do not match any
Dperf-list.txt112 events, printing the ones that match.
Dperf-report.txt55 Only show symbols that match (partially) with this filter.
145 Only display entries with parent-match.
/tools/perf/
Dbuiltin-script.c1294 int match, len; in check_ev_match() local
1321 match = 0; in check_ev_match()
1324 match = 1; in check_ev_match()
1329 if (!match) { in check_ev_match()
/tools/power/cpupower/bench/
DREADME-BENCH79 In round 2, if the ondemand sampling times exactly match the load/sleep
/tools/lib/traceevent/
Dparse-filter.c273 int match = 0; in find_event() local
316 match = 1; in find_event()
328 if (!match) in find_event()