]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ab/tr2-leaks-and-fixes'
authorJunio C Hamano <gitster@pobox.com>
Mon, 20 Sep 2021 22:20:40 +0000 (15:20 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 20 Sep 2021 22:20:40 +0000 (15:20 -0700)
The tracing of process ancestry information has been enhanced.

* ab/tr2-leaks-and-fixes:
  tr2: log N parent process names on Linux
  tr2: do compiler enum check in trace2_collect_process_info()
  tr2: leave the parent list empty upon failure & don't leak memory
  tr2: stop leaking "thread_name" memory
  tr2: clarify TRACE2_PROCESS_INFO_EXIT comment under Linux
  tr2: remove NEEDSWORK comment for "non-procfs" implementations


Trivial merge