summaryrefslogtreecommitdiffstats
path: root/trace2.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* __attribute__: trace2_region_enter_printf() is like "printf"Junio C Hamano2024-06-101-0/+1
* trace2: fix signature of trace2_def_param() macroJeff Hostetler2023-11-231-2/+2
* Merge branch 'bb/use-trace2-counters-for-fsync-stats'Junio C Hamano2023-08-021-0/+4
|\
| * wrapper: use trace2 counters to collect fsync statsBeat Bolli2023-07-201-0/+4
* | Merge branch 'bb/trace2-comment-fix'Junio C Hamano2023-07-281-1/+1
|\ \
| * | trace2: fix a commentBeat Bolli2023-07-201-1/+1
* | | Merge branch 'tb/refs-exclusion-and-packed-refs'Junio C Hamano2023-07-211-0/+2
|\ \ \ | |_|/ |/| |
| * | refs/packed-backend.c: add trace2 counters for jump listTaylor Blau2023-07-101-0/+2
| |/
* / trace2: plumb config kviGlen Choo2023-06-281-1/+2
|/
* 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-221-25/+0
* Merge branch 'jh/builtin-fsmonitor-part1'Junio C Hamano2021-10-141-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-121-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-231-0/+14
* trace2: create new combined trace facilityJeff Hostetler2019-02-231-0/+371