Searched refs:content (Results 1 – 16 of 16) sorted by relevance
/tools/testing/ktest/examples/bootconfigs/ |
D | verify-functiongraph.sh | 8 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
|
D | verify-tracing.sh | 8 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
|
D | verify-boottrace.sh | 8 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/testing/selftests/damon/ |
D | _debugfs_common.sh | 6 content=$2 11 echo "$content" > "$file" 14 echo "writing $content to $file doesn't return $expected" 35 content=$(cat "$file") 36 if [ "$content" != "$expected" ] 38 echo "reading $file expected $expected but $content"
|
D | sysfs.sh | 10 content=$2 13 if ! echo "$content" > "$file" 15 echo "writing $content to $file failed" 24 content=$2 27 if (echo "$content" > "$file") 2> /dev/null 29 echo "writing $content to $file succeed ($fail_reason)"
|
/tools/testing/selftests/tc-testing/plugin-lib/ |
D | valgrindPlugin.py | 129 content = vfd.read() 130 def_mo = self.definitely_lost_re.search(content) 131 ind_mo = self.indirectly_lost_re.search(content) 132 pos_mo = self.possibly_lost_re.search(content) 133 nle_mo = self.non_leak_error_re.search(content) 149 res.append_failmsg(content)
|
/tools/testing/selftests/ftrace/test.d/trigger/inter-event/ |
D | trigger-synthetic-eprobe.tc | 32 content=`grep '^ *ls-' trace | grep 'file='` 35 if [ -z "$content" ]; then
|
/tools/verification/dot2/ |
D | dot2k.py | 59 content = fd.read() 61 return content 148 def __create_file(self, file_name, content): argument 157 file.write(content)
|
/tools/testing/selftests/ftrace/test.d/dynevent/ |
D | add_remove_eprobe.tc | 24 content=`grep '^ *ls-' trace | grep 'file='` 27 if [ -z "$content" ]; then
|
/tools/testing/selftests/filesystems/fuse/ |
D | fuse_test.c | 1550 const char *content = "hello world"; in bpf_test_readdirplus_not_overriding_backing() local 1561 TESTEQUAL(write(content_fd, content, strlen(content)), strlen(content)); in bpf_test_readdirplus_not_overriding_backing() 1581 TESTEQUAL(read(dst_content_fd, content_buffer, strlen(content)), in bpf_test_readdirplus_not_overriding_backing() 1582 strlen(content)); in bpf_test_readdirplus_not_overriding_backing() 1583 TESTEQUAL(strncmp(content, content_buffer, strlen(content)), 0); in bpf_test_readdirplus_not_overriding_backing() 1589 memset(content_buffer, 0, strlen(content)); in bpf_test_readdirplus_not_overriding_backing() 1603 TESTEQUAL(read(dst_content_fd, content_buffer, strlen(content)), in bpf_test_readdirplus_not_overriding_backing() 1604 strlen(content)); in bpf_test_readdirplus_not_overriding_backing() 1605 TESTEQUAL(strncmp(content, content_buffer, strlen(content)), 0); in bpf_test_readdirplus_not_overriding_backing() 1833 const char *content = "hello world"; in bpf_test_revalidate_handle_backing_fd() local [all …]
|
/tools/tracing/rtla/src/ |
D | osnoise_hist.c | 209 char *content, *position; in osnoise_read_trace_hist() local 213 content = tracefs_event_file_read(tool->trace.inst, "osnoise", in osnoise_read_trace_hist() 216 if (!content) in osnoise_read_trace_hist() 219 position = content; in osnoise_read_trace_hist() 247 free(content); in osnoise_read_trace_hist()
|
/tools/testing/selftests/drivers/sdsi/ |
D | sdsi_test.py | 30 content = f.read() 31 return content
|
/tools/power/pm-graph/ |
D | README | 11 …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
|
D | sleepgraph.py | 4286 <meta http-equiv="content-type" content="text/html; charset=UTF-8">\n\ 4988 <meta http-equiv="content-type" content="text/html; charset=UTF-8">\n\
|
/tools/perf/Documentation/ |
D | perf-config.txt | 227 content based identifier that, if available, will be inserted in a
|
/tools/memory-model/Documentation/ |
D | explanation.txt | 1425 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
|