| /Zephyr-4.2.1/kernel/ |
| D | usage.c | 38 if (!cpu->usage->track_usage) { in sched_cpu_update_usage() 43 cpu->usage->total += cycles; in sched_cpu_update_usage() 46 cpu->usage->current += cycles; in sched_cpu_update_usage() 48 if (cpu->usage->longest < cpu->usage->current) { in sched_cpu_update_usage() 49 cpu->usage->longest = cpu->usage->current; in sched_cpu_update_usage() 52 cpu->usage->current = 0; in sched_cpu_update_usage() 53 cpu->usage->num_windows++; in sched_cpu_update_usage() 63 thread->base.usage.total += cycles; in sched_thread_update_usage() 66 thread->base.usage.current += cycles; in sched_thread_update_usage() 68 if (thread->base.usage.longest < thread->base.usage.current) { in sched_thread_update_usage() [all …]
|
| D | init.c | 402 _kernel.cpus[id].usage = &_kernel.usage[id]; in z_init_cpu() 403 _kernel.cpus[id].usage->track_usage = in z_init_cpu() 419 _kernel.cpus[id].usage, in z_init_cpu() 640 k_obj_core_stats_register(K_OBJ_CORE(&_kernel), _kernel.usage, in init_kernel_obj_core_list() 641 sizeof(_kernel.usage)); in init_kernel_obj_core_list()
|
| /Zephyr-4.2.1/cmake/usage/ |
| D | CMakeLists.txt | 4 usage target 8 -P ${CMAKE_CURRENT_SOURCE_DIR}/usage.cmake 11 # NB: The reason it is 'usage' and not help is that CMake already
|
| D | usage.cmake | 29 message(" puncover - Local web server to view RAM, ROM and stack usage (requires puncover pip … 30 message(" ram_report - Build and create RAM usage report") 31 message(" rom_report - Build and create ROM usage report") 32 message(" ram_plot - Build and create RAM usage in a sunburst chart as a visual representation… 33 message(" rom_plot - Build and create ROM usage in a sunburst chart as a visual representation… 35 message(" footprint - Create JSON RAM/ROM usage report in the build directory") 39 message(" usage - Display this text")
|
| /Zephyr-4.2.1/samples/drivers/virtualization/ivshmem/doorbell/ |
| D | write_shared_memory.sh | 15 usage() function 54 usage 64 usage
|
| /Zephyr-4.2.1/doc/services/debugging/ |
| D | thread-analyzer.rst | 7 the thread information, e.g. thread stack size usage and other runtime thread 31 thread_b : STACK: unused 740 usage 284 / 1024 (27 %); CPU: 0 % 32 thread_analyzer : STACK: unused 8 usage 504 / 512 (98 %); CPU: 0 % 33 thread_a : STACK: unused 648 usage 376 / 1024 (36 %); CPU: 98 % 34 idle : STACK: unused 204 usage 116 / 320 (36 %); CPU: 0 % 44 thread_b : STACK: unused 648 usage 376 / 1024 (36 %); CPU: 7 % 45 thread_analyzer : STACK: unused 8 usage 504 / 512 (98 %); CPU: 0 % 46 thread_a : STACK: unused 648 usage 376 / 1024 (36 %); CPU: 9 % 47 idle : STACK: unused 204 usage 116 / 320 (36 %); CPU: 82 % 57 thread_b : STACK: unused 648 usage 376 / 1024 (36 %); CPU: 7 % [all …]
|
| /Zephyr-4.2.1/scripts/checkpatch/ |
| D | timestamp | 27 function usage { function 32 usage 45 h) usage; exit 0 ;;
|
| D | maintainer-checkpatch.bash | 39 function usage { function 44 usage 74 h) usage; exit 0 ;;
|
| D | check_known_checkpatch_issues.sh | 24 function usage { function 29 usage 52 h) usage; exit 0 ;;
|
| /Zephyr-4.2.1/subsys/net/lib/shell/ |
| D | vlan.c | 108 goto usage; in cmd_net_vlan_add() 119 goto usage; in cmd_net_vlan_add() 125 goto usage; in cmd_net_vlan_add() 132 goto usage; in cmd_net_vlan_add() 159 usage: in cmd_net_vlan_add() 180 goto usage; in cmd_net_vlan_del() 196 usage: in cmd_net_vlan_del()
|
| /Zephyr-4.2.1/subsys/pm/ |
| D | device_runtime.c | 77 if (pm->base.usage == 0U) { in runtime_suspend() 83 pm->base.usage--; in runtime_suspend() 84 if (pm->base.usage > 0U) { in runtime_suspend() 102 pm->base.usage++; in runtime_suspend() 134 pm->base.usage++; in runtime_suspend_work() 162 if (pm->base.usage == 0) { in get_sync_locked() 189 pm->base.usage++; in get_sync_locked() 254 pm->base.usage++; in pm_device_runtime_get() 284 if (pm->base.usage > 1U) { in pm_device_runtime_get() 290 pm->base.usage--; in pm_device_runtime_get() [all …]
|
| /Zephyr-4.2.1/scripts/kconfig/ |
| D | diffconfig | 14 def usage(): function 75 usage() 85 usage() 104 usage()
|
| /Zephyr-4.2.1/subsys/crc/ |
| D | crc_shell.c | 46 static void usage(const struct shell *sh) in usage() function 85 usage(sh); in cmd_crc() 116 usage(sh); in cmd_crc() 123 usage(sh); in cmd_crc()
|
| /Zephyr-4.2.1/subsys/debug/thread_analyzer/ |
| D | thread_analyzer.c | 73 " ", info->usage.total_cycles); in thread_print_cb() 80 " ", info->usage.current_cycles, info->usage.peak_cycles, in thread_print_cb() 81 info->usage.average_cycles); in thread_print_cb() 209 if (k_thread_runtime_stats_get(thread, &info.usage) != 0) { in thread_analyze_cb() 224 info.utilization = (info.usage.execution_cycles * 100U) / in thread_analyze_cb()
|
| /Zephyr-4.2.1/scripts/ |
| D | coccicheck | 15 usage="Usage: ./scripts/coccicheck [OPTIONS]... [DIRECTORY|FILE]... 68 echo "$usage" 75 echo "$usage"
|
| /Zephyr-4.2.1/subsys/net/ip/ |
| D | Kconfig.stack | 1 # Stack usage related options 6 menu "Stack usage"
|
| /Zephyr-4.2.1/cmake/ |
| D | pristine.cmake | 7 usage: cmake -DBINARY_DIR=<build-path> -DSOURCE_DIR=<source-path> 15 # Making the usage itself a fatal error messes up the formatting when printing.
|
| /Zephyr-4.2.1/subsys/shell/modules/ |
| D | device_service.c | 65 int usage; in cmd_device_list() local 86 usage = pm_device_runtime_usage(dev); in cmd_device_list() 87 if (usage >= 0) { in cmd_device_list() 88 shell_fprintf(sh, SHELL_NORMAL, " (%s, usage=%d)\n", state, usage); in cmd_device_list()
|
| /Zephyr-4.2.1/samples/bluetooth/hci_vs_scan_req/ |
| D | README.rst | 10 This simple application is a usage example to manage HCI VS commands to obtain 12 RAM usage than using extended advertising.
|
| /Zephyr-4.2.1/samples/basic/sys_heap/ |
| D | README.rst | 4 Print system heap usage to the console. 10 prints system heap usage to the console.
|
| /Zephyr-4.2.1/doc/develop/optimizations/ |
| D | tools.rst | 14 The build system offers 3 targets to view and analyse RAM, ROM and stack usage 18 stack usage analysis. 48 List all compiled objects and their RAM usage in a tabular form with bytes 110 List all compiled objects and their ROM usage in a tabular form with bytes 165 Similar to the ``ram_report`` and ``rom_report`` build targets, these targets generate memory usage 180 :alt: RAM usage sunburst chart 182 And similarly for the ROM usage. 192 :alt: ROM usage sunburst chart 201 the files and view their ROM, RAM, and stack usage. 228 To view worst-case stack usage analysis, build this with the
|
| /Zephyr-4.2.1/samples/subsys/smf/smf_calculator/ |
| D | CMakeLists.txt | 3 set(CMAKE_CXX_FLAGS "-fstack-usage")
|
| /Zephyr-4.2.1/doc/connectivity/networking/api/ |
| D | tftp.rst | 10 more information about the library usage.
|
| /Zephyr-4.2.1/include/zephyr/debug/ |
| D | thread_analyzer.h | 39 k_thread_runtime_stats_t usage; member
|
| /Zephyr-4.2.1/samples/modules/lvgl/accelerometer_chart/ |
| D | Kconfig | 10 Warning: More points means more memory usage, and slower rendering!
|