zephyr/samples/subsys
Wealian Liao 7467dc4c12 tracing_user: Add ISR nest level parameter
For tracing_user, the sys_trace_isr_enter() & sys_trace_isr_exit()
block any nest interrupts & most SMP interrupts for the user. It is
hard to analyze the IRQ preemption(e.g., each IRQ counter and execution
time). This commit adds ISR nest level for each CPU to the user instead
of blocking user call back when nest interrupts.

Signed-off-by: Wealian Liao <WHLIAO@nuvoton.com>
2022-01-21 14:38:35 -05:00
..
audio/sof samples/subsys/audio/sof: use -fstrict-overflow for SOF 2022-01-07 10:46:14 -05:00
canbus drivers: can: remove DT_CHOSEN_ZEPHYR_CANBUS_LABEL macro 2021-11-09 11:19:50 +01:00
console cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
cpp cpp: remove @return doc for void functions 2022-01-12 16:02:16 -05:00
debug samples: debug/gdbstub: update instructions to run 2021-11-30 15:24:00 -05:00
display samples: exclude platform stm32f769i_disco 2022-01-05 14:59:58 -05:00
edac cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
fs samples: exclude platform stm32f769i_disco 2022-01-05 14:59:58 -05:00
ipc sample: openamp: Add OpenAMP performance test. 2022-01-18 13:23:43 -05:00
logging logging: Deprecate v1, default to v2 2022-01-17 15:49:10 -05:00
lorawan/class_a cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
mgmt mcumgr: kconfig: Have OS_MGMT_TASKSTAT default to n 2022-01-04 11:54:28 +01:00
modbus samples: modbus: tcp_gateway: use default arduino header UART 2022-01-10 09:45:42 -06:00
nvs storage/flash_map: Add FLASH_AREA_DEVICE macro 2021-11-06 21:37:47 -04:00
pm/device_pm pm: s/PM_DEVICE_(DT_(INST))_REF/PM_DEVICE_(DT_(INST))_GET 2022-01-18 12:14:06 -05:00
portability samples: fix wrong extra_args definitions 2022-01-04 17:15:06 -05:00
settings soc: riscv: esp32c3: nvs: add NVS support using fixed partitions 2021-10-28 06:47:21 -04:00
shell lib: getopt: rework and extend getopt library 2022-01-06 21:26:59 +01:00
task_wdt task_wdt: fix silent init failures 2021-10-01 15:21:32 +02:00
testsuite ztest: Update ztest with more powerful testing APIs 2022-01-11 11:47:30 +01:00
tracing tracing_user: Add ISR nest level parameter 2022-01-21 14:38:35 -05:00
usb usb: remove @return doc for void functions 2022-01-12 16:02:16 -05:00
video cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
subsys.rst