summaryrefslogtreecommitdiff
path: root/trace.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'en/header-cleanup'Junio C Hamano2023-03-171-1/+0
|\
| * treewide: remove unnecessary git-compat-util.h includes in headersElijah Newren2023-02-231-1/+0
* | trace.c, git.c: remove unnecessary parameter to trace_repo_setup()idriss fekir2023-02-211-1/+1
|/
* C99: remove hardcoded-out !HAVE_VARIADIC_MACROS codeÆvar Arnfjörð Bjarmason2022-02-211-70/+58
* *.h: move some *_INIT to designated initializersÆvar Arnfjörð Bjarmason2021-09-271-1/+1
* *.h _INIT macros: don't specify fields equal to 0Ævar Arnfjörð Bjarmason2021-09-271-1/+1
* http, imap-send: stop using CURLOPT_VERBOSEJonathan Tan2020-05-111-0/+6
* trace: move doc to trace.hHeba Waly2019-11-181-2/+131
* *.[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