summary refs log tree commit diff
path: root/trace2.h
AgeCommit message (Expand)AuthorFilesLines
2022-02-21C99: remove hardcoded-out !HAVE_VARIADIC_MACROS codeÆvar Arnfjörð Bjarmason1-25/+0
2021-10-13Merge branch 'jh/builtin-fsmonitor-part1'Junio C Hamano1-0/+25
2021-09-28Merge branch 'en/typofixes'Junio C Hamano1-1/+1
2021-09-20trace2.h: fix trivial comment typoElijah Newren1-1/+1
2021-09-20trace2: add trace2_child_ready() to report on background childrenJeff Hostetler1-0/+25
2021-07-22tr2: log parent process nameEmily Shaffer1-0/+10
2021-07-22tr2: make process info collection platform-genericEmily Shaffer1-6/+0
2020-11-11trace2: add a public function for getting the SIDJosh Steadmon1-0/+2
2020-03-23trace2: teach Git to log environment variablesJosh Steadmon1-0/+13
2019-11-18trace2: move doc to trace2.hHeba Waly1-22/+102
2019-05-28trace2: rename environment variables to GIT_TRACE2*SZEDER Gábor1-1/+1
2019-05-13Merge branch 'jh/trace2-sid-fix'Junio C Hamano1-9/+34
2019-04-16trace2: report peak memory usage of the processJeff Hostetler1-4/+10
2019-04-16trace2: use system/global config for default trace2 settingsJeff Hostetler1-5/+7
2019-04-16trace2: refactor setting process starting timeJeff Hostetler1-0/+17
2019-03-20trace2: NULL is not allowed for va_listTorsten Bögershausen1-2/+2
2019-02-22trace2: collect Windows-specific process informationJeff Hostetler1-0/+14
2019-02-22trace2: create new combined trace facilityJeff Hostetler1-0/+371