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