Commit cd796ed
committed
Merge tag 'trace-v5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Pull tracing fix from Steven Rostedt:
"Fix userstacktrace option for instances
While writing an application that requires user stack trace option to
work in instances, I found that the instance option has a bug that
makes it a nop. The check for performing the user stack trace in an
instance, checks the top level options (not the instance options) to
determine if a user stack trace should be performed or not.
This is not only incorrect, but also confusing for users. It confused
me for a bit!"
* tag 'trace-v5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace:
tracing: Fix userstacktrace option for instances1 file changed
Lines changed: 8 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | | - | |
| 166 | + | |
| 167 | + | |
167 | 168 | | |
168 | 169 | | |
169 | 170 | | |
| |||
2870 | 2871 | | |
2871 | 2872 | | |
2872 | 2873 | | |
2873 | | - | |
| 2874 | + | |
2874 | 2875 | | |
2875 | 2876 | | |
2876 | 2877 | | |
| |||
3056 | 3057 | | |
3057 | 3058 | | |
3058 | 3059 | | |
3059 | | - | |
| 3060 | + | |
| 3061 | + | |
3060 | 3062 | | |
3061 | 3063 | | |
3062 | 3064 | | |
3063 | 3065 | | |
3064 | 3066 | | |
3065 | | - | |
| 3067 | + | |
3066 | 3068 | | |
3067 | 3069 | | |
3068 | 3070 | | |
| |||
3101 | 3103 | | |
3102 | 3104 | | |
3103 | 3105 | | |
3104 | | - | |
| 3106 | + | |
| 3107 | + | |
3105 | 3108 | | |
3106 | 3109 | | |
3107 | 3110 | | |
| |||
0 commit comments