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