commit | 4bda1d7a5392f2ab45f86c075f83670a09f641e6 | [log] [tgz] |
---|---|---|
author | Brian Norris <briannorris@chromium.org> | Wed Oct 21 11:24:15 2020 -0700 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Oct 22 21:58:17 2020 +0000 |
tree | c8d38b9d7131b6a8c5a52a6ba3ef2f13fd68856b | |
parent | cf329ea2d31ad550a9ba1b9b6cfa00dc7f1c9da3 [diff] |
trace-cmd: upgraded package to upstream Upgraded dev-util/trace-cmd to version 2.9.1. To pick up this, for one: https://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git/commit/?id=5502bcef0f962cda73f6fd86d5742711b8094b1a trace-cmd: Handle filtered PIDs per ftarce instance The '-c' option will follow children for both trace events and for ftrace now. BUG=none TEST=run it, e.g., to ftrace powerd and its subprocesses: `trace-cmd record -p function -l '*' -P $(pidof powerd) -c` Change-Id: Ie7ae599a4493f0dafeb2ed5741ad92779256cb08 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/portage-stable/+/2490229 Tested-by: Brian Norris <briannorris@chromium.org> Reviewed-by: Chris McDonald <cjmcdonald@chromium.org> Commit-Queue: Brian Norris <briannorris@chromium.org>