summaryrefslogtreecommitdiffstats
path: root/trace2
AgeCommit message (Expand)AuthorLines
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano-3/+2
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren-2/+0
2023-12-26trace2/tr2_tls.h: remove unnecessary includeElijah Newren-1/+2
2023-12-09trace2: handle NULL values in tr2_sysenv config callbackJeff King-0/+2
2023-08-29trace2: mark unused config callback parameterJeff King-1/+2
2023-08-29trace2: mark unused us_elapsed_absolute parametersJeff King-18/+25
2023-08-02Merge branch 'bb/use-trace2-counters-for-fsync-stats'Junio C Hamano-0/+10
2023-07-21Merge branch 'tb/refs-exclusion-and-packed-refs'Junio C Hamano-0/+5
2023-07-20wrapper: use trace2 counters to collect fsync statsBeat Bolli-0/+10
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano-1/+0
2023-07-10refs/packed-backend.c: add trace2 counters for jump listTaylor Blau-0/+5
2023-07-06Merge branch 'gc/config-context'Junio C Hamano-12/+23
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan-1/+0
2023-06-28trace2: plumb config kviGlen Choo-10/+15
2023-06-28config: add ctx arg to config_fn_tGlen Choo-3/+9
2023-06-21git-compat-util.h: remove unneccessary include of wildmatch.hElijah Newren-0/+1
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren-0/+3
2023-03-21treewide: remove unnecessary includes of cache.hElijah Newren-4/+9
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren-0/+1
2023-02-23dir.h: refactor to no longer need to include cache.hElijah Newren-1/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren-0/+1
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren-1/+3
2023-02-23treewide: remove unnecessary cache.h includes in source filesElijah Newren-6/+7
2022-10-24trace2: add global counter mechanismJeff Hostetler-0/+268
2022-10-24trace2: add stopwatch timersJeff Hostetler-0/+424
2022-10-24trace2: convert ctx.thread_name from strbuf to pointerJeff Hostetler-10/+12
2022-10-24trace2: improve thread-name documentation in the thread-contextJeff Hostetler-6/+9
2022-10-24trace2: rename the thread_name argument to trace2_thread_startJeff Hostetler-3/+3
2022-10-24tr2tls: clarify TLS terminologyJeff Hostetler-10/+14
2022-10-24trace2: use size_t alloc,nr_open_regions in tr2tls_thread_ctxJeff Hostetler-2/+2
2022-08-11tr2: shows scope unconditionally in addition to key-value pairTeng Long-3/+14
2022-02-24trace2: use designated initializers for "struct tr2_dst"Ævar Arnfjörð Bjarmason-3/+9
2022-02-24trace2: use designated initializers for "struct tr2_tgt"Ævar Arnfjörð Bjarmason-90/+90
2021-12-15Merge branch 'ab/run-command'Junio C Hamano-4/+4
2021-12-10Merge branch 'js/trace2-avoid-recursive-errors'Junio C Hamano-2/+7
2021-11-25run-command API: remove "argv" member, always use "args"Ævar Arnfjörð Bjarmason-4/+4
2021-11-18trace2: disable tr2_dst before warning on write errorsJosh Steadmon-2/+7
2021-11-12Merge branch 'js/trace2-raise-format-version'Junio C Hamano-1/+1
2021-11-11trace2: increment event format versionJosh Steadmon-1/+1
2021-10-13Merge branch 'jh/builtin-fsmonitor-part1'Junio C Hamano-0/+56
2021-09-20trace2: add trace2_child_ready() to report on background childrenJeff Hostetler-0/+56
2021-09-07tr2: stop leaking "thread_name" memoryÆvar Arnfjörð Bjarmason-0/+1
2021-08-24Merge branch 'es/trace2-log-parent-process-name'Junio C Hamano-0/+59
2021-07-22tr2: log parent process nameEmily Shaffer-0/+59
2021-06-14Merge branch 'ab/trace2-squelch-gcc-warning'Junio C Hamano-10/+8
2021-05-21trace2: refactor to avoid gcc warning under -O3Ævar Arnfjörð Bjarmason-10/+8
2020-03-23trace2: teach Git to log environment variablesJosh Steadmon-0/+69
2019-12-01Merge branch 'en/doc-typofix'Junio C Hamano-1/+1
2019-11-10Fix spelling errors in code commentsElijah Newren-1/+1
2019-11-06trace2: add dots directly to strbuf in perf_fmt_prepare()René Scharfe-15/+2