summaryrefslogtreecommitdiff
path: root/lib/trace.c
AgeCommit message (Expand)AuthorFilesLines
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