summaryrefslogtreecommitdiff
path: root/trace2
Commit message (Expand)AuthorAgeFilesLines
* 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-231-1/+1
* cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
* alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-231-1/+3
* treewide: remove unnecessary cache.h includes in source filesElijah Newren2023-02-236-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-113-3/+14
* trace2: use designated initializers for "struct tr2_dst"Ævar Arnfjörð Bjarmason2022-02-243-3/+9
* trace2: use designated initializers for "struct tr2_tgt"Ævar Arnfjörð Bjarmason2022-02-243-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-253-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-181-2/+7
* | Merge branch 'js/trace2-raise-format-version'Junio C Hamano2021-11-121-1/+1
|\ \
| * | trace2: increment event format versionJosh Steadmon2021-11-111-1/+1
* | | Merge branch 'jh/builtin-fsmonitor-part1'Junio C Hamano2021-10-134-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-244-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-211-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
| * | trace2: remove dead code in maybe_add_string_va()Jeff Hostetler2019-08-083-15/+0
| * | trace2: trim whitespace in region messages in perf target formatJeff Hostetler2019-08-081-4/+10
| * | trace2: cleanup column alignment in perf target formatJeff Hostetler2019-08-011-10/+29
| |/
* | Merge branch 'rs/trace2-dst-warning'Junio C Hamano2019-09-301-7/+2
|\ \ | |/ |/|
| * trace2: use warning() directly in tr2_dst_malformed_warning()René Scharfe2019-08-261-7/+2
* | Merge branch 'sg/trace2-rename'Junio C Hamano2019-05-304-13/+13
|\ \
| * | trace2: rename environment variables to GIT_TRACE2*SZEDER Gábor2019-05-284-13/+13
* | | Merge branch 'jh/trace2'Junio C Hamano2019-05-301-3/+9
|\ \ \ | |/ / |/| |
| * | trace2: fix tracing when NO_PTHREADS is definedJeff Hostetler2019-05-281-3/+9
* | | Merge branch 'jh/trace2-sid-fix'Junio C Hamano2019-05-1314-93/+335
|\ \ \