linux-yocto/tools/testing/selftests/ftrace/test.d/dynevent
Linus Torvalds 5159938e10 Probes updates for v6.12:
- uprobes: make trace_uprobe->nhit counter a per-CPU one
    This makes uprobe event's hit counter per-CPU for improving
    scalability on multi-core environment.
 
 - kprobes: Remove obsoleted declaration for init_test_probes
    Remove unused init_test_probes() from header.
 
 - Raw tracepoint probe supports raw tracepoint events on modules.
    The tracepoint events using fprobe were introduced in v6.5, but
    tracepoints can be compiled in modules. This supports such a case.
    This includes the following improvements.
   . tracepoint: add a function for iterating over all tracepoints in
     all modules.
   . tracepoint: Add a function for iterating over tracepoints in a
     module.
   . tracing/fprobe: Support raw tracepoint events on modules.
   . tracing/fprobe: Support raw tracepoints on future loaded modules.
      This allows user to add tracepoint events on modules which is
      not loaded yet.
   . selftests/tracing: Add a test for tracepoint events on modules.
 -----BEGIN PGP SIGNATURE-----
 
 iQEzBAABCgAdFiEEh7BulGwFlgAOi5DV2/sHvwUrPxsFAmb0HXgACgkQ2/sHvwUr
 Pxs7AAf+K89Q7eyqKLP/oG5LGsnmWwhZHP26HTbGKh7mRaxGE+cf3l1O2lCMAgBt
 0Y1J0sHkgRSnubmlPrgEMKKLOKVBwnvwBqbqO8Zw8L3GxMegG5YYsl3Y60Q0T6Gq
 xiL17sHILbb/yefUqnf6C3QHoSjR4aTMEaQSpux1tsCqG/sLeU7V6DZrWdM5t4Fl
 CvQDuy//UdQUKFTUC5XOc6lRbKr94ktp/VTxdHZLXa5u6p/slq8ISf9EA+Rrsjkp
 m+FtW8MpfcYt3K+hs0kV58F43XWeRt9F7OlLf+MlyCeRRQor4xvkVlV0iw6VcRG9
 sXt6ml6AmyA2JWRzR5qSKYvMAsNVyA==
 =GYlS
 -----END PGP SIGNATURE-----

Merge tag 'probes-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace

Pull probes updates from Masami Hiramatsu:

 - uprobes: make trace_uprobe->nhit counter a per-CPU one

   This makes uprobe event's hit counter per-CPU for improving
   scalability on multi-core environment

 - kprobes: Remove obsoleted declaration for init_test_probes

   Remove unused init_test_probes() from header

 - Raw tracepoint probe supports raw tracepoint events on modules:
     - add a function for iterating over all tracepoints in all modules
     - add a function for iterating over tracepoints in a module
     - support raw tracepoint events on modules
     - support raw tracepoints on future loaded modules
     - add a test for tracepoint events on modules"

* tag 'probes-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace:
  sefltests/tracing: Add a test for tracepoint events on modules
  tracing/fprobe: Support raw tracepoints on future loaded modules
  tracing/fprobe: Support raw tracepoint events on modules
  tracepoint: Support iterating tracepoints in a loading module
  tracepoint: Support iterating over tracepoints on modules
  kprobes: Remove obsoleted declaration for init_test_probes
  uprobes: turn trace_uprobe's nhit counter to be per-CPU one
2024-09-26 08:55:36 -07:00
..
add_remove_btfarg.tc selftests/ftrace: Fix BTFARG testcase to check fprobe is enabled correctly 2024-05-08 16:49:14 -06:00
add_remove_eprobe.tc
add_remove_fprobe.tc selftests/ftrace: Add tracepoint probe test case 2023-06-06 21:39:56 +09:00
add_remove_kprobe.tc
add_remove_synth.tc
add_remove_tprobe_module.tc sefltests/tracing: Add a test for tracepoint events on modules 2024-09-25 23:23:44 +09:00
add_remove_tprobe.tc selftests/ftrace: Add tracepoint probe test case 2023-06-06 21:39:56 +09:00
add_remove_uprobe.tc selftests/uprobes: Add a basic uprobe testcase 2024-08-07 14:45:53 -06:00
clear_select_events.tc
eprobes_syntax_errors.tc selftests/ftrace: Fix eprobe syntax test case to check filter support 2023-02-21 08:49:16 +09:00
fprobe_args_vfs.tc selftests/ftrace: Fix required features for VFS type test case 2024-05-10 15:00:42 +09:00
fprobe_entry_arg.tc selftests/ftrace: Fix checkbashisms errors 2024-05-08 16:49:20 -06:00
fprobe_syntax_errors.tc tracing/probes: Support $argN in return probe (kprobe and fprobe) 2024-03-07 00:27:34 +09:00
generic_clear_event.tc
test_duplicates.tc selftests/ftrace: Fix to check required event file 2024-05-29 12:24:07 -06:00
tprobe_syntax_errors.tc tracing/fprobe: Support raw tracepoints on future loaded modules 2024-09-25 23:23:44 +09:00