aboutsummaryrefslogtreecommitdiffstats
path: root/trace2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-15trace2: avoid "futile conditional"Johannes Schindelin1-19/+5
2025-03-03trace2/tr2_sysenv.c: *.txt -> *.adoc fixesTodd Zullinger1-1/+1
2025-01-31global: adapt callers to use generic hash context helpersPatrick Steinhardt1-2/+2
2025-01-31hash: stop typedeffing the hash contextPatrick Steinhardt1-1/+1
2025-01-29Merge branch 'am/trace2-with-valueless-true'Junio C Hamano3-5/+8
2025-01-23trace2: prevent segfault on config collection with valueless trueAdam Murray3-5/+8
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt3-0/+6
2024-10-04Merge branch 'ak/typofix-2.46-maint'Junio C Hamano2-2/+2
2024-10-03trace2: fix typosAndrew Kreimer2-2/+2
2024-10-02Merge branch 'ps/leakfixes-part-7'Junio C Hamano1-1/+9
2024-09-27trace2: destroy context stored in thread-local storagePatrick Steinhardt1-1/+9
2024-09-25Merge branch 'ps/reftable-exclude'Junio C Hamano1-0/+5
2024-09-23Merge branch 'ps/environ-wo-the-repository'Junio C Hamano1-1/+3
2024-09-16refs/reftable: wire up support for exclude patternsPatrick Steinhardt1-0/+5
2024-09-12config: make dependency on repo in `read_early_config()` explicitPatrick Steinhardt1-1/+3
2024-08-22trace2: implement trace2_printf() for event targetJosh Steadmon1-2/+20
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano5-3/+2
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren2-2/+0
2023-12-26trace2/tr2_tls.h: remove unnecessary includeElijah Newren3-1/+2
2023-12-09trace2: handle NULL values in tr2_sysenv config callbackJeff King1-0/+2
2023-08-29trace2: mark unused config callback parameterJeff King1-1/+2
2023-08-29trace2: mark unused us_elapsed_absolute parametersJeff King2-18/+25
2023-08-02Merge branch 'bb/use-trace2-counters-for-fsync-stats'Junio C Hamano1-0/+10
2023-07-21Merge branch 'tb/refs-exclusion-and-packed-refs'Junio C Hamano1-0/+5
2023-07-20wrapper: use trace2 counters to collect fsync statsBeat Bolli1-0/+10
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano1-1/+0
2023-07-10refs/packed-backend.c: add trace2 counters for jump listTaylor Blau1-0/+5
2023-07-06Merge branch 'gc/config-context'Junio C Hamano6-12/+23
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan1-1/+0
2023-06-28trace2: plumb config kviGlen Choo5-10/+15
2023-06-28config: add ctx arg to config_fn_tGlen Choo2-3/+9
2023-06-21git-compat-util.h: remove unneccessary include of wildmatch.hElijah Newren1-0/+1
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren3-0/+3
2023-03-21treewide: remove unnecessary includes of cache.hElijah Newren4-4/+9
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren1-0/+1
2023-02-23dir.h: refactor to no longer need to include cache.hElijah Newren1-1/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren1-1/+3
2023-02-23treewide: remove unnecessary cache.h includes in source filesElijah Newren6-6/+7
2022-10-24trace2: add global counter mechanismJeff Hostetler7-0/+268
2022-10-24trace2: add stopwatch timersJeff Hostetler8-0/+424
2022-10-24trace2: convert ctx.thread_name from strbuf to pointerJeff Hostetler4-10/+12
2022-10-24trace2: improve thread-name documentation in the thread-contextJeff Hostetler1-6/+9
2022-10-24trace2: rename the thread_name argument to trace2_thread_startJeff Hostetler2-3/+3
2022-10-24tr2tls: clarify TLS terminologyJeff Hostetler2-10/+14
2022-10-24trace2: use size_t alloc,nr_open_regions in tr2tls_thread_ctxJeff Hostetler1-2/+2
2022-08-11tr2: shows scope unconditionally in addition to key-value pairTeng Long3-3/+14
2022-02-24trace2: use designated initializers for "struct tr2_dst"Ævar Arnfjörð Bjarmason3-3/+9
2022-02-24trace2: use designated initializers for "struct tr2_tgt"Ævar Arnfjörð Bjarmason3-90/+90
2021-12-15Merge branch 'ab/run-command'Junio C Hamano3-4/+4