Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trace2/tr2_tls.h: remove unnecessary include | Elijah Newren | 2023-12-26 | 1 | -0/+1 |
* | git-compat-util: move alloc macros to git-compat-util.h | Calvin Wan | 2023-07-05 | 1 | -1/+0 |
* | alloc.h: move ALLOC_GROW() functions from cache.h | Elijah Newren | 2023-02-24 | 1 | -1/+3 |
* | trace2: add stopwatch timers | Jeff Hostetler | 2022-10-24 | 1 | -0/+10 |
* | trace2: convert ctx.thread_name from strbuf to pointer | Jeff Hostetler | 2022-10-24 | 1 | -7/+9 |
* | trace2: rename the thread_name argument to trace2_thread_start | Jeff Hostetler | 2022-10-24 | 1 | -2/+2 |
* | tr2tls: clarify TLS terminology | Jeff Hostetler | 2022-10-24 | 1 | -3/+3 |
* | tr2: stop leaking "thread_name" memory | Ævar Arnfjörð Bjarmason | 2021-09-07 | 1 | -0/+1 |
* | Merge branch 'jh/trace2' | Junio C Hamano | 2019-05-30 | 1 | -3/+9 |
|\ | |||||
| * | trace2: fix tracing when NO_PTHREADS is defined | Jeff Hostetler | 2019-05-28 | 1 | -3/+9 |
* | | trace2: refactor setting process starting time | Jeff Hostetler | 2019-04-16 | 1 | -14/+24 |
|/ | |||||
* | trace2: create new combined trace facility | Jeff Hostetler | 2019-02-23 | 1 | -0/+164 |