Merge tag 'trace-v5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Pull more tracing updates from Steven Rostedt: - Add migrate-disable counter to tracing header - Fix error handling in event probes - Fix missed unlock in osnoise in error path - Fix merge issue with tools/bootconfig - Clean up bootconfig data when init memory is removed - Fix bootconfig to loop only on subkeys - Have kernel command lines override bootconfig options - Increase field counts for synthetic events - Have histograms dynamic allocate event elements to save space - Fixes in testing and documentation * tag 'trace-v5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace: tracing/boot: Fix to loop on only subkeys selftests/ftrace: Exclude "(fault)" in testing add/remove eprobe events tracing: Dynamically allocate the per-elt hist_elt_data array tracing: synth events: increase max fields count tools/bootconfig: Show whole test command for each test case bootconfig: Fix missing return check of xbc_node_compose_key function tools/bootconfig: Fix tracing_on option checking in ftrace2bconf.sh docs: bootconfig: Add how to use bootconfig for kernel parameters init/bootconfig: Reorder init parameter from bootconfig and cmdline init: bootconfig: Remove all bootconfig data when the init memory is removed tracing/osnoise: Fix missed cpus_read_unlock() in start_per_cpu_kthreads() tracing: Fix some alloc_event_probe() error handling bugs tracing: Add migrate-disabled counter to tracing output.
Showing
- Documentation/admin-guide/bootconfig.rst 38 additions, 1 deletionDocumentation/admin-guide/bootconfig.rst
- init/main.c 26 additions, 11 deletionsinit/main.c
- kernel/trace/trace.c 19 additions, 7 deletionskernel/trace/trace.c
- kernel/trace/trace_boot.c 3 additions, 3 deletionskernel/trace/trace_boot.c
- kernel/trace/trace_eprobe.c 3 additions, 2 deletionskernel/trace/trace_eprobe.c
- kernel/trace/trace_events.c 1 addition, 0 deletionskernel/trace/trace_events.c
- kernel/trace/trace_events_hist.c 12 additions, 2 deletionskernel/trace/trace_events_hist.c
- kernel/trace/trace_osnoise.c 3 additions, 3 deletionskernel/trace/trace_osnoise.c
- kernel/trace/trace_output.c 8 additions, 3 deletionskernel/trace/trace_output.c
- kernel/trace/trace_synth.h 1 addition, 1 deletionkernel/trace/trace_synth.h
- tools/bootconfig/main.c 3 additions, 1 deletiontools/bootconfig/main.c
- tools/bootconfig/scripts/ftrace2bconf.sh 2 additions, 2 deletionstools/bootconfig/scripts/ftrace2bconf.sh
- tools/bootconfig/test-bootconfig.sh 2 additions, 2 deletionstools/bootconfig/test-bootconfig.sh
- tools/testing/selftests/ftrace/test.d/dynevent/add_remove_eprobe.tc 1 addition, 1 deletion...ing/selftests/ftrace/test.d/dynevent/add_remove_eprobe.tc
Loading
Please register or sign in to comment