Re: [GIT PULL] tracing: Updates for v5.1

2019-03-11 Thread pr-tracker-bot
The pull request you sent on Sun, 10 Mar 2019 23:40:19 -0400: > git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git > trace-v5.1 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/6cdfa54cd22984ae785b0d496b53405d6da9ad1d Thank you! -- Deet-doot-dot, I

[GIT PULL] tracing: Updates for v5.1

2019-03-10 Thread Steven Rostedt
Linus, The biggest change for this release is in the histogram code. - Add "onchange(var)" histogram handler that executes a action when $var changes. - Add new "snapshot()" action for histogram handlers, that causes a snapshot of the ring buffer when triggered. ie. onchange(var).sn