Home
last modified time | relevance | path

Searched refs:method (Results 1 – 21 of 21) sorted by relevance

/tools/testing/selftests/mm/
A Dcharge_reserved_hugetlb.sh158 local method="$6"
183 if [[ "$method" == "1" ]] || [[ "$method" == 2 ]] ||
276 local method="$7"
324 local method="${12}"
402 for method in 0 1 2; do
425 echo private=$private, populate=$populate, method=$method, reserve=$reserve
454 echo private=$private, populate=$populate, method=$method, reserve=$reserve
474 echo private=$private, populate=$populate, method=$method, reserve=$reserve
491 echo private=$private, populate=$populate, method=$method, reserve=$reserve
507 echo private=$private, populate=$populate, method=$method, reserve=$reserve
[all …]
A Dwrite_to_hugetlbfs.c21 enum method { enum
73 enum method method = MAX_METHOD; in main() local
100 method = atoi(optarg); in main()
149 if (method == MAX_METHOD) { in main()
154 printf("Using method=%d\n", method); in main()
166 switch (method) { in main()
239 if (method == HUGETLBFS) in main()
A Dwrite_hugetlb_memory.sh11 method=$6
19 echo "Method is $method"
22 ./write_to_hugetlbfs -p "$path" -s "$size" "$write" "$populate" -m "$method" \
/tools/testing/selftests/tc-testing/creating-plugins/
A DAddingPlugins.txt43 This method takes a testcount (number of tests to be run) and
47 and the post_suite method can refer to it when dumping the "skipped"
52 post-suite method using this info passed in to the pre_suite method.
57 The post_suite method will receive the ordinal number of the last
64 The pre_case method will receive the ordinal number of the test
70 The adjust_command method receives a string representing
84 The adjust_command method must return the adjusted command so tdc
90 The add_args method receives the argparser object and can add
95 The add_args method should return the argparser object.
100 The check_args method is so that the plugin can do validation on
/tools/perf/Documentation/
A Dguestmount.txt3 root directories under <path> by a specific filesystem access method,
A Dandroid.txt21 This method is only tested for Android NDK versions Revision 11b and later.
23 You can use method (b) described below instead.
A Dperf-config.txt451 the value 'lbr' only works for certain cpus. The method for
566 the unwind method. To enable 'perf top' to actually use it,
600 the unwind method. To enable 'perf record' to actually use it,
621 compute method selected).
624 This options sets the method for computing the diff result.
A Dtopdown.txt312 The metrics counter is extended to support TMA method level 2 metrics.
359 [1] https://software.intel.com/en-us/top-down-microarchitecture-analysis-method-win
A Dperf-record.txt298 The unwinding method used for kernel space is dependent on the
302 Any option specified here controls the method used for user space.
309 --fomit-frame-pointer, using the "fp" method will produce bogus
312 Using the "lbr" method doesn't require any compiler options. It
A Dperf-diff.txt263 Same as 'delta` method, but sort the result with the absolute values.
A Dperf-intel-pt.txt1811 Later perf tools support a method to emulate the ptwrite instruction, which
/tools/tracing/rtla/
A DMakefile.standalone18 $(info This is a deprecated method to compile RTLA, please compile from Linux kernel source)
/tools/testing/selftests/drivers/net/
A DREADME.rst52 and communication method.
68 Communication method used to run commands on the remote endpoint.
77 It should be possible to add a new method without modifying any of
/tools/verification/rv/
A DREADME.txt3 Runtime Verification (RV) is a lightweight (yet rigorous) method that
/tools/perf/jvmti/
A Dlibjvmti.c231 jmethodID method, in compiled_method_load_cb() argument
250 ret = (*jvmti)->GetMethodDeclaringClass(jvmti, method, in compiled_method_load_cb()
287 ret = (*jvmti)->GetMethodName(jvmti, method, &func_name, in compiled_method_load_cb()
/tools/net/ynl/pyynl/lib/
A Dynl.py1045 for (method, vals, flags) in ops:
1046 op = self.ops[method]
1110 def _op(self, method, vals, flags=None, dump=False): argument
1115 ops = [(method, vals, req_flags)]
1118 def do(self, method, vals, flags=None): argument
1119 return self._op(method, vals, flags)
1121 def dump(self, method, vals): argument
1122 return self._op(method, vals, dump=True)
/tools/testing/selftests/arm64/signal/
A DREADME22 custom run method is mandatory though)
/tools/testing/selftests/net/forwarding/
A DREADME30 traditional method that requires multiple physical machines, to name a
/tools/power/cpupower/
A DREADME15 "libcpupower" is a library which offers a unified access method for userspace
/tools/perf/util/
A Ddemangle-rust-v0.c964 #define PARSE(printer, method, ...) \ argument
970 demangle_status _parse_status = method(&(printer)->parser, ## __VA_ARGS__); \
/tools/memory-model/Documentation/
A Drecipes.txt413 method of maintaining order. However, they do have some limitations that

Completed in 33 milliseconds