index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace_osnoise.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tracing/osnoise: No need for schedule_hrtimeout range
Davidlohr Bueso
2023-02-07
1
-1
/
+1
*
tracing/osnoise: Use built-in RCU list checking
Chuang Wang
2023-01-24
1
-3
/
+2
*
tracing/osnoise: Add preempt and/or irq disabled options
Daniel Bristot de Oliveira
2022-12-10
1
-5
/
+43
*
tracing/osnoise: Add PANIC_ON_STOP option
Daniel Bristot de Oliveira
2022-12-10
1
-1
/
+5
*
tracing/osnoise: Make osnoise_options static
Daniel Bristot de Oliveira
2022-12-10
1
-2
/
+2
*
tracing/osnoise: Add OSNOISE_WORKLOAD option
Daniel Bristot de Oliveira
2022-11-23
1
-6
/
+22
*
tracing/osnoise: Add osnoise/options file
Daniel Bristot de Oliveira
2022-11-23
1
-0
/
+170
*
tracing/osnoise: Fix duration type
Daniel Bristot de Oliveira
2022-11-22
1
-3
/
+3
*
tracing/osnoise: Fix possible recursive locking in stop_per_cpu_kthreads
Nico Pache
2022-09-26
1
-1
/
+2
*
Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2022-05-29
1
-3
/
+19
|
\
|
*
tracing/timerlat: Do not wakeup the thread if the trace stops at the IRQ
Daniel Bristot de Oliveira
2022-05-26
1
-0
/
+2
|
*
tracing/timerlat: Print stacktrace in the IRQ handler if needed
Daniel Bristot de Oliveira
2022-05-26
1
-0
/
+13
|
*
tracing/timerlat: Notify IRQ new max latency only if stop tracing is set
Daniel Bristot de Oliveira
2022-05-26
1
-4
/
+5
*
|
sched/tracing: Append prev_state to tp args instead
Delyan Kratunov
2022-05-12
1
-2
/
+2
|
/
*
Merge tag 'v5.17-rc8' into sched/core, to pick up fixes
Ingo Molnar
2022-03-15
1
-21
/
+63
|
\
|
*
tracing/osnoise: Force quiescent states while tracing
Nicolas Saenz Julienne
2022-03-09
1
-0
/
+20
|
*
tracing/osnoise: Do not unregister events twice
Daniel Bristot de Oliveira
2022-03-09
1
-0
/
+11
|
*
tracing/osnoise: Make osnoise_main to sleep for microseconds
Daniel Bristot de Oliveira
2022-02-25
1
-21
/
+32
*
|
sched/tracing: Don't re-read p->state when emitting sched_switch event
Valentin Schneider
2022-03-01
1
-1
/
+3
|
/
*
Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2022-01-16
1
-6
/
+17
|
\
|
*
tracing/osnoise: Properly unhook events if start_per_cpu_kthreads() fails
Nikita Yushchenko
2022-01-13
1
-4
/
+16
|
*
tracing: Switch to kvfree_rcu() API
Uladzislau Rezki (Sony)
2021-12-06
1
-2
/
+1
*
|
trace/osnoise: make use of the helper function kthread_run_on_cpu()
Cai Huoqing
2022-01-15
1
-2
/
+1
|
/
*
tracing/osnoise: Make osnoise_instances static
Daniel Bristot de Oliveira
2021-11-12
1
-1
/
+2
*
tracing/osnoise: Remove PREEMPT_RT ifdefs from inside functions
Daniel Bristot de Oliveira
2021-11-01
1
-9
/
+4
*
tracing/osnoise: Remove STACKTRACE ifdefs from inside functions
Daniel Bristot de Oliveira
2021-11-01
1
-15
/
+29
*
tracing/osnoise: Allow multiple instances of the same tracer
Daniel Bristot de Oliveira
2021-11-01
1
-23
/
+78
*
tracing/osnoise: Remove TIMERLAT ifdefs from inside functions
Daniel Bristot de Oliveira
2021-11-01
1
-44
/
+106
*
tracing/osnoise: Support a list of trace_array *tr
Daniel Bristot de Oliveira
2021-11-01
1
-69
/
+192
*
tracing/osnoise: Use start/stop_per_cpu_kthreads() on osnoise_cpus_write()
Daniel Bristot de Oliveira
2021-11-01
1
-5
/
+2
*
tracing/osnoise: Split workload start from the tracer start
Daniel Bristot de Oliveira
2021-11-01
1
-23
/
+36
*
tracing/osnoise: Improve comments about barrier need for NMI callbacks
Daniel Bristot de Oliveira
2021-11-01
1
-1
/
+7
*
tracing/osnoise: Do not follow tracing_cpumask
Daniel Bristot de Oliveira
2021-11-01
1
-18
/
+6
*
trace/timerlat: Add migrate-disabled field to the timerlat header
Daniel Bristot de Oliveira
2021-10-25
1
-5
/
+6
*
trace/osnoise: Add migrate-disabled field to the osnoise header
Daniel Bristot de Oliveira
2021-10-25
1
-7
/
+7
*
tracing: Disable "other" permission bits in the tracefs files
Steven Rostedt (VMware)
2021-10-08
1
-7
/
+7
*
tracing/osnoise: Fix missed cpus_read_unlock() in start_per_cpu_kthreads()
Qiang.Zhang
2021-09-08
1
-3
/
+3
*
tracing: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
2021-08-17
1
-8
/
+8
*
trace/osnoise: Print a stop tracing message
Daniel Bristot de Oliveira
2021-08-12
1
-1
/
+5
*
trace/timerlat: Add a header with PREEMPT_RT additional fields
Daniel Bristot de Oliveira
2021-08-12
1
-0
/
+19
*
trace/osnoise: Add a header with PREEMPT_RT additional fields
Daniel Bristot de Oliveira
2021-08-12
1
-0
/
+31
*
trace/timerlat: Fix indentation on timerlat_main()
Daniel Bristot de Oliveira
2021-06-29
1
-3
/
+3
*
trace/osnoise: Make 'noise' variable s64 in run_osnoise()
Daniel Bristot de Oliveira
2021-06-29
1
-2
/
+3
*
trace/osnoise: Fix return value on osnoise_init_hotplug_support
Daniel Bristot de Oliveira
2021-06-28
1
-1
/
+1
*
trace/osnoise: Make interval u64 on osnoise_main
Daniel Bristot de Oliveira
2021-06-28
1
-1
/
+1
*
trace/osnoise: Fix 'no previous prototype' warnings
Daniel Bristot de Oliveira
2021-06-28
1
-9
/
+11
*
tracing: Have osnoise_main() add a quiescent state for task rcu
Steven Rostedt (VMware)
2021-06-28
1
-1
/
+4
*
trace/osnoise: Support hotplug operations
Daniel Bristot de Oliveira
2021-06-25
1
-30
/
+135
*
trace: Add timerlat tracer
Daniel Bristot de Oliveira
2021-06-25
1
-31
/
+595
*
trace: Add osnoise tracer
Daniel Bristot de Oliveira
2021-06-25
1
-0
/
+1384