index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
trace2
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
trace2: mark unused config callback parameter
Jeff King
2023-08-30
1
-1
/
+2
*
trace2: mark unused us_elapsed_absolute parameters
Jeff King
2023-08-30
2
-18
/
+25
*
Merge branch 'bb/use-trace2-counters-for-fsync-stats'
Junio C Hamano
2023-08-02
1
-0
/
+10
|
\
|
*
wrapper: use trace2 counters to collect fsync stats
Beat Bolli
2023-07-20
1
-0
/
+10
*
|
Merge branch 'tb/refs-exclusion-and-packed-refs'
Junio C Hamano
2023-07-21
1
-0
/
+5
|
\
\
|
|
/
|
/
|
|
*
refs/packed-backend.c: add trace2 counters for jump list
Taylor Blau
2023-07-10
1
-0
/
+5
*
|
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
2023-07-17
1
-1
/
+0
|
\
\
|
*
|
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
2023-07-05
1
-1
/
+0
*
|
|
Merge branch 'gc/config-context'
Junio C Hamano
2023-07-06
6
-12
/
+23
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
trace2: plumb config kvi
Glen Choo
2023-06-28
5
-10
/
+15
|
*
|
config: add ctx arg to config_fn_t
Glen Choo
2023-06-28
2
-3
/
+9
|
|
/
*
/
git-compat-util.h: remove unneccessary include of wildmatch.h
Elijah Newren
2023-06-21
1
-0
/
+1
|
/
*
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
2023-04-24
3
-0
/
+3
*
treewide: remove unnecessary includes of cache.h
Elijah Newren
2023-03-21
4
-4
/
+9
*
abspath.h: move absolute path functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
dir.h: refactor to no longer need to include cache.h
Elijah Newren
2023-02-24
1
-1
/
+1
*
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
1
-0
/
+1
*
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2023-02-24
1
-1
/
+3
*
treewide: remove unnecessary cache.h includes in source files
Elijah Newren
2023-02-24
6
-6
/
+7
*
trace2: add global counter mechanism
Jeff Hostetler
2022-10-24
7
-0
/
+268
*
trace2: add stopwatch timers
Jeff Hostetler
2022-10-24
8
-0
/
+424
*
trace2: convert ctx.thread_name from strbuf to pointer
Jeff Hostetler
2022-10-24
4
-10
/
+12
*
trace2: improve thread-name documentation in the thread-context
Jeff Hostetler
2022-10-24
1
-6
/
+9
*
trace2: rename the thread_name argument to trace2_thread_start
Jeff Hostetler
2022-10-24
2
-3
/
+3
*
tr2tls: clarify TLS terminology
Jeff Hostetler
2022-10-24
2
-10
/
+14
*
trace2: use size_t alloc,nr_open_regions in tr2tls_thread_ctx
Jeff Hostetler
2022-10-24
1
-2
/
+2
*
tr2: shows scope unconditionally in addition to key-value pair
Teng Long
2022-08-12
3
-3
/
+14
*
trace2: use designated initializers for "struct tr2_dst"
Ævar Arnfjörð Bjarmason
2022-02-25
3
-3
/
+9
*
trace2: use designated initializers for "struct tr2_tgt"
Ævar Arnfjörð Bjarmason
2022-02-25
3
-90
/
+90
*
Merge branch 'ab/run-command'
Junio C Hamano
2021-12-15
3
-4
/
+4
|
\
|
*
run-command API: remove "argv" member, always use "args"
Ævar Arnfjörð Bjarmason
2021-11-26
3
-4
/
+4
*
|
Merge branch 'js/trace2-avoid-recursive-errors'
Junio C Hamano
2021-12-10
1
-2
/
+7
|
\
\
|
|
/
|
/
|
|
*
trace2: disable tr2_dst before warning on write errors
Josh Steadmon
2021-11-19
1
-2
/
+7
*
|
Merge branch 'js/trace2-raise-format-version'
Junio C Hamano
2021-11-13
1
-1
/
+1
|
\
\
|
*
|
trace2: increment event format version
Josh Steadmon
2021-11-12
1
-1
/
+1
*
|
|
Merge branch 'jh/builtin-fsmonitor-part1'
Junio C Hamano
2021-10-14
4
-0
/
+56
|
\
|
|
|
*
|
trace2: add trace2_child_ready() to report on background children
Jeff Hostetler
2021-09-20
4
-0
/
+56
*
|
|
tr2: stop leaking "thread_name" memory
Ævar Arnfjörð Bjarmason
2021-09-07
1
-0
/
+1
|
/
/
*
|
Merge branch 'es/trace2-log-parent-process-name'
Junio C Hamano
2021-08-25
4
-0
/
+59
|
\
\
|
|
/
|
/
|
|
*
tr2: log parent process name
Emily Shaffer
2021-07-22
4
-0
/
+59
*
|
Merge branch 'ab/trace2-squelch-gcc-warning'
Junio C Hamano
2021-06-14
1
-10
/
+8
|
\
\
|
|
/
|
/
|
|
*
trace2: refactor to avoid gcc warning under -O3
Ævar Arnfjörð Bjarmason
2021-05-20
1
-10
/
+8
*
|
trace2: teach Git to log environment variables
Josh Steadmon
2020-03-23
4
-0
/
+69
*
|
Merge branch 'en/doc-typofix'
Junio C Hamano
2019-12-01
1
-1
/
+1
|
\
\
|
*
|
Fix spelling errors in code comments
Elijah Newren
2019-11-10
1
-1
/
+1
*
|
|
trace2: add dots directly to strbuf in perf_fmt_prepare()
René Scharfe
2019-11-06
1
-15
/
+2
|
/
/
*
|
trace2: write discard message to sentinel files
Josh Steadmon
2019-10-05
5
-30
/
+53
*
|
trace2: discard new traces if target directory has too many files
Josh Steadmon
2019-10-05
3
-0
/
+89
*
|
Merge branch 'jh/trace2-pretty-output'
Junio C Hamano
2019-09-30
3
-52
/
+77
|
\
\
|
*
|
trace2: cleanup whitespace in perf format
Jeff Hostetler
2019-08-09
1
-11
/
+20
[next]