]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commit76f5fdc2032d639c9a61ce7f49533a53884f05f6
tree511b266cee9eb232fe6d7d6d465467ea89ed1fdd
parent11e5d0a262c9ba664b7203a279513385bf055745
parent2d3491b117c6dd08e431acc3904a546c4304d276
Merge branch 'ab/tr2-leaks-and-fixes'

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