Home
last modified time | relevance | path

Searched refs:advise (Results 1 – 25 of 50) sorted by relevance

12

/external/ltp/testcases/kernel/syscalls/madvise/
Dmadvise10.c101 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/
Dfadvise.c47 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/
Dadvise.md17 # 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/
Dmodel_analyzer.py27 from tensorflow.python.profiler.model_analyzer import advise as _advise
105 def advise(graph, run_meta=None, tfprof_options=_DEFAULT_ADVISE_OPTIONS): function
DREADME.md13 * Auto profile and advise.
/external/ltp/testcases/kernel/syscalls/fadvise/
Dposix_fadvise03.c71 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/
Dadvise.h70 # error static const struct xlat advise in mpers mode
75 const struct xlat advise[] = {
/external/perfetto/protos/perfetto/trace/ftrace/
Df2fs.proto24 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/
Dformat16 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/
Dformat16 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/
Dformat16 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/
Dformat16 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/
Dfadvise64_64.c66 printxval(advise, (unsigned) advice, "POSIX_FADV_???"); in do_fadvise()
Dfadvise64.c68 printxval(advise, (unsigned) advice, "POSIX_FADV_???"); in do_fadvise()
/external/strace/tests/
Dfadvise64_64.c66 printxval(advise, (unsigned) advice, "POSIX_FADV_???"); in do_fadvise()
Dfadvise64.c68 printxval(advise, (unsigned) advice, "POSIX_FADV_???"); in do_fadvise()
/external/strace/tests-m32/
Dfadvise64_64.c66 printxval(advise, (unsigned) advice, "POSIX_FADV_???"); in do_fadvise()
Dfadvise64.c68 printxval(advise, (unsigned) advice, "POSIX_FADV_???"); in do_fadvise()
/external/tensorflow/tensorflow/python/profiler/
Dprofiler.py27 from tensorflow.python.profiler.model_analyzer import advise
Dmodel_analyzer.py279 def advise(self, options): member in Profiler
385 def advise(graph=None, run_meta=None, options=_DEFAULT_ADVISE_OPTIONS): function
Dprofiler_test.py163 advice_pb = profiler.advise(model_analyzer.ALL_ADVICE)
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.profiler.pbtxt28 name: "advise"
Dtensorflow.profiler.-profiler.pbtxt14 name: "advise"
/external/syzkaller/sys/linux/
Dxattr.txt33 xattr_names = "system.posix_acl_access", "system.posix_acl_default", "system.advise", "system.sockp…
/external/tensorflow/tensorflow/core/profiler/
DREADME.md15 * Auto profile and advise.
96 * [Auto Detect and Advise](g3doc/advise.md)
159 tfprof> advise

12