Home
last modified time | relevance | path

Searched refs:content (Results 1 – 18 of 18) sorted by relevance

/tools/testing/ktest/examples/bootconfigs/
A Dverify-functiongraph.sh8 content=`cat $file`
9 if [ "$content" != "$val" ]; then
10 echo "FAILED: $file has '$content', expected '$val'"
18 content=`cat $file | sed -ne "/^$val/p"`
19 if [ -z "$content" ]; then
41 content=`cat $file | sed -ne "/^[0 ]*$val/p"`
42 if [ -z "$content" ]; then
A Dverify-tracing.sh8 content=`cat $file`
9 if [ "$content" != "$val" ]; then
10 echo "FAILED: $file has '$content', expected '$val'"
18 content=`cat $file | sed -ne "/^$val/p"`
19 if [ -z "$content" ]; then
41 content=`cat $file | sed -ne "/^[0 ]*$val/p"`
42 if [ -z "$content" ]; then
A Dverify-boottrace.sh8 content=`cat $file`
9 if [ "$content" != "$val" ]; then
10 echo "FAILED: $file has '$content', expected '$val'"
18 content=`cat $file | sed -ne "/^$val/p"`
19 if [ -z "$content" ]; then
41 content=`cat $file | sed -ne "/^[0 ]*$val/p"`
42 if [ -z "$content" ]; then
/tools/verification/rvgen/rvgen/
A Dgenerator.py59 content = fd.read()
62 return content
143 content = self._read_file(file_to_patch)
144 content = content.replace(marker, line + "\n" + marker)
145 self.__write_file(file_to_patch, content)
207 def __write_file(self, file_name, content): argument
213 file.write(content)
217 def _create_file(self, file_name, content): argument
221 self.__write_file(path, content)
/tools/testing/selftests/tc-testing/plugin-lib/
A DvalgrindPlugin.py130 content = vfd.read()
131 def_mo = self.definitely_lost_re.search(content)
132 ind_mo = self.indirectly_lost_re.search(content)
133 pos_mo = self.possibly_lost_re.search(content)
134 nle_mo = self.non_leak_error_re.search(content)
150 res.append_failmsg(content)
/tools/testing/selftests/damon/
A Dsysfs.sh12 content=$2
15 if ! echo "$content" > "$file"
17 echo "writing $content to $file failed"
26 content=$2
29 if (echo "$content" > "$file") 2> /dev/null
31 echo "writing $content to $file succeed ($fail_reason)"
A D_damon_sysfs.py183 content, err = read_file(nr_goals_file)
186 if int(content) != len(self.goals):
627 content, err = read_file(nr_targets_file)
630 if int(content) != len(self.targets):
641 content, err = read_file(nr_schemes_file)
644 if int(content) != len(self.schemes):
676 if int(content) != len(self.contexts):
717 content, err = read_file(
748 content, err = read_file(
763 content, err = read_file(
[all …]
/tools/testing/selftests/ftrace/test.d/trigger/inter-event/
A Dtrigger-synthetic-eprobe.tc32 content=`grep '^ *ls-' trace | grep 'file='`
35 if [ -z "$content" ]; then
/tools/net/ynl/pyynl/
A Dynl_gen_rst.py398 content = parse_yaml(yaml_data)
400 return content
403 def write_to_rstfile(content: str, filename: str) -> None:
408 rst_file.write(content)
439 content = parse_yaml_file(os.path.join(args.input))
445 write_to_rstfile(content, args.output)
/tools/testing/selftests/ftrace/test.d/dynevent/
A Dadd_remove_eprobe.tc24 content=`grep '^ *ls-' trace | grep 'file='`
27 if [ -z "$content" ]; then
/tools/tracing/rtla/src/
A Dosnoise_hist.c179 char *content, *position; in osnoise_read_trace_hist() local
183 content = tracefs_event_file_read(tool->trace.inst, "osnoise", in osnoise_read_trace_hist()
186 if (!content) in osnoise_read_trace_hist()
189 position = content; in osnoise_read_trace_hist()
217 free(content); in osnoise_read_trace_hist()
/tools/testing/selftests/drivers/sdsi/
A Dsdsi_test.py30 content = f.read()
31 return content
/tools/testing/selftests/drivers/net/
A Dnetpoll_basic.py177 content = file.read()
183 content.strip(),
/tools/power/pm-graph/
A DREADME11 …Home Page: https://www.intel.com/content/www/us/en/developer/topic-technology/open/pm-graph/overvi…
18 https://www.intel.com/content/www/us/en/developer/articles/technical/usage.html
21 https://www.intel.com/content/www/us/en/developer/topic-technology/open/pm-graph/features.html
A Dsleepgraph.py4311 <meta http-equiv="content-type" content="text/html; charset=UTF-8">\n\
5014 <meta http-equiv="content-type" content="text/html; charset=UTF-8">\n\
/tools/net/sunrpc/xdrgen/
A DREADME250 Enable something like a #include to dynamically insert the content
/tools/perf/Documentation/
A Dperf-config.txt227 content based identifier that, if available, will be inserted in a
/tools/memory-model/Documentation/
A Dexplanation.txt1425 requirement is the content of the LKMM's "happens-before" axiom.
1510 the content of the LKMM's "propagation" axiom.
2226 accesses. It is instead content to determine whether the code

Completed in 35 milliseconds