1
0
mirror of https://github.com/git/git.git synced 2024-09-29 19:01:25 +02:00
git/trace2
Junio C Hamano 5b2d1c0c6e Merge branch 'jh/trace2-sid-fix'
Polishing of the new trace2 facility continues.  The system-level
configuration can specify site-wide trace2 settings, which can be
overridden with per-user configuration and environment variables.

* jh/trace2-sid-fix:
  trace2: fixup access problem on /etc/gitconfig in read_very_early_config
  trace2: update docs to describe system/global config settings
  trace2: make SIDs more unique
  trace2: clarify UTC datetime formatting
  trace2: report peak memory usage of the process
  trace2: use system/global config for default trace2 settings
  config: add read_very_early_config()
  trace2: find exec-dir before trace2 initialization
  trace2: add absolute elapsed time to start event
  trace2: refactor setting process starting time
  config: initialize opts structure in repo_read_config()
2019-05-13 23:50:31 +09:00
..
tr2_cfg.c
tr2_cfg.h
tr2_cmd_name.c
tr2_cmd_name.h
tr2_dst.c Merge branch 'jh/trace2-sid-fix' 2019-05-13 23:50:31 +09:00
tr2_dst.h
tr2_sid.c
tr2_sid.h
tr2_sysenv.c
tr2_sysenv.h
tr2_tbuf.c
tr2_tbuf.h
tr2_tgt_event.c Merge branch 'jh/trace2-sid-fix' 2019-05-13 23:50:31 +09:00
tr2_tgt_normal.c Merge branch 'jh/trace2-sid-fix' 2019-05-13 23:50:31 +09:00
tr2_tgt_perf.c Merge branch 'jh/trace2-sid-fix' 2019-05-13 23:50:31 +09:00
tr2_tgt.h
tr2_tls.c
tr2_tls.h