summaryrefslogtreecommitdiff
path: root/trace2.h
Commit message (Expand)AuthorAgeFilesLines
* trace2: add global counter mechanismJeff Hostetler2022-10-241-0/+37
* trace2: add stopwatch timersJeff Hostetler2022-10-241-0/+43
* trace2: rename the thread_name argument to trace2_thread_startJeff Hostetler2022-10-241-5/+6
* tr2tls: clarify TLS terminologyJeff Hostetler2022-10-241-5/+5
* common-main.c: move non-trace2 exit() behavior out of trace2.cÆvar Arnfjörð Bjarmason2022-06-021-7/+1
* C99: remove hardcoded-out !HAVE_VARIADIC_MACROS codeÆvar Arnfjörð Bjarmason2022-02-211-25/+0
* Merge branch 'jh/builtin-fsmonitor-part1'Junio C Hamano2021-10-131-0/+25
|\
| * trace2: add trace2_child_ready() to report on background childrenJeff Hostetler2021-09-201-0/+25
* | Merge branch 'en/typofixes'Junio C Hamano2021-09-281-1/+1
|\ \ | |/ |/|
| * trace2.h: fix trivial comment typoElijah Newren2021-09-201-1/+1
* | tr2: log parent process nameEmily Shaffer2021-07-221-0/+10
* | tr2: make process info collection platform-genericEmily Shaffer2021-07-221-6/+0
|/
* trace2: add a public function for getting the SIDJosh Steadmon2020-11-111-0/+2
* trace2: teach Git to log environment variablesJosh Steadmon2020-03-231-0/+13
* trace2: move doc to trace2.hHeba Waly2019-11-181-22/+102
* trace2: rename environment variables to GIT_TRACE2*SZEDER Gábor2019-05-281-1/+1
* Merge branch 'jh/trace2-sid-fix'Junio C Hamano2019-05-131-9/+34
|\
| * trace2: report peak memory usage of the processJeff Hostetler2019-04-161-4/+10
| * trace2: use system/global config for default trace2 settingsJeff Hostetler2019-04-161-5/+7
| * trace2: refactor setting process starting timeJeff Hostetler2019-04-161-0/+17
* | trace2: NULL is not allowed for va_listTorsten Bögershausen2019-03-201-2/+2
|/
* trace2: collect Windows-specific process informationJeff Hostetler2019-02-221-0/+14
* trace2: create new combined trace facilityJeff Hostetler2019-02-221-0/+371