zephyr/tests/kernel
Patrik Flykt 4344e27c26 all: Update reserved function names
Update reserved function names starting with one underscore, replacing
them as follows:
   '_k_' with 'z_'
   '_K_' with 'Z_'
   '_handler_' with 'z_handl_'
   '_Cstart' with 'z_cstart'
   '_Swap' with 'z_swap'

This renaming is done on both global and those static function names
in kernel/include and include/. Other static function names in kernel/
are renamed by removing the leading underscore. Other function names
not starting with any prefix listed above are renamed starting with
a 'z_' or 'Z_' prefix.

Function names starting with two or three leading underscores are not
automatcally renamed since these names will collide with the variants
with two or three leading underscores.

Various generator scripts have also been updated as well as perf,
linker and usb files. These are
   drivers/serial/uart_handlers.c
   include/linker/kobject-text.ld
   kernel/include/syscall_handler.h
   scripts/gen_kobject_list.py
   scripts/gen_syscall_header.py

Signed-off-by: Patrik Flykt <patrik.flykt@intel.com>
2019-03-11 13:48:42 -04:00
..
arm_irq_vector_table all: Update reserved function names 2019-03-11 13:48:42 -04:00
arm_runtime_nmi
boot_page_table x86: modify MMU APIs for multiple page tables 2019-02-14 12:46:36 -05:00
common all: Update reserved function names 2019-03-11 13:48:42 -04:00
context tests: Mass SMP disablement on non-SMP-safe tests 2019-02-28 13:02:20 -06:00
critical tests: Mass SMP disablement on non-SMP-safe tests 2019-02-28 13:02:20 -06:00
device tests: Enable kernel.device tests for qemu_x86_64 2019-02-26 22:55:40 -08:00
early_sleep tests: Mass SMP disablement on non-SMP-safe tests 2019-02-28 13:02:20 -06:00
fatal all: Update reserved function names 2019-03-11 13:48:42 -04:00
fifo all: Update reserved function names 2019-03-11 13:48:42 -04:00
fp_sharing all: Update reserved function names 2019-03-11 13:48:42 -04:00
gen_isr_table all: Update reserved function names 2019-03-11 13:48:42 -04:00
interrupt all: Update reserved function names 2019-03-11 13:48:42 -04:00
lifo m2gl025_miv: Ignore lifo_usage tests 2019-03-04 12:39:09 -05:00
mbox tests: Mass SMP disablement on non-SMP-safe tests 2019-02-28 12:47:12 -08:00
mem_heap/mheap_api_concept
mem_pool tests: Mass SMP disablement on non-SMP-safe tests 2019-02-28 12:47:12 -08:00
mem_protect all: Update reserved function names 2019-03-11 13:48:42 -04:00
mem_slab tests: Mass SMP disablement on non-SMP-safe tests 2019-02-28 12:47:12 -08:00
mp all: Update reserved function names 2019-03-11 13:48:42 -04:00
msgq/msgq_api tests: Mass SMP disablement on non-SMP-safe tests 2019-02-28 12:47:12 -08:00
mutex tests: Mass SMP disablement on non-SMP-safe tests 2019-02-28 12:47:12 -08:00
obj_tracing tests: Mass SMP disablement on non-SMP-safe tests 2019-02-28 12:47:12 -08:00
pending tests: Mass SMP disablement on non-SMP-safe tests 2019-02-28 12:47:12 -08:00
pipe all: Update reserved function names 2019-03-11 13:48:42 -04:00
poll tests: Mass SMP disablement on non-SMP-safe tests 2019-02-27 14:22:06 -08:00
profiling/profiling_api power: rename CPU_LPS_n power states 2019-02-26 02:30:13 +01:00
queue tests: Mass SMP disablement on non-SMP-safe tests 2019-02-27 14:22:06 -08:00
sched all: Update reserved function names 2019-03-11 13:48:42 -04:00
semaphore macros: deleted macros SECONDS(), MSEC(), USEC() 2019-03-04 19:04:21 -05:00
sleep all: Update reserved function names 2019-03-11 13:48:42 -04:00
smp all: Update reserved function names 2019-03-11 13:48:42 -04:00
spinlock all: Update reserved function names 2019-03-11 13:48:42 -04:00
stack tests: Mass SMP disablement on non-SMP-safe tests 2019-02-27 14:22:06 -08:00
static_idt
threads all: Update reserved function names 2019-03-11 13:48:42 -04:00
tickless all: Update reserved function names 2019-03-11 13:48:42 -04:00
timer tests/timer_api: revert testcase configuration 2019-03-01 14:53:33 -08:00
workq all: Update reserved function names 2019-03-11 13:48:42 -04:00
xip tests/xip: exclude Minnowboard from test (does not do XIP) 2019-03-07 20:31:31 -05:00