esp-idf/components/app_trace
Ivan Grokhotkov 75c92c3a66
refactor(startup): implement registration of core init functions
Similar to how the secondary init functions were already registered
via ESP_SYSTEM_INIT_FN, do the same for the core init functions.
This MR doesn't actually move the init functions into respective
components yet. This has to be carefully done in follow-up MRs.
2023-11-27 10:20:51 +01:00
..
gcov feat(gcov): improve gcov file handling using esp_apptrace_feof() 2023-10-12 11:01:23 +02:00
include fix(app_trace): fix gcov for gcc 13.1.0 2023-10-09 12:13:02 +04:00
port esp_system: Remove deprecate section from esp_cpu.h 2022-07-22 00:06:06 +08:00
private_include app_trace: add SPDX headers, mention SystemView in copyrights doc 2022-02-03 17:44:59 +01:00
sys_view refactor(startup): implement registration of core init functions 2023-11-27 10:20:51 +01:00
test_apps refactor(gptimer): refactor gptimer driver into a component 2023-11-06 17:09:31 +08:00
app_trace_membufs_proto.c hal: Deprecate interrupt_controller_hal.h, cpu_hal.h and cpu_ll.h interfaces 2022-07-22 00:06:06 +08:00
app_trace_util.c app_trace: Update esp_apptrace_lock_take() to use portTRY_ENTER_CRITICAL() 2022-12-23 19:20:42 +08:00
app_trace.c refactor(startup): implement registration of core init functions 2023-11-27 10:20:51 +01:00
CMakeLists.txt refactor(gptimer): refactor gptimer driver into a component 2023-11-06 17:09:31 +08:00
heap_trace_tohost.c heap: Add a configuration that places all the heap component and related functionalities in flash when enabled 2023-04-12 08:11:24 +02:00
host_file_io.c fix(app_trace): fix gcov for gcc 13.1.0 2023-10-09 12:13:02 +04:00
Kconfig feat(gcov): make gcov dump task size configurable 2023-08-22 01:07:42 +02:00
linker.lf refactor(gptimer): refactor gptimer driver into a component 2023-11-06 17:09:31 +08:00
project_include.cmake cmake: using toolchain prefix determined by cmake itself 2022-01-10 10:06:09 +08:00
sdkconfig.rename app_trace: support gptimer as timestamp source 2022-01-07 14:59:09 +08:00