summaryrefslogtreecommitdiff
path: root/common/iotrace.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop linux/bug.h from common headerSimon Glass1-0/+1
2019-12-03common: Move get_ticks() function out of common.hSimon Glass1-0/+1
2019-12-03crc32: Use the crc.h header for crc functionsSimon Glass1-0/+1
2019-10-11trace: Remove the const from write functionsSimon Glass1-3/+3
2018-06-18iotrace: fix behaviour when buffer is fullRamon Fried1-2/+11
2018-06-18iotrace: move record definitons to header fileRamon Fried1-27/+0
2018-06-08common: iotrace: add timestamp to iotrace recordsRamon Fried1-1/+3
2018-06-08iotrace: add IO region limitRamon Fried1-0/+27
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
2014-06-20Add an I/O tracing featureSimon Glass1-0/+169