Linus Torvalds
05bf73aa27
Merge tag 'probes-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
...
Pull probes updates from Masami Hiramatsu:
"Cleanups:
- kprobes: Fixes typo in kprobes samples
- tracing/eprobes: Remove 'break' after return
kretprobe/fprobe performance improvements:
- lib: Introduce new `objpool`, which is a high performance lockless
object queue. This uses per-cpu ring array to allocate/release
objects from the pre-allocated object pool.
Since the index of ring array is a 32bit sequential counter, we can
retry to push/pop the object pointer from the ring without lock (as
seq-lock does)
- lib: Add an objpool test module to test the functionality and
evaluate the performance under some circumstances
- kprobes/fprobe: Improve kretprobe and rethook scalability
performance with objpool.
This improves both legacy kretprobe and fprobe exit handler (which
is based on rethook) to be scalable on SMP systems. Even with
8-threads parallel test, it shows a great scalability improvement
- Remove unneeded freelist.h which is replaced by objpool
- objpool: Add maintainers entry for the objpool
- objpool: Fix to remove unused include header lines"
* tag 'probes-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace:
kprobes: unused header files removed
MAINTAINERS: objpool added
kprobes: freelist.h removed
kprobes: kretprobe scalability improvement
lib: objpool test module added
lib: objpool added: ring-array based lockless MPMC
tracing/eprobe: drop unneeded breaks
samples: kprobes: Fixes a typo
2023-11-01 16:15:42 -10:00
..
2023-10-09 18:14:15 +02:00
2023-10-05 09:13:42 -07:00
2023-10-05 21:44:48 +02:00
2023-09-28 12:12:07 -06:00
2023-10-31 05:10:11 -10:00
2023-10-24 13:08:14 -07:00
2023-11-01 14:46:51 -10:00
2023-10-13 09:05:57 +02:00
2023-10-09 12:37:23 +03:00
2023-10-17 12:45:03 +02:00
2023-10-16 12:44:04 -04:00
2023-10-02 19:43:49 +01:00
2023-10-14 10:16:31 -07:00
2023-09-27 12:13:18 +02:00
2023-10-16 10:47:22 +02:00
2023-10-04 14:12:01 +02:00
2023-09-18 09:28:22 +01:00
2023-10-31 17:53:00 -10:00
2023-10-02 19:43:49 +01:00
2023-11-01 15:28:33 -10:00
2023-11-01 14:46:51 -10:00
2023-10-16 16:08:39 +01:00
2023-10-16 12:44:09 -04:00
2023-09-26 16:01:07 +03:00
2023-11-01 15:28:33 -10:00
2023-10-08 21:18:48 +01:00
2023-09-26 00:44:33 -06:00
2023-10-11 08:46:01 -07:00
2023-09-22 08:52:13 -06:00
2023-10-28 13:29:16 +02:00
2023-10-20 14:15:13 -07:00
2023-10-23 21:49:32 -07:00
2023-10-11 17:27:47 -07:00
2023-11-01 11:16:34 -10:00
2023-10-20 14:15:13 -07:00
2023-10-06 16:01:27 -07:00
2023-10-19 17:02:46 -07:00
2023-09-17 10:33:53 -07:00
2023-10-12 07:22:56 -10:00
2023-10-19 17:02:46 -07:00
2023-10-13 15:38:24 -07:00
2023-10-19 14:47:33 -04:00
2023-10-03 19:51:37 +02:00
2023-10-03 12:17:10 -07:00
2023-10-23 11:32:25 +02:00
2023-10-06 22:05:56 +02:00
2023-11-01 09:34:55 -10:00
2023-10-24 14:09:46 -07:00
2023-10-30 20:13:17 -10:00
2023-10-28 13:29:18 +02:00
2023-10-05 11:05:58 +02:00
2023-10-15 16:08:24 +01:00
2023-10-20 12:47:33 +01:00
2023-10-30 11:09:38 -10:00
2023-09-29 08:27:15 +10:00
2023-10-19 11:02:48 +02:00
2023-10-16 21:05:33 -07:00
2023-10-03 12:17:10 -07:00
2023-10-12 18:53:36 +03:00
2023-10-18 14:08:29 +02:00
2023-10-30 20:13:17 -10:00
2023-10-08 20:44:26 -07:00
2023-10-19 11:03:15 +02:00
2023-10-19 14:47:33 -04:00
2023-10-18 12:12:41 -07:00
2023-10-26 20:27:58 -07:00
2023-09-19 16:28:37 +02:00
2023-10-02 11:24:52 -07:00
2023-10-04 11:12:11 +03:00
2023-10-30 18:01:41 -10:00
2023-11-01 11:25:08 -10:00
2023-10-19 16:42:03 -06:00
2023-10-12 09:58:02 +02:00
2023-09-25 14:30:28 +02:00
2023-10-03 15:51:04 -07:00
2023-10-26 13:53:06 +02:00
2023-09-28 12:25:31 +02:00
2023-10-16 12:44:14 -04:00
2023-10-26 13:46:28 -07:00
2023-10-11 10:11:54 -07:00
2023-10-18 23:59:54 +09:00
2023-10-08 22:46:04 -07:00
2023-10-03 09:39:50 +09:00
2023-10-20 12:47:33 +01:00
2023-09-22 09:38:42 +02:00
2023-10-16 12:44:06 -04:00
2023-10-16 12:44:06 -04:00
2023-09-29 17:20:46 -07:00
2023-10-05 09:50:14 +02:00
2023-09-19 13:21:34 -07:00
2023-10-20 11:50:46 +01:00
2023-10-31 05:10:11 -10:00
2023-11-01 15:28:33 -10:00
2023-10-26 13:53:06 +02:00
2023-10-19 11:02:49 +02:00
2023-10-27 10:51:41 +01:00
2023-10-18 10:26:43 +02:00
2023-10-16 12:44:26 -04:00
2023-10-30 15:40:57 -10:00
2023-10-17 13:57:54 -07:00
2023-10-11 10:11:54 -07:00
2023-10-11 10:11:54 -07:00
2023-10-11 10:11:54 -07:00
2023-09-19 19:57:53 -07:00
2023-10-18 22:35:36 +09:00
2023-10-30 13:20:02 -10:00
2023-10-03 12:17:10 -07:00
2023-10-31 05:10:11 -10:00
2023-10-17 21:46:33 +02:00
2023-10-20 14:15:06 -07:00
2023-10-30 13:44:35 -10:00
2023-09-29 17:20:46 -07:00
2023-09-19 17:03:44 +02:00
2023-10-17 17:51:53 -07:00
2023-10-19 11:02:47 +02:00
2023-10-28 13:29:17 +02:00
2023-10-06 09:40:10 +01:00
2023-10-06 12:37:34 +05:30
2023-10-26 15:16:03 +02:00
2023-10-03 21:18:13 +02:00
2023-10-15 20:07:52 +01:00
2023-09-17 00:43:13 +02:00
2023-09-21 09:40:30 +02:00
2023-10-10 13:49:21 +02:00
2023-10-06 11:01:23 +02:00
2023-10-06 11:01:23 +02:00
2023-10-04 22:29:45 +02:00
2023-10-04 22:29:45 +02:00
2023-10-04 22:29:45 +02:00
2023-10-11 19:43:43 +02:00
2023-09-19 13:21:34 -07:00
2023-10-18 23:59:54 +09:00
2023-10-09 15:03:28 +02:00
2023-10-30 13:12:15 -10:00
2023-10-08 21:16:30 +01:00
2023-10-17 09:10:06 -06:00
2023-10-17 13:28:12 +02:00
2023-10-30 09:24:21 -10:00
2023-10-15 13:19:42 +01:00
2023-10-27 10:35:44 +01:00
2023-10-19 13:01:33 +02:00
2023-11-01 06:28:35 -10:00
2023-10-28 13:29:19 +02:00
2023-09-27 11:19:15 +02:00
2023-11-01 15:28:33 -10:00
2023-10-27 10:35:45 +01:00
2023-10-20 19:26:37 +02:00
2023-09-27 16:58:11 +02:00
2023-09-24 17:24:01 +02:00
2023-09-25 16:37:44 -07:00
2023-10-09 09:35:14 +02:00
2023-10-11 08:46:01 -07:00
2023-10-15 19:59:15 +01:00
2023-09-21 12:34:00 +02:00
2023-10-19 11:02:48 +02:00
2023-10-17 23:49:19 -10:00