summaryrefslogtreecommitdiffstats
path: root/trace2 (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-12-10Merge branch 'js/trace2-avoid-recursive-errors'Junio C Hamano1-2/+7
2021-11-25run-command API: remove "argv" member, always use "args"Ævar Arnfjörð Bjarmason3-4/+4
2021-11-18trace2: disable tr2_dst before warning on write errorsJosh Steadmon1-2/+7
2021-11-12Merge branch 'js/trace2-raise-format-version'Junio C Hamano1-1/+1
2021-11-11trace2: increment event format versionJosh Steadmon1-1/+1
2021-10-13Merge branch 'jh/builtin-fsmonitor-part1'Junio C Hamano4-0/+56
2021-09-20trace2: add trace2_child_ready() to report on background childrenJeff Hostetler4-0/+56
2021-09-07tr2: stop leaking "thread_name" memoryÆvar Arnfjörð Bjarmason1-0/+1
2021-08-24Merge branch 'es/trace2-log-parent-process-name'Junio C Hamano4-0/+59
2021-07-22tr2: log parent process nameEmily Shaffer4-0/+59
2021-06-14Merge branch 'ab/trace2-squelch-gcc-warning'Junio C Hamano1-10/+8
2021-05-21trace2: refactor to avoid gcc warning under -O3Ævar Arnfjörð Bjarmason1-10/+8
2020-03-23trace2: teach Git to log environment variablesJosh Steadmon4-0/+69
2019-12-01Merge branch 'en/doc-typofix'Junio C Hamano1-1/+1
2019-11-10Fix spelling errors in code commentsElijah Newren1-1/+1
2019-11-06trace2: add dots directly to strbuf in perf_fmt_prepare()René Scharfe1-15/+2