Linus Torvalds
e919a3f705
Merge tag 'trace-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
...
Pull more tracing updates from Steven Rostedt:
- Make buffer_percent read/write.
The buffer_percent file is how users can state how long to block on
the tracing buffer depending on how much is in the buffer. When it
hits the "buffer_percent" it will wake the task waiting on the
buffer. For some reason it was set to read-only.
This was not noticed because testing was done as root without
SELinux, but with SELinux it will prevent even root to write to it
without having CAP_DAC_OVERRIDE.
- The "touched_functions" was added this merge window, but one of the
reasons for adding it was not implemented.
That was to show what functions were not only touched, but had either
a direct trampoline attached to it, or a kprobe or live kernel
patching that can "hijack" the function to run a different function.
The point is to know if there's functions in the kernel that may not
be behaving as the kernel code shows. This can be used for debugging.
TODO: Add this information to kernel oops too.
* tag 'trace-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace:
ftrace: Add MODIFIED flag to show if IPMODIFY or direct was attached
tracing: Fix permissions for the buffer_percent file
2023-05-05 13:11:02 -07:00
..
2023-04-29 09:09:31 +02:00
2023-04-27 12:07:50 -07:00
2023-04-10 12:26:34 +01:00
2023-04-08 10:50:04 +01:00
2023-04-26 09:05:00 -04:00
2023-05-03 11:25:01 -07:00
2023-04-29 17:21:24 -07:00
2023-04-26 16:07:23 -07:00
2023-04-19 20:39:03 +02:00
2023-04-22 01:39:40 +02:00
2023-04-21 08:29:13 +01:00
2023-04-27 11:42:11 -07:00
2023-04-05 20:58:32 -07:00
2023-04-30 13:00:38 -07:00
2023-04-26 16:07:23 -07:00
2023-04-12 15:30:36 +05:30
2023-04-21 14:37:03 +01:00
2023-04-29 11:04:14 -07:00
2023-04-27 11:53:57 -07:00
2023-04-27 17:17:12 -07:00
2023-04-06 14:24:04 +02:00
2023-04-08 10:51:23 +01:00
2023-04-17 18:01:22 +02:00
2023-04-26 12:52:58 -07:00
2023-04-26 12:52:58 -07:00
2023-04-26 12:52:58 -07:00
2023-04-22 08:21:05 -07:00
2023-04-15 17:36:50 -07:00
2023-04-21 11:34:50 -07:00
2023-04-16 08:51:24 -07:00
2023-04-21 14:52:01 -07:00
2023-04-14 10:13:39 +01:00
2023-04-18 16:29:49 -07:00
2023-04-29 17:29:39 -07:00
2023-04-13 11:49:35 -07:00
2023-04-28 14:02:54 -07:00
2023-04-27 10:09:05 -07:00
2023-04-25 12:39:01 -07:00
2023-04-17 18:01:23 +02:00
2023-04-20 18:20:04 +08:00
2023-04-18 16:39:34 -07:00
2023-04-14 12:32:20 -04:00
2023-04-07 07:38:20 +02:00
2023-04-13 22:22:10 -07:00
2023-04-18 20:48:59 -07:00
2023-04-26 09:04:59 -04:00
2023-04-10 10:58:45 -07:00
2023-04-13 07:38:54 -06:00
2023-04-13 21:36:41 -07:00
2023-04-29 10:35:48 -07:00
2023-04-26 08:57:41 -07:00
2023-04-11 19:23:15 -07:00
2023-05-05 13:11:02 -07:00
2023-04-08 13:45:38 -07:00
2023-04-18 16:29:51 -07:00
2023-04-27 19:42:02 -07:00
2023-04-07 08:45:17 -07:00
2023-04-13 16:32:02 +02:00
2023-04-21 08:25:49 +01:00
2023-04-23 14:16:45 +01:00
2023-04-15 14:44:57 -06:00
2023-04-21 08:54:47 -07:00
2023-04-30 13:00:38 -07:00
2023-04-08 13:45:38 -07:00
2023-04-08 13:45:38 -07:00
2023-04-18 16:30:09 -07:00
2023-05-02 17:21:50 -07:00
2023-05-01 12:06:20 -07:00
2023-05-02 10:36:02 -07:00
2023-04-27 13:45:31 -07:00
2023-04-24 11:21:50 -07:00
2023-04-18 16:29:50 -07:00
2023-04-18 16:30:11 -07:00
2023-04-28 14:53:30 -07:00
2023-04-28 09:43:49 -07:00
2023-04-18 16:30:11 -07:00
2023-04-13 17:15:50 -07:00
2023-04-27 16:36:55 -07:00
2023-04-24 00:09:20 -05:00
2023-04-23 13:35:07 +01:00
2023-04-21 11:34:14 -07:00
2023-04-11 16:13:21 -04:00
2023-04-11 13:08:26 -04:00
2023-04-11 13:08:26 -04:00
2023-04-28 15:48:45 -04:00
2023-04-26 09:05:00 -04:00
2023-04-13 17:46:35 -05:00
2023-04-27 12:07:50 -07:00
2023-04-13 17:46:34 -05:00
2023-04-27 12:07:50 -07:00
2023-04-27 19:42:02 -07:00
2023-04-27 19:42:02 -07:00
2023-04-18 10:36:58 -07:00
2023-04-30 11:51:51 -07:00
2023-04-20 15:43:34 +02:00
2023-04-19 12:59:16 +01:00
2023-04-06 12:01:20 -07:00
2023-04-21 15:34:33 +02:00
2023-04-20 22:55:35 -04:00
2023-04-20 14:25:07 +02:00
2023-04-20 18:20:05 +08:00
2023-04-13 14:27:53 +02:00
2023-04-18 16:39:33 -07:00
2023-04-07 17:28:19 +01:00
2023-04-13 16:04:28 -07:00
2023-04-28 15:57:53 -07:00
2023-04-21 08:19:30 +01:00
2023-04-24 13:39:58 -07:00
2023-04-19 14:07:13 -06:00
2023-04-18 11:15:24 -07:00
2023-04-25 21:03:14 -04:00
2023-04-23 21:51:25 -07:00
2023-04-18 16:29:55 -07:00
2023-04-21 20:32:37 -07:00
2023-04-27 19:42:02 -07:00
2023-04-28 15:03:43 -07:00
2023-04-14 17:31:23 +02:00
2023-04-13 12:50:46 +02:00
2023-04-20 19:06:12 +02:00
2023-04-21 14:52:02 -07:00
2023-04-29 10:29:57 -07:00
2023-04-16 14:23:07 +02:00
2023-05-02 19:24:16 -07:00
2023-04-27 19:20:12 +02:00
2023-04-28 13:06:36 +00:00
2023-04-27 11:53:57 -07:00
2023-05-02 17:21:50 -07:00
2023-04-27 11:42:11 -07:00
2023-04-27 19:42:02 -07:00
2023-04-21 03:02:35 -04:00
2023-05-02 11:56:43 -07:00
2023-04-21 03:02:35 -04:00
2023-04-21 03:02:30 -04:00
2023-04-05 20:03:01 -07:00
2023-04-05 20:03:01 -07:00
2023-04-21 03:02:34 -04:00
2023-04-24 11:48:33 +02:00
2023-04-17 18:01:22 +02:00