summaryrefslogtreecommitdiff
path: root/trace.h
Commit message (Expand)AuthorAgeFilesLines
* *.[ch]: manually align parameter listsDenton Liu2019-05-051-5/+5
* *.[ch]: remove extern from function declarations using sedDenton Liu2019-05-051-9/+9
* *.[ch]: remove extern from function declarations using spatchDenton Liu2019-05-051-8/+8
* trace.h: support nested performance tracingNguyễn Thái Ngọc Duy2018-08-181-0/+15
* trace.c: export trace_setup_keyNguyễn Thái Ngọc Duy2018-03-301-0/+1
* trace: improve performance while category is disabledgk/tracing-optimizationGennady Kupava2017-12-061-18/+41
* trace: remove trace key normalizationGennady Kupava2017-11-271-1/+3
* pkt-line: support tracing verbatim pack contentsjk/pkt-log-packJeff King2015-06-161-0/+1
* git: add performance tracing for git's main() function to debug scriptsKarsten Blees2014-07-131-0/+1
* trace: add trace_performance facility to debug performance issuesKarsten Blees2014-07-131-0/+18
* trace: add high resolution timer function to debug performance issuesKarsten Blees2014-07-131-0/+1
* trace: add 'file:line' to all trace outputKarsten Blees2014-07-131-0/+62
* trace: move code around, in preparation to file:line outputKarsten Blees2014-07-131-4/+8
* trace: add infrastructure to augment trace output with additional infoKarsten Blees2014-07-131-1/+1
* trace: improve trace performanceKarsten Blees2014-07-131-3/+13
* trace: consistently name the format parameterKarsten Blees2014-06-171-1/+1
* trace: move trace declarations from cache.h to new trace.hKarsten Blees2014-06-171-0/+17