summaryrefslogtreecommitdiff
path: root/lib/trace.c
AgeCommit message (Expand)Author
2023-02-11trace: Detect an infinite loopSimon Glass
2023-02-11trace: Correct the relocation handover with buffer overflowSimon Glass
2023-02-11trace: Show a few more stats about tracingSimon Glass
2023-02-11trace: Track the minimum stack depthSimon Glass
2023-02-11trace: Reduce the number of function sitesSimon Glass
2023-02-11trace: Update the file headerSimon Glass
2023-01-18trace: Move trace pointer to data sectionSimon Glass
2023-01-18trace: Use notrace for shortSimon Glass
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass
2021-05-24treewide: Convert macro and uses of __section(foo) to __section("foo")Marek BehĂșn
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2020-10-27trace: conserve gd register on RISC-VHeinrich Schuchardt
2020-07-07trace: clang compatible handling of gd registerHeinrich Schuchardt
2020-01-22trace: provide Sphinx style commentsHeinrich Schuchardt
2019-12-02common: Move get_ticks() function out of common.hSimon Glass
2019-07-10trace: do not limit trace buffer to 2GiBHeinrich Schuchardt
2019-07-10trace: make call depth limit customizableHeinrich Schuchardt
2019-07-10trace: conserve gd registerHeinrich Schuchardt
2019-04-23Convert CONFIG_TRACE_BUFFER_SIZE et al to KconfigSimon Glass
2019-04-23trace: Tidy up error returnsSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2015-04-18common: Make sure arch-specific map_sysmem() is definedJoe Hershberger
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-06-26Add trace librarySimon Glass