summaryrefslogtreecommitdiff
path: root/trace2/tr2_tls.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-31trace2: remove use of xcalloc()Derrick Stolee1-2/+39
2026-08-31trace2: remove use of ALLOC_GROW()Derrick Stolee1-1/+33
2026-08-31banned-die: create header for banning of functionsDerrick Stolee1-0/+2
2024-09-27trace2: destroy context stored in thread-local storagePatrick Steinhardt1-1/+9
2023-12-26trace2/tr2_tls.h: remove unnecessary includeElijah Newren1-0/+1
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan1-1/+0
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren1-1/+3
2022-10-24trace2: add stopwatch timersJeff Hostetler1-0/+10
2022-10-24trace2: convert ctx.thread_name from strbuf to pointerJeff Hostetler1-7/+9
2022-10-24trace2: rename the thread_name argument to trace2_thread_startJeff Hostetler1-2/+2
2022-10-24tr2tls: clarify TLS terminologyJeff Hostetler1-3/+3
2021-09-07tr2: stop leaking "thread_name" memoryÆvar Arnfjörð Bjarmason1-0/+1
2019-05-30Merge branch 'jh/trace2'Junio C Hamano1-3/+9
2019-05-28trace2: fix tracing when NO_PTHREADS is definedJeff Hostetler1-3/+9
2019-04-16trace2: refactor setting process starting timeJeff Hostetler1-14/+24
2019-02-22trace2: create new combined trace facilityJeff Hostetler1-0/+164