| /xnu-11215/tests/vm/ |
| H A D | fault_throughput.lua | 18 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', 51 … description = '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 D | perf_compressor.lua | 19 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 D | perf_madvise.lua | 18 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 D | vm_allocation.c | 495 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 D | benchmark.lua | 18 description = 'Path to benchmark binary' 22 description = 'Number of cpu workers' 26 description = 'Run benchmark for [1..n] cpu workers' 30 … description = '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 D | README.md | 47 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 D | KCDStructTypeDescription.m | 94 NSString *field_desc_str = [tmpdsc description]; category 121 - (NSString *)description category
|
| H A D | KCDBasicTypeDescription.m | 127 * account the maximum size specified by the type description, and also the 151 - (NSString *)description category
|
| /xnu-11215/tests/ |
| H A D | sioc-if-addr-bounds.c | 669 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 D | ip_tos_35768492.c | 31 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 D | runtests.py | 53 description='Runs lldb macro unit-tests against selected kernel' 154 print(error.description)
|
| /xnu-11215/tools/tests/kernpost_test_report/ |
| H A D | kernpost_test_report.lua | 23 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 D | tox.ini | 8 description = lint Python source code key
|
| H A D | userspace.py | 385 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 D | kern_cdata.h | 155 …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 D | kern_cdata.c | 1424 …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 D | printexecinfo.c | 45 arch ? arch->description : "unknown"); in printexecinfo()
|
| /xnu-11215/bsd/netinet/ |
| H A D | udp_log.c | 63 #define X(name, value, description, ...) #description ":" #value " " argument
|
| /xnu-11215/tests/nvram_tests/ |
| H A D | run_tests.py | 48 description='Builds and/or runs nvram tests for xnu',
|
| /xnu-11215/config/ |
| H A D | MASTER.arm | 12 # configuration file for a description of the file format).
|
| H A D | MASTER.arm64.BridgeOS | 12 # configuration file for a description of the file format).
|
| H A D | MASTER.x86_64 | 12 # configuration file for a description of the file format).
|
| /xnu-11215/bsd/sys/ |
| H A D | disk.h | 177 char * description; member
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOPMrootDomain.cpp | 11968 *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 D | testsp.c | 45 char *description; member 766 printf("Test #%d \"%s\"...", i + 1, test[i].description); in testit()
|