]> git.eshelyaron.com Git - emacs.git/commit
Tune Tramp traces
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 7 May 2021 11:04:28 +0000 (13:04 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 7 May 2021 11:04:28 +0000 (13:04 +0200)
commit70bfcbcdd328775d0fcac5ec06b797e227fc032a
tree20fb2b7bd138022b9bf1cb50fc264a74119443d9
parent704755a568300985caa9e143f46f17d364e5eda9
Tune Tramp traces

* doc/misc/tramp.texi (Traces and Profiles): Describe call traces.

* lisp/net/tramp-compat.el: Add `tramp-suppress-trace' property for all
functions.

* lisp/net/tramp.el (tramp-verbose): Adapt docstring.
(tramp-file-name-method, tramp-file-name-user)
(tramp-file-name-domain, tramp-file-name-host)
(tramp-file-name-port, tramp-file-name-localname)
(tramp-file-name-hop, tramp-file-name-user-domain)
(tramp-file-name-host-port, tramp-file-name-port-or-default)
(tramp-tramp-file-p, tramp-find-method, tramp-find-user)
(tramp-find-host, tramp-dissect-file-name)
(tramp-dissect-hop-name, tramp-debug-buffer-name)
(tramp-debug-outline-level, tramp-get-debug-buffer)
(tramp-get-debug-file-name, tramp-read-passwd)
(tramp-clear-passwd): Add `tramp-suppress-trace' property.
(tramp-debug-message): Activate call traces.

* test/lisp/net/tramp-tests.el (tramp--test-instrument-test-case): Simplify.
doc/misc/tramp.texi
lisp/net/tramp-compat.el
lisp/net/tramp.el
test/lisp/net/tramp-tests.el