This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 25edbc383b72 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...] new 66df27f19f7d tracing/osnoise: Do not follow tracing_cpumask new c3b6343c0dc4 tracing/osnoise: Improve comments about barrier need for N [...] new 15ca4bdb0327 tracing/osnoise: Split workload start from the tracer start new 2bd1bdf01fb2 tracing/osnoise: Use start/stop_per_cpu_kthreads() on osno [...] new dae181349f1e tracing/osnoise: Support a list of trace_array *tr new ccb6754495ef tracing/osnoise: Remove TIMERLAT ifdefs from inside functions new 2fac8d6486d5 tracing/osnoise: Allow multiple instances of the same tracer new b14f4568d391 tracing/osnoise: Remove STACKTRACE ifdefs from inside functions new 01e181c776fd tracing/osnoise: Remove PREEMPT_RT ifdefs from inside functions new 8b5d46fd7a38 tracing/histogram: Optimize division by constants new 0ca6d12c9768 tracing/histogram: Update division by 0 documentation new 6a6e5ef2b27f tracing/histogram: Document hist trigger variables new 4e9f63c9e5c2 tracing/selftests: Add tests for hist trigger expression parsing new 67d4f6e3bf5d ftrace/samples: Add missing prototype for my_direct_func new e1fd0b2acde6 Merge tag 'trace-v5.16-2' of git://git.kernel.org/pub/scm/ [...] new c48a14dca2cb JFS: fix memleak in jfs_mount new 655fedaad36c Merge tag 'jfs-5.16' of git://github.com/kleikamp/linux-shaggy
The 17 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/trace/histogram.rst | 3 +- fs/jfs/jfs_mount.c | 51 +- kernel/trace/trace.c | 11 + kernel/trace/trace_events_hist.c | 105 +++- kernel/trace/trace_osnoise.c | 615 +++++++++++++++------ samples/ftrace/ftrace-direct-multi.c | 2 + .../test.d/trigger/trigger-hist-expressions.tc | 63 +++ 7 files changed, 638 insertions(+), 212 deletions(-) create mode 100644 tools/testing/selftests/ftrace/test.d/trigger/trigger-hist-expr [...]