/external/ltp/testcases/kernel/syscalls/madvise/ |
D | madvise10.c | 101 static int set_advice(char *addr, int size, int advise) in set_advice() argument 103 TEST(madvise(addr, size, advise)); in set_advice() 108 addr, size, advise); in set_advice() 111 addr, size, advise); in set_advice() 117 tst_res(TPASS, "madvise(%p, %d, 0x%x)", addr, size, advise); in set_advice()
|
/external/strace/ |
D | fadvise.c | 47 printxval(advise, tcp->u_arg[argn], "POSIX_FADV_???"); in SYS_FUNC() 60 printxval(advise, tcp->u_arg[1], "POSIX_FADV_???"); in SYS_FUNC() 62 printxval(advise, tcp->u_arg[argn], "POSIX_FADV_???"); in SYS_FUNC()
|
/external/tensorflow/tensorflow/core/profiler/g3doc/ |
D | advise.md | 17 # Then Start advise. 18 profiler.advise() 21 tf.profiler.advise( 32 tfprof> advise 78 There is no magic behind advise mode. tfprof builds the profiles first, then
|
/external/tensorflow/tensorflow/contrib/tfprof/ |
D | model_analyzer.py | 27 from tensorflow.python.profiler.model_analyzer import advise as _advise 105 def advise(graph, run_meta=None, tfprof_options=_DEFAULT_ADVISE_OPTIONS): function
|
D | README.md | 13 * Auto profile and advise.
|
/external/ltp/testcases/kernel/syscalls/fadvise/ |
D | posix_fadvise03.c | 71 static int is_defined_advise(int advise) in is_defined_advise() argument 75 if (defined_advise[i] == advise) in is_defined_advise()
|
/external/strace/xlat/ |
D | advise.h | 70 # error static const struct xlat advise in mpers mode 75 const struct xlat advise[] = {
|
/external/perfetto/protos/perfetto/trace/ftrace/ |
D | f2fs.proto | 24 optional uint32 advise = 8; field 64 optional uint32 advise = 8; field 111 optional uint32 advise = 8; field 133 optional uint32 advise = 8; field
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/f2fs/f2fs_truncate/ |
D | format | 16 field:__u8 advise; offset:64; size:1; signed:0; 18 …e, REC->size, (unsigned int)REC->nlink, (unsigned long long)REC->blocks, (unsigned char)REC->advise
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/f2fs/f2fs_sync_file_enter/ |
D | format | 16 field:__u8 advise; offset:64; size:1; signed:0; 18 …e, REC->size, (unsigned int)REC->nlink, (unsigned long long)REC->blocks, (unsigned char)REC->advise
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/f2fs/f2fs_iget/ |
D | format | 16 field:__u8 advise; offset:64; size:1; signed:0; 18 …e, REC->size, (unsigned int)REC->nlink, (unsigned long long)REC->blocks, (unsigned char)REC->advise
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/f2fs/f2fs_evict_inode/ |
D | format | 16 field:__u8 advise; offset:64; size:1; signed:0; 18 …e, REC->size, (unsigned int)REC->nlink, (unsigned long long)REC->blocks, (unsigned char)REC->advise
|
/external/strace/tests-mx32/ |
D | fadvise64_64.c | 66 printxval(advise, (unsigned) advice, "POSIX_FADV_???"); in do_fadvise()
|
D | fadvise64.c | 68 printxval(advise, (unsigned) advice, "POSIX_FADV_???"); in do_fadvise()
|
/external/strace/tests/ |
D | fadvise64_64.c | 66 printxval(advise, (unsigned) advice, "POSIX_FADV_???"); in do_fadvise()
|
D | fadvise64.c | 68 printxval(advise, (unsigned) advice, "POSIX_FADV_???"); in do_fadvise()
|
/external/strace/tests-m32/ |
D | fadvise64_64.c | 66 printxval(advise, (unsigned) advice, "POSIX_FADV_???"); in do_fadvise()
|
D | fadvise64.c | 68 printxval(advise, (unsigned) advice, "POSIX_FADV_???"); in do_fadvise()
|
/external/tensorflow/tensorflow/python/profiler/ |
D | profiler.py | 27 from tensorflow.python.profiler.model_analyzer import advise
|
D | model_analyzer.py | 279 def advise(self, options): member in Profiler 385 def advise(graph=None, run_meta=None, options=_DEFAULT_ADVISE_OPTIONS): function
|
D | profiler_test.py | 163 advice_pb = profiler.advise(model_analyzer.ALL_ADVICE)
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.profiler.pbtxt | 28 name: "advise"
|
D | tensorflow.profiler.-profiler.pbtxt | 14 name: "advise"
|
/external/syzkaller/sys/linux/ |
D | xattr.txt | 33 xattr_names = "system.posix_acl_access", "system.posix_acl_default", "system.advise", "system.sockp…
|
/external/tensorflow/tensorflow/core/profiler/ |
D | README.md | 15 * Auto profile and advise. 96 * [Auto Detect and Advise](g3doc/advise.md) 159 tfprof> advise
|