summaryrefslogtreecommitdiffstats
path: root/trace2 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ak/typofix-2.46-maint'Junio C Hamano2024-10-042-2/+2
|\
| * trace2: fix typosAndrew Kreimer2024-10-032-2/+2
* | Merge branch 'ps/leakfixes-part-7'Junio C Hamano2024-10-021-1/+9
|\ \
| * | trace2: destroy context stored in thread-local storagePatrick Steinhardt2024-09-271-1/+9
* | | Merge branch 'ps/reftable-exclude'Junio C Hamano2024-09-251-0/+5
|\ \ \
| * | | refs/reftable: wire up support for exclude patternsPatrick Steinhardt2024-09-161-0/+5
| |/ /
* | | Merge branch 'ps/environ-wo-the-repository'Junio C Hamano2024-09-231-1/+3
|\ \ \ | |/ / |/| |
| * | config: make dependency on repo in `read_early_config()` explicitPatrick Steinhardt2024-09-121-1/+3
| |/
* / trace2: implement trace2_printf() for event targetJosh Steadmon2024-08-231-2/+20
|/
* Merge branch 'en/header-cleanup'Junio C Hamano2024-01-085-3/+2
|\
| * treewide: remove unnecessary includes in source filesElijah Newren2023-12-262-2/+0
| * trace2/tr2_tls.h: remove unnecessary includeElijah Newren2023-12-263-1/+2
* | trace2: handle NULL values in tr2_sysenv config callbackJeff King2023-12-091-0/+2
|/
* trace2: mark unused config callback parameterJeff King2023-08-301-1/+2
* trace2: mark unused us_elapsed_absolute parametersJeff King2023-08-302-18/+25
* Merge branch 'bb/use-trace2-counters-for-fsync-stats'Junio C Hamano2023-08-021-0/+10
|\
| * wrapper: use trace2 counters to collect fsync statsBeat Bolli2023-07-201-0/+10
* | Merge branch 'tb/refs-exclusion-and-packed-refs'Junio C Hamano2023-07-211-0/+5
|\ \ | |/ |/|
| * refs/packed-backend.c: add trace2 counters for jump listTaylor Blau2023-07-101-0/+5
* | Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano2023-07-171-1/+0
|\ \
| * | git-compat-util: move alloc macros to git-compat-util.hCalvin Wan2023-07-051-1/+0
* | | Merge branch 'gc/config-context'Junio C Hamano2023-07-066-12/+23
|\ \ \ | |/ / |/| |
| * | trace2: plumb config kviGlen Choo2023-06-285-10/+15
| * | config: add ctx arg to config_fn_tGlen Choo2023-06-282-3/+9
| |/
* / git-compat-util.h: remove unneccessary include of wildmatch.hElijah Newren2023-06-211-0/+1
|/
* hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren2023-04-243-0/+3
* treewide: remove unnecessary includes of cache.hElijah Newren2023-03-214-4/+9
* abspath.h: move absolute path functions from cache.hElijah Newren2023-03-211-0/+1
* dir.h: refactor to no longer need to include cache.hElijah Newren2023-02-241-1/+1
* cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-241-0/+1
* alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-241-1/+3
* treewide: remove unnecessary cache.h includes in source filesElijah Newren2023-02-246-6/+7
* trace2: add global counter mechanismJeff Hostetler2022-10-247-0/+268
* trace2: add stopwatch timersJeff Hostetler2022-10-248-0/+424
* trace2: convert ctx.thread_name from strbuf to pointerJeff Hostetler2022-10-244-10/+12
* trace2: improve thread-name documentation in the thread-contextJeff Hostetler2022-10-241-6/+9
* trace2: rename the thread_name argument to trace2_thread_startJeff Hostetler2022-10-242-3/+3
* tr2tls: clarify TLS terminologyJeff Hostetler2022-10-242-10/+14
* trace2: use size_t alloc,nr_open_regions in tr2tls_thread_ctxJeff Hostetler2022-10-241-2/+2
* tr2: shows scope unconditionally in addition to key-value pairTeng Long2022-08-123-3/+14
* trace2: use designated initializers for "struct tr2_dst"Ævar Arnfjörð Bjarmason2022-02-253-3/+9
* trace2: use designated initializers for "struct tr2_tgt"Ævar Arnfjörð Bjarmason2022-02-253-90/+90
* Merge branch 'ab/run-command'Junio C Hamano2021-12-153-4/+4
|\
| * run-command API: remove "argv" member, always use "args"Ævar Arnfjörð Bjarmason2021-11-263-4/+4
* | Merge branch 'js/trace2-avoid-recursive-errors'Junio C Hamano2021-12-101-2/+7
|\ \ | |/ |/|
| * trace2: disable tr2_dst before warning on write errorsJosh Steadmon2021-11-191-2/+7
* | Merge branch 'js/trace2-raise-format-version'Junio C Hamano2021-11-131-1/+1
|\ \
| * | trace2: increment event format versionJosh Steadmon2021-11-121-1/+1
* | | Merge branch 'jh/builtin-fsmonitor-part1'Junio C Hamano2021-10-144-0/+56
|\| |
| * | trace2: add trace2_child_ready() to report on background childrenJeff Hostetler2021-09-204-0/+56