diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2023-04-28 16:11:26 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2023-04-28 16:11:26 -0700 |
commit | 5ea8abf589f2974d65460a1ffa0c303763e958da (patch) | |
tree | 22ce6d8221680c3cd28e8fa6185d40c00ed5d36f /kernel/trace | |
parent | d579c468d7ad6e37f5b4290b0244a9a5a7d3c4bf (diff) | |
parent | 82253a271aae9271fcf0aaa5e0ecc6dd38fb872b (diff) | |
download | linux-5ea8abf589f2974d65460a1ffa0c303763e958da.tar.gz linux-5ea8abf589f2974d65460a1ffa0c303763e958da.tar.bz2 linux-5ea8abf589f2974d65460a1ffa0c303763e958da.zip |
Merge tag 'trace-tools-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Pull tracing tools updates from Steven Rostedt:
- Add auto-analysis only option to rtla/timerlat
Add an --aa-only option to the tooling to perform only the auto
analysis and not to parse and format the data.
- Other minor fixes and clean ups
* tag 'trace-tools-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace:
rtla/timerlat: Fix "Previous IRQ" auto analysis' line
rtla/timerlat: Add auto-analysis only option
rv: Remove redundant assignment to variable retval
rv: Fix addition on an uninitialized variable 'run'
rtla: Add .gitignore file
Diffstat (limited to 'kernel/trace')
-rw-r--r-- | kernel/trace/rv/rv.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/trace/rv/rv.c b/kernel/trace/rv/rv.c index 7e9061828c24..2f68e93fff0b 100644 --- a/kernel/trace/rv/rv.c +++ b/kernel/trace/rv/rv.c @@ -290,8 +290,6 @@ static ssize_t monitor_enable_write_data(struct file *filp, const char __user *u if (retval) return retval; - retval = count; - mutex_lock(&rv_interface_lock); if (val) |