| /kernel/tests/ |
| A D | tests.cpp | 21 STATIC_COMMAND("thread_tests", "test the scheduler", &thread_tests) 22 STATIC_COMMAND("clock_tests", "test clocks", &clock_tests) 23 STATIC_COMMAND("sleep_tests", "tests sleep", &sleep_tests) 24 STATIC_COMMAND("bench", "miscellaneous benchmarks", &benchmarks) 25 STATIC_COMMAND("fibo", "threaded fibonacci", &fibo) 26 STATIC_COMMAND("spinner", "create a spinning thread", &spinner) 27 STATIC_COMMAND("timer_diag", "prints timer diagnostics", &timer_diag) 28 STATIC_COMMAND("timer_stress", "runs a timer stress test", &timer_stress) 29 STATIC_COMMAND("uart_tests", "tests uart Tx", &uart_tests)
|
| A D | cache_tests.cpp | 72 STATIC_COMMAND("cache_tests", "test/bench the cpu cache", &cache_tests)
|
| A D | mem_tests.cpp | 210 STATIC_COMMAND("mem_test", "test memory", &mem_test)
|
| A D | string_tests.cpp | 351 STATIC_COMMAND("string", "memcpy tests", &string_tests)
|
| /kernel/dev/hw_rng/ |
| A D | debug.cpp | 58 STATIC_COMMAND("rng32", 61 STATIC_COMMAND("rng",
|
| /kernel/lib/debugcommands/ |
| A D | debugcommands.cpp | 50 STATIC_COMMAND("crash", "intentionally crash", &cmd_crash) 51 STATIC_COMMAND("stackstomp", "intentionally overrun the stack", &cmd_stackstomp) 54 STATIC_COMMAND("mtest", "simple memory test", &cmd_memtest) 56 STATIC_COMMAND("cmdline", "display kernel commandline", &cmd_cmdline) 57 STATIC_COMMAND("sleep", "sleep number of seconds", &cmd_sleep) 58 STATIC_COMMAND("sleepm", "sleep number of milliseconds", &cmd_sleep)
|
| /kernel/lib/console/include/lib/ |
| A D | console.h | 57 #define STATIC_COMMAND(command_str, help_str, func) {command_str, help_str, func, CMD_AVAIL_NORMAL}, macro
|
| /kernel/arch/arm64/ |
| A D | sysreg.cpp | 61 STATIC_COMMAND("sysreg", "read armv8 system register", &cmd_sysreg)
|
| /kernel/vm/ |
| A D | page.cpp | 90 STATIC_COMMAND("vm_page", "vm_page debug commands", &cmd_vm_page)
|
| A D | vmm.cpp | 209 STATIC_COMMAND("vmm", "virtual memory manager", &cmd_vmm)
|
| A D | vm_object.cpp | 289 STATIC_COMMAND("vm_object", "vm object debug commands", &cmd_vm_object)
|
| A D | vm.cpp | 288 STATIC_COMMAND("vm", "vm commands", &cmd_vm)
|
| /kernel/arch/x86/ |
| A D | hwp.cpp | 103 STATIC_COMMAND("hwp", "hardware controlled performance states\n", &cmd_hwp)
|
| A D | arch.cpp | 241 STATIC_COMMAND("cpu", "cpu test commands", &cmd_cpu)
|
| A D | mmu_mem_types.cpp | 311 STATIC_COMMAND("memtype", "memory type commands", &cmd_memtype)
|
| A D | lapic.cpp | 520 STATIC_COMMAND("apic", "apic commands", &cmd_apic)
|
| /kernel/kernel/ |
| A D | debug.cpp | 44 STATIC_COMMAND("threadstats", "thread level statistics", &cmd_threadstats) 45 STATIC_COMMAND("threadload", "toggle thread load display", &cmd_threadload) 46 STATIC_COMMAND("threadq", "toggle thread queue display", &cmd_threadq)
|
| /kernel/lib/version/ |
| A D | version.cpp | 97 STATIC_COMMAND("version", "print version", &cmd_version)
|
| /kernel/dev/pcie/ |
| A D | debug.cpp | 760 STATIC_COMMAND("lspci", 763 STATIC_COMMAND("pciunplug", 766 STATIC_COMMAND("pcireset", 769 STATIC_COMMAND("pcirescan", 773 STATIC_COMMAND("pciregions",
|
| /kernel/lib/lockdep/ |
| A D | lock_dep.cpp | 115 STATIC_COMMAND("lockdep", "kernel lock diagnostics", &CommandLockDep)
|
| /kernel/lib/oom/ |
| A D | oom.cpp | 218 STATIC_COMMAND("oom", "out-of-memory watcher/killer", &cmd_oom)
|
| /kernel/platform/pc/ |
| A D | smbios.cpp | 221 STATIC_COMMAND("smbios", "smbios", &CmdSmbios)
|
| /kernel/lib/unittest/ |
| A D | unittest.cpp | 297 STATIC_COMMAND("ut", "Run unittests", run_unittests)
|
| /kernel/lib/counters/ |
| A D | counters.cpp | 343 STATIC_COMMAND("counters", "view system counters", &cmd_counters)
|
| /kernel/object/ |
| A D | resource_dispatcher.cpp | 325 STATIC_COMMAND("resource", "Inspect physical address space resource allocations", &cmd_resources)
|