aboutsummaryrefslogtreecommitdiffstats
path: root/trace.h
AgeCommit message (Expand)AuthorFilesLines
2023-03-17Merge branch 'en/header-cleanup'Junio C Hamano1-1/+0
2023-02-23treewide: remove unnecessary git-compat-util.h includes in headersElijah Newren1-1/+0
2023-02-21trace.c, git.c: remove unnecessary parameter to trace_repo_setup()idriss fekir1-1/+1
2022-02-21C99: remove hardcoded-out !HAVE_VARIADIC_MACROS codeÆvar Arnfjörð Bjarmason1-70/+58
2021-09-27*.h: move some *_INIT to designated initializersÆvar Arnfjörð Bjarmason1-1/+1
2021-09-27*.h _INIT macros: don't specify fields equal to 0Ævar Arnfjörð Bjarmason1-1/+1
2020-05-11http, imap-send: stop using CURLOPT_VERBOSEJonathan Tan1-0/+6
2019-11-18trace: move doc to trace.hHeba Waly1-2/+131
2019-05-05*.[ch]: manually align parameter listsDenton Liu1-5/+5
2019-05-05*.[ch]: remove extern from function declarations using sedDenton Liu1-9/+9
2019-05-05*.[ch]: remove extern from function declarations using spatchDenton Liu1-8/+8
2018-08-18trace.h: support nested performance tracingNguyễn Thái Ngọc Duy1-0/+15
2018-03-30trace.c: export trace_setup_keyNguyễn Thái Ngọc Duy1-0/+1
2017-12-06trace: improve performance while category is disabledGennady Kupava1-18/+41
2017-11-27trace: remove trace key normalizationGennady Kupava1-1/+3
2015-06-16pkt-line: support tracing verbatim pack contentsJeff King1-0/+1
2014-07-13git: add performance tracing for git's main() function to debug scriptsKarsten Blees1-0/+1
2014-07-13trace: add trace_performance facility to debug performance issuesKarsten Blees1-0/+18
2014-07-13trace: add high resolution timer function to debug performance issuesKarsten Blees1-0/+1
2014-07-13trace: add 'file:line' to all trace outputKarsten Blees1-0/+62
2014-07-13trace: move code around, in preparation to file:line outputKarsten Blees1-4/+8
2014-07-13trace: add infrastructure to augment trace output with additional infoKarsten Blees1-1/+1
2014-07-13trace: improve trace performanceKarsten Blees1-3/+13
2014-06-17trace: consistently name the format parameterKarsten Blees1-1/+1
2014-06-17trace: move trace declarations from cache.h to new trace.hKarsten Blees1-0/+17