Home
last modified time | relevance | path

Searched refs:description (Results 1 – 25 of 52) sorted by relevance

123

/xnu-11215/tests/vm/
H A Dfault_throughput.lua18 description = 'Number of threads to bring up to do faulting work',
24 description = 'Run with [1..n] CPU workers',
28 description = 'Run with 1, 2, and each power of four value in [4..n] CPU workers',
32 description = 'Path to fault throughput binary',
37 description = 'How long, in seconds, to run each iteration',
44 description = 'Which benchmark variant to run',
51description = 'Pin threads to CPUs, starting with this CPU ID; requires enable_skstb=1 boot-arg',
58 description = 'Enable verbose logging at a performance cost',
H A Dperf_compressor.lua19 description = 'Path to perf_compressor binary'
23 description = 'How long, in seconds, to run each iteration',
28 description = 'Which benchmark variant to run',
34 description = 'MB size of buffer to send to compressor',
39 description = 'Fill the buffer with random, zero, or typical data',
45 description = 'Print benchmark progress',
H A Dperf_madvise.lua18 description = 'Path to perf_madvise binary'
22 description = 'How long, in seconds, to run each iteration',
27 description = 'Which benchmark variant to run (MADV_FREE)',
33 description = 'Enable verbose logging',
37 description = 'Madvise buffer size (MB)',
H A Dvm_allocation.c495 const char * description; member
516 const char * description; member
533 const char * description; member
544 const char * description; member
555 const char * description; member
568 const char * description; member
3643 allocators[allocators_idx].description, address_flags[flags_idx].description, in run_allocate_test_suites()
3654 allocators[allocators_idx].description, address_flags[flags_idx].description, in run_allocate_test_suites()
3665 allocators[allocators_idx].description, address_flags[flags_idx].description, in run_allocate_test_suites()
3675 …allocators[allocators_idx].description, vm_sizes[sizes_idx].description, (uintmax_t)vm_sizes[sizes… in run_allocate_test_suites()
[all …]
/xnu-11215/tests/counter/
H A Dbenchmark.lua18 description = 'Path to benchmark binary'
22 description = 'Number of cpu workers'
26 description = 'Run benchmark for [1..n] cpu workers'
30description = 'Run benchmark for [1..2] and each power of four value in [4..n] cpu workers'
34 description = "number of writes",
39 description = 'Which benchmark variant to run (scalable, atomic, or racy)',
/xnu-11215/libkdd/
H A DREADME.md47 Feature description: Generic data with description
49 Further more generic data with description is very much possible now. For example
52 - and more functions that allow adding description.
54 The userspace tools can then look at the description and print the data even if they are not compil…
69 Feature description: Container markers for compound data
84 Feature description: Custom Data formats on demand
H A DKCDStructTypeDescription.m94 NSString *field_desc_str = [tmpdsc description]; category
121 - (NSString *)description category
H A DKCDBasicTypeDescription.m127 * account the maximum size specified by the type description, and also the
151 - (NSString *)description category
/xnu-11215/tests/
H A Dsioc-if-addr-bounds.c669 const char *description; member
688 .description = "fully formed",
695 .description = "addr_len 0",
702 .description = "addr_len 1",
709 .description = "addr_len 250",
737 .description = "mask_len 0xf0",
758 .description = "ifra mask len 1",
765 .description = "ifra mask len 3",
772 .description = "ifra mask len 5",
779 .description = "ifra mask len 7",
[all …]
H A Dip_tos_35768492.c31 tos_method_t method, const char *description) in my_sendmsg() argument
78 T_ASSERT_TRUE(num > 0, description); in my_sendmsg()
83 uint8_t expected_tos_byte, const char *description) in my_recvmsg() argument
115 T_ASSERT_EQ_INT(tos_byte, expected_tos_byte, description); in my_recvmsg()
/xnu-11215/tools/lldbmacros/tests/
H A Druntests.py53 description='Runs lldb macro unit-tests against selected kernel'
154 print(error.description)
/xnu-11215/tools/tests/kernpost_test_report/
H A Dkernpost_test_report.lua23 description = 'the format to export the tests in',
29 description = 'where to write the report, must be a directory',
/xnu-11215/tools/lldbmacros/
H A Dtox.ini8 description = lint Python source code key
H A Duserspace.py385 debuglog("Failed to read process memory. Error: " + err.description)
413 raise RuntimeError("Failed to read process memory. Error: " + err.description)
423 raise RuntimeError("Failed to read process memory. Error: " + err.description)
832 …memory. {:d} bytes from address {: <#020x}. Error: {}".format(length, start_addr, err.description))
/xnu-11215/osfmk/kern/
H A Dkern_cdata.h155 …dd_uint64_with_description(kcdata_descriptor_t crashinfo, uint64_t data, const char * description);
156 …dd_uint32_with_description(kcdata_descriptor_t crashinfo, uint32_t data, const char * description);
H A Dkern_cdata.c1424 …add_uint64_with_description(kcdata_descriptor_t data_desc, uint64_t data, const char * description) in kcdata_add_uint64_with_description() argument
1426 if (strlen(description) >= KCDATA_DESC_MAXLEN) { in kcdata_add_uint64_with_description()
1436 strlcpy(&(save_data.desc[0]), description, sizeof(save_data.desc)); in kcdata_add_uint64_with_description()
1463 const char *description) in kcdata_add_uint32_with_description() argument
1465 assert(strlen(description) < KCDATA_DESC_MAXLEN); in kcdata_add_uint32_with_description()
1466 if (strlen(description) >= KCDATA_DESC_MAXLEN) { in kcdata_add_uint32_with_description()
1475 strlcpy(&(save_data.desc[0]), description, sizeof(save_data.desc)); in kcdata_add_uint32_with_description()
/xnu-11215/tools/tests/execperf/
H A Dprintexecinfo.c45 arch ? arch->description : "unknown"); in printexecinfo()
/xnu-11215/bsd/netinet/
H A Dudp_log.c63 #define X(name, value, description, ...) #description ":" #value " " argument
/xnu-11215/tests/nvram_tests/
H A Drun_tests.py48 description='Builds and/or runs nvram tests for xnu',
/xnu-11215/config/
H A DMASTER.arm12 # configuration file for a description of the file format).
H A DMASTER.arm64.BridgeOS12 # configuration file for a description of the file format).
H A DMASTER.x86_6412 # configuration file for a description of the file format).
/xnu-11215/bsd/sys/
H A Ddisk.h177 char * description; member
/xnu-11215/iokit/Kernel/
H A DIOPMrootDomain.cpp11968 *description = "starting sleep";
11973 *description = "notifying applications";
12023 *description = sbuf;
12025 *description = "halting all non-boot CPUs";
12028 *description = "halting all non-boot CPUs";
12034 *description = "executing platform specific code";
12039 *description = "writing the hibernation image";
12055 *description = "calling Wake action callbacks";
12060 *description = "starting non-boot CPUs";
12100 *description = "entering fullwake from darkwake";
[all …]
/xnu-11215/tools/tests/superpages/
H A Dtestsp.c45 char *description; member
766 printf("Test #%d \"%s\"...", i + 1, test[i].description); in testit()

123