summaryrefslogtreecommitdiffstats
path: root/lib/trace.c
Commit message (Expand)AuthorAgeFilesLines
* 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 headerSimon 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