Home
last modified time | relevance | path

Searched refs:glob (Results 1 – 10 of 10) sorted by relevance

/tools/perf/Documentation/
Dperf-ftrace.txt55 argument also can be a glob pattern. It will be passed to
62 (or glob patterns). It will be passed to 'set_ftrace_notrace'
67 Set graph filter on the given function (or a glob pattern).
75 Set graph notrace filter on the given function (or a glob pattern).
Dperf-probe.txt69 Delete probe events. This accepts glob wildcards('*', '?') and character
109 (Only for --vars and --funcs) Set filter. FILTER is a combination of glob
229 …The lazy line matching is similar to glob matching but ignoring spaces in both of pattern and targ…
238 The filter pattern is a glob matching pattern(s) to filter variables.
Dperf-list.txt154 prefix and glob matching is supported in the PMU name, and the prefix
283 . If none of the above is matched, it will apply the supplied glob to all
Dperf-stat.txt56 Note that the last two syntaxes support prefix and glob matching in
308 1. Prefix or glob matching is used for the PMU name.
/tools/perf/tests/
Dattr.py7 import glob
310 for f in glob.glob(tempdir + '/event*'):
327 for f in glob.glob(options.test_dir + '/' + options.test):
/tools/cgroup/
Diocost_coef_gen.py24 import glob
67 parents = glob.glob('/sys/block/*/' + devname)
/tools/testing/selftests/tc-testing/plugin-lib/
DREADME-PLUGINS23 the valgrind output for test xxx. Any file matching the glob 'vgnd-*.log' will be
/tools/perf/util/
Ddwarf-aux.h45 bool die_match_name(Dwarf_Die *dw_die, const char *glob);
Ddwarf-aux.c161 bool die_match_name(Dwarf_Die *dw_die, const char *glob) in die_match_name() argument
166 if (name && strglobmatch(name, glob)) in die_match_name()
170 if (name && strglobmatch(name, glob)) in die_match_name()
/tools/testing/selftests/vm/
Dthuge-gen.c65 glob("/sys/kernel/mm/hugepages/hugepages-*kB", 0, NULL, &g); in find_pagesizes()