summaryrefslogtreecommitdiff
path: root/lib/trace.c
Commit message (Expand)AuthorAgeFilesLines
* trace: Detect an infinite loopSimon Glass2023-02-111-0/+10
* trace: Correct the relocation handover with buffer overflowSimon Glass2023-02-111-3/+10
* trace: Show a few more stats about tracingSimon Glass2023-02-111-2/+6
* trace: Track the minimum stack depthSimon Glass2023-02-111-8/+16
* trace: Reduce the number of function sitesSimon Glass2023-02-111-2/+17
* trace: Update the file headerSimon Glass2023-02-111-15/+4
* trace: Move trace pointer to data sectionSimon Glass2023-01-181-1/+2
* trace: Use notrace for shortSimon Glass2023-01-181-15/+11
* Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass2022-10-311-2/+2
* treewide: Convert macro and uses of __section(foo) to __section("foo")Marek BehĂșn2021-05-241-2/+2
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-021-0/+1
* trace: conserve gd register on RISC-VHeinrich Schuchardt2020-10-271-1/+1
* trace: clang compatible handling of gd registerHeinrich Schuchardt2020-07-071-4/+4
* trace: provide Sphinx style commentsHeinrich Schuchardt2020-01-221-18/+36
* common: Move get_ticks() function out of common.hSimon Glass2019-12-021-0/+1
* trace: do not limit trace buffer to 2GiBHeinrich Schuchardt2019-07-101-7/+7
* trace: make call depth limit customizableHeinrich Schuchardt2019-07-101-2/+2
* trace: conserve gd registerHeinrich Schuchardt2019-07-101-0/+49
* Convert CONFIG_TRACE_BUFFER_SIZE et al to KconfigSimon Glass2019-04-231-1/+2
* trace: Tidy up error returnsSimon Glass2019-04-231-5/+9
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* common: Make sure arch-specific map_sysmem() is definedJoe Hershberger2015-04-181-0/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-14/+1
* Add trace librarySimon Glass2013-06-261-0/+379