Home
last modified time | relevance | path

Searched refs:usage (Results 1 – 25 of 260) sorted by relevance

1234567891011

/Zephyr-Core-3.6.0/kernel/
Dusage.c38 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 …]
Dinit.c422 _kernel.cpus[id].usage = &_kernel.usage[id]; in z_init_cpu()
423 _kernel.cpus[id].usage->track_usage = in z_init_cpu()
437 _kernel.cpus[id].usage, in z_init_cpu()
651 k_obj_core_stats_register(K_OBJ_CORE(&_kernel), _kernel.usage, in init_kernel_obj_core_list()
652 sizeof(_kernel.usage)); in init_kernel_obj_core_list()
/Zephyr-Core-3.6.0/doc/services/debugging/
Dthread-analyzer.rst7 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-Core-3.6.0/cmake/usage/
DCMakeLists.txt4 usage target
8 -P ${CMAKE_CURRENT_SOURCE_DIR}/usage.cmake
11 # NB: The reason it is 'usage' and not help is that CMake already
Dusage.cmake28 message(" ram_report - Build and create RAM usage report")
29 message(" rom_report - Build and create ROM usage report")
33 message(" usage - Display this text")
/Zephyr-Core-3.6.0/samples/drivers/virtualization/ivshmem/doorbell/
Dwrite_shared_memory.sh15 usage() function
54 usage
64 usage
/Zephyr-Core-3.6.0/subsys/net/lib/shell/
Dvlan.c115 goto usage; in cmd_net_vlan_add()
126 goto usage; in cmd_net_vlan_add()
132 goto usage; in cmd_net_vlan_add()
139 goto usage; in cmd_net_vlan_add()
164 usage: in cmd_net_vlan_add()
185 goto usage; in cmd_net_vlan_del()
201 usage: in cmd_net_vlan_del()
/Zephyr-Core-3.6.0/scripts/checkpatch/
Dtimestamp27 function usage { function
32 usage
45 h) usage; exit 0 ;;
Dmaintainer-checkpatch.bash39 function usage { function
44 usage
74 h) usage; exit 0 ;;
Dcheck_known_checkpatch_issues.sh24 function usage { function
29 usage
52 h) usage; exit 0 ;;
/Zephyr-Core-3.6.0/subsys/debug/
Dthread_analyzer.c54 info->usage.total_cycles); in thread_print_cb()
60 info->usage.current_cycles, info->usage.peak_cycles, in thread_print_cb()
61 info->usage.average_cycles); in thread_print_cb()
114 if (k_thread_runtime_stats_get(thread, &info.usage) != 0) { in thread_analyze_cb()
122 info.utilization = (info.usage.execution_cycles * 100U) / in thread_analyze_cb()
/Zephyr-Core-3.6.0/subsys/pm/
Ddevice_runtime.c68 if (pm->base.usage == 0U) { in runtime_suspend()
74 pm->base.usage--; in runtime_suspend()
75 if (pm->base.usage > 0U) { in runtime_suspend()
87 pm->base.usage++; in runtime_suspend()
112 pm->base.usage++; in runtime_suspend_work()
138 if (pm->base.usage == 0) { in get_sync_locked()
161 pm->base.usage++; in get_sync_locked()
226 pm->base.usage++; in pm_device_runtime_get()
253 if (pm->base.usage > 1U) { in pm_device_runtime_get()
259 pm->base.usage--; in pm_device_runtime_get()
[all …]
/Zephyr-Core-3.6.0/scripts/kconfig/
Ddiffconfig14 def usage(): function
75 usage()
85 usage()
104 usage()
/Zephyr-Core-3.6.0/lib/crc/
Dcrc_shell.c48 static void usage(const struct shell *sh) in usage() function
87 usage(sh); in cmd_crc()
118 usage(sh); in cmd_crc()
125 usage(sh); in cmd_crc()
/Zephyr-Core-3.6.0/scripts/
Dcoccicheck15 usage="Usage: ./scripts/coccicheck [OPTIONS]... [DIRECTORY|FILE]...
68 echo "$usage"
75 echo "$usage"
/Zephyr-Core-3.6.0/samples/basic/sys_heap/
DREADME.rst4 Print system heap usage to the console.
10 prints system heap usage to the console.
/Zephyr-Core-3.6.0/share/sysbuild/
DKconfig23 prompt "Warn on experimental usage"
37 prompt "Warn on deprecated usage"
/Zephyr-Core-3.6.0/cmake/
Dpristine.cmake7 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-Core-3.6.0/subsys/net/ip/
DKconfig.stack1 # Stack usage related options
6 menu "Stack usage"
/Zephyr-Core-3.6.0/include/zephyr/debug/
Dthread_analyzer.h39 k_thread_runtime_stats_t usage; member
/Zephyr-Core-3.6.0/doc/develop/optimizations/
Dtools.rst11 The build system offers 3 targets to view and analyse RAM, ROM and stack usage
15 stack usage analysis:
22 List all compiled objects and their RAM usage in a tabular form with bytes
82 List all compiled objects and their ROM usage in a tabular form with bytes
137 the files and view their ROM, RAM, and stack usage. Before you can use this
157 To view worst-case stack usage analysis, build this with the
/Zephyr-Core-3.6.0/include/zephyr/
Dkernel_structs.h148 struct k_cycle_stats *usage; member
195 struct k_cycle_stats usage[CONFIG_MP_MAX_NUM_CPUS]; member
/Zephyr-Core-3.6.0/doc/connectivity/networking/api/
Dtftp.rst10 more information about the library usage.
/Zephyr-Core-3.6.0/lib/heap/
DKconfig65 listeners of certain events related to a heap usage,
97 Select this to optimize the code and memory usage if all your
104 accommodate any heap size but memory usage won't be as
110 This option optimizes memory usage for each heap according to
122 on usage (e.g. cacheability, latency, power...). This allows a
/Zephyr-Core-3.6.0/samples/modules/lvgl/accelerometer_chart/
DKconfig10 Warning: More points means more memory usage, and slower rendering!

1234567891011