index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace_osnoise.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-22
tracing/timerlat: Add user-space interface
Daniel Bristot de Oliveira
1
-4
/
+374
2023-06-22
tracing/osnoise: Skip running osnoise if all instances are off
Daniel Bristot de Oliveira
1
-3
/
+28
2023-06-22
tracing/osnoise: Switch from PF_NO_SETAFFINITY to migrate_disable
Daniel Bristot de Oliveira
1
-0
/
+68
2023-05-23
tracing/timerlat: Always wakeup the timerlat thread
Daniel Bristot de Oliveira
1
-0
/
+2
2023-04-24
Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2023-04-05
tracing: Rename kvfree_rcu() to kvfree_rcu_mightsleep()
Uladzislau Rezki (Sony)
1
-1
/
+1
2023-04-03
tracing/osnoise: Fix notify new tracing_max_latency
Daniel Bristot de Oliveira
1
-1
/
+1
2023-04-03
tracing/timerlat: Notify new max thread latency
Daniel Bristot de Oliveira
1
-0
/
+2
2023-03-19
tracing/osnoise: set several trace_osnoise.c variables storage-class-specifie...
Tom Rix
1
-5
/
+5
2023-02-07
tracing/osnoise: No need for schedule_hrtimeout range
Davidlohr Bueso
1
-1
/
+1
2023-01-24
tracing/osnoise: Use built-in RCU list checking
Chuang Wang
1
-3
/
+2
2022-12-10
tracing/osnoise: Add preempt and/or irq disabled options
Daniel Bristot de Oliveira
1
-5
/
+43
2022-12-10
tracing/osnoise: Add PANIC_ON_STOP option
Daniel Bristot de Oliveira
1
-1
/
+5
2022-12-10
tracing/osnoise: Make osnoise_options static
Daniel Bristot de Oliveira
1
-2
/
+2
2022-11-23
tracing/osnoise: Add OSNOISE_WORKLOAD option
Daniel Bristot de Oliveira
1
-6
/
+22
2022-11-23
tracing/osnoise: Add osnoise/options file
Daniel Bristot de Oliveira
1
-0
/
+170
2022-11-22
tracing/osnoise: Fix duration type
Daniel Bristot de Oliveira
1
-3
/
+3
2022-09-26
tracing/osnoise: Fix possible recursive locking in stop_per_cpu_kthreads
Nico Pache
1
-1
/
+2
2022-05-29
Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
1
-3
/
+19
2022-05-26
tracing/timerlat: Do not wakeup the thread if the trace stops at the IRQ
Daniel Bristot de Oliveira
1
-0
/
+2
2022-05-26
tracing/timerlat: Print stacktrace in the IRQ handler if needed
Daniel Bristot de Oliveira
1
-0
/
+13
2022-05-26
tracing/timerlat: Notify IRQ new max latency only if stop tracing is set
Daniel Bristot de Oliveira
1
-4
/
+5
2022-05-12
sched/tracing: Append prev_state to tp args instead
Delyan Kratunov
1
-2
/
+2
2022-03-15
Merge tag 'v5.17-rc8' into sched/core, to pick up fixes
Ingo Molnar
1
-21
/
+63
2022-03-09
tracing/osnoise: Force quiescent states while tracing
Nicolas Saenz Julienne
1
-0
/
+20
2022-03-09
tracing/osnoise: Do not unregister events twice
Daniel Bristot de Oliveira
1
-0
/
+11
2022-03-01
sched/tracing: Don't re-read p->state when emitting sched_switch event
Valentin Schneider
1
-1
/
+3
2022-02-25
tracing/osnoise: Make osnoise_main to sleep for microseconds
Daniel Bristot de Oliveira
1
-21
/
+32
2022-01-16
Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
1
-6
/
+17
2022-01-15
trace/osnoise: make use of the helper function kthread_run_on_cpu()
Cai Huoqing
1
-2
/
+1
2022-01-13
tracing/osnoise: Properly unhook events if start_per_cpu_kthreads() fails
Nikita Yushchenko
1
-4
/
+16
2021-12-06
tracing: Switch to kvfree_rcu() API
Uladzislau Rezki (Sony)
1
-2
/
+1
2021-11-12
tracing/osnoise: Make osnoise_instances static
Daniel Bristot de Oliveira
1
-1
/
+2
2021-11-01
tracing/osnoise: Remove PREEMPT_RT ifdefs from inside functions
Daniel Bristot de Oliveira
1
-9
/
+4
2021-11-01
tracing/osnoise: Remove STACKTRACE ifdefs from inside functions
Daniel Bristot de Oliveira
1
-15
/
+29
2021-11-01
tracing/osnoise: Allow multiple instances of the same tracer
Daniel Bristot de Oliveira
1
-23
/
+78
2021-11-01
tracing/osnoise: Remove TIMERLAT ifdefs from inside functions
Daniel Bristot de Oliveira
1
-44
/
+106
2021-11-01
tracing/osnoise: Support a list of trace_array *tr
Daniel Bristot de Oliveira
1
-69
/
+192
2021-11-01
tracing/osnoise: Use start/stop_per_cpu_kthreads() on osnoise_cpus_write()
Daniel Bristot de Oliveira
1
-5
/
+2
2021-11-01
tracing/osnoise: Split workload start from the tracer start
Daniel Bristot de Oliveira
1
-23
/
+36
2021-11-01
tracing/osnoise: Improve comments about barrier need for NMI callbacks
Daniel Bristot de Oliveira
1
-1
/
+7
2021-11-01
tracing/osnoise: Do not follow tracing_cpumask
Daniel Bristot de Oliveira
1
-18
/
+6
2021-10-25
trace/timerlat: Add migrate-disabled field to the timerlat header
Daniel Bristot de Oliveira
1
-5
/
+6
2021-10-25
trace/osnoise: Add migrate-disabled field to the osnoise header
Daniel Bristot de Oliveira
1
-7
/
+7
2021-10-08
tracing: Disable "other" permission bits in the tracefs files
Steven Rostedt (VMware)
1
-7
/
+7
2021-09-08
tracing/osnoise: Fix missed cpus_read_unlock() in start_per_cpu_kthreads()
Qiang.Zhang
1
-3
/
+3
2021-08-17
tracing: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
1
-8
/
+8
2021-08-12
trace/osnoise: Print a stop tracing message
Daniel Bristot de Oliveira
1
-1
/
+5
2021-08-12
trace/timerlat: Add a header with PREEMPT_RT additional fields
Daniel Bristot de Oliveira
1
-0
/
+19
2021-08-12
trace/osnoise: Add a header with PREEMPT_RT additional fields
Daniel Bristot de Oliveira
1
-0
/
+31
[next]