summary refs log tree commit diff
path: root/trace2.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-30trace2: add stats for fsync operationsNeeraj Singh1-0/+1
2022-02-21C99: remove hardcoded-out !HAVE_VARIADIC_MACROS codeÆvar Arnfjörð Bjarmason1-39/+0
2021-09-20trace2: add trace2_child_ready() to report on background childrenJeff Hostetler1-0/+31
2021-07-22tr2: log parent process nameEmily Shaffer1-0/+13
2020-11-11trace2: add a public function for getting the SIDJosh Steadmon1-0/+5
2020-03-23trace2: teach Git to log environment variablesJosh Steadmon1-0/+9
2019-05-13Merge branch 'jh/trace2'Junio C Hamano1-1/+1
2019-05-13Merge branch 'jh/trace2-sid-fix'Junio C Hamano1-2/+19
2019-04-26trace2: fix incorrect function pointer checkJosh Steadmon1-1/+1
2019-04-16trace2: report peak memory usage of the processJeff Hostetler1-0/+2
2019-04-16trace2: use system/global config for default trace2 settingsJeff Hostetler1-0/+4
2019-04-16trace2: add absolute elapsed time to start eventJeff Hostetler1-1/+7
2019-04-16trace2: refactor setting process starting timeJeff Hostetler1-1/+6
2019-03-20trace2: NULL is not allowed for va_listTorsten Bögershausen1-4/+11
2019-02-22trace2: create new combined trace facilityJeff Hostetler1-0/+761