summaryrefslogtreecommitdiffstats
path: root/trace2/tr2_tls.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* trace2: destroy context stored in thread-local storagePatrick Steinhardt2024-09-271-1/+9
* trace2/tr2_tls.h: remove unnecessary includeElijah Newren2023-12-261-0/+1
* git-compat-util: move alloc macros to git-compat-util.hCalvin Wan2023-07-051-1/+0
* alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-241-1/+3
* trace2: add stopwatch timersJeff Hostetler2022-10-241-0/+10
* trace2: convert ctx.thread_name from strbuf to pointerJeff Hostetler2022-10-241-7/+9
* trace2: rename the thread_name argument to trace2_thread_startJeff Hostetler2022-10-241-2/+2
* tr2tls: clarify TLS terminologyJeff Hostetler2022-10-241-3/+3
* tr2: stop leaking "thread_name" memoryÆvar Arnfjörð Bjarmason2021-09-071-0/+1
* Merge branch 'jh/trace2'Junio C Hamano2019-05-301-3/+9
|\
| * trace2: fix tracing when NO_PTHREADS is definedJeff Hostetler2019-05-281-3/+9
* | trace2: refactor setting process starting timeJeff Hostetler2019-04-161-14/+24
|/
* trace2: create new combined trace facilityJeff Hostetler2019-02-231-0/+164