summaryrefslogtreecommitdiffstats
path: root/trace2 (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | tr2: stop leaking "thread_name" memoryÆvar Arnfjörð Bjarmason2021-09-071-0/+1
|/ /
* | Merge branch 'es/trace2-log-parent-process-name'Junio C Hamano2021-08-254-0/+59
|\ \ | |/ |/|
| * tr2: log parent process nameEmily Shaffer2021-07-224-0/+59
* | Merge branch 'ab/trace2-squelch-gcc-warning'Junio C Hamano2021-06-141-10/+8
|\ \ | |/ |/|
| * trace2: refactor to avoid gcc warning under -O3Ævar Arnfjörð Bjarmason2021-05-201-10/+8
* | trace2: teach Git to log environment variablesJosh Steadmon2020-03-234-0/+69
* | Merge branch 'en/doc-typofix'Junio C Hamano2019-12-011-1/+1
|\ \
| * | Fix spelling errors in code commentsElijah Newren2019-11-101-1/+1
* | | trace2: add dots directly to strbuf in perf_fmt_prepare()René Scharfe2019-11-061-15/+2
|/ /
* | trace2: write discard message to sentinel filesJosh Steadmon2019-10-055-30/+53
* | trace2: discard new traces if target directory has too many filesJosh Steadmon2019-10-053-0/+89
* | Merge branch 'jh/trace2-pretty-output'Junio C Hamano2019-09-303-52/+77
|\ \
| * | trace2: cleanup whitespace in perf formatJeff Hostetler2019-08-091-11/+20
| * | trace2: cleanup whitespace in normal formatJeff Hostetler2019-08-091-10/+13
| * | trace2: trim trailing whitespace in normal format error messageJeff Hostetler2019-08-081-2/+5