]> git.ipfire.org Git - thirdparty/git.git/commit - trace2/tr2_dst.c
Merge branch 'jh/trace2-sid-fix'
authorJunio C Hamano <gitster@pobox.com>
Mon, 13 May 2019 14:50:31 +0000 (23:50 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 May 2019 14:50:31 +0000 (23:50 +0900)
commit5b2d1c0c6eceb5fd6c9527bc2863179644dce840
tree157db719b486e9bdd971efc9aa15fca4e77a3681
parent6a6c0f10a70a6eb101c213b09ae82a9cad252743
parentf672deec2d56b0d7ae64ce3efd918e02efc58b9c
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()
Documentation/technical/api-trace2.txt
Makefile
config.c
t/t0210-trace2-normal.sh
trace2.c
trace2.h
trace2/tr2_dst.c
trace2/tr2_tgt_event.c
trace2/tr2_tgt_normal.c
trace2/tr2_tgt_perf.c