aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/trace/trace_osnoise.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-08tracing/osnoise: Allow arbitrarily long CPU stringTomas Glozar1-4/+5
2025-03-27Merge tag 'trace-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-1/+0
2025-03-27Merge tag 'trace-latency-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-39/+16
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+2
2025-03-23tracing/osnoise: Fix possible recursive locking for cpus_read_lock()Ran Xiaokai1-1/+0
2025-03-04osnoise: provide quiescent statesAnkur Arora1-17/+15
2025-02-26trace/osnoise: Add trace events for samplesTomas Glozar1-39/+16
2025-02-18tracing/osnoise: Switch to use hrtimer_setup()Nam Cao1-4/+2
2025-01-26Merge tag 'trace-rv-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-3/+14
2025-01-24tracing/osnoise: Fix resetting of tracepointsSteven Rostedt1-3/+14
2024-12-26tracing: Switch trace_osnoise.c code over to use guard() and __free()Steven Rostedt1-27/+13
2024-10-08tracing: Remove TRACE_EVENT_FL_FILTERED logicZheng Yejian1-9/+3
2024-10-03tracing/timerlat: Fix a race during cpuhp processingWei Li1-0/+2
2024-10-03tracing/timerlat: Drop interface_lock in stop_kthread()Wei Li1-7/+6
2024-10-03tracing/timerlat: Fix duplicated kthread creation due to CPU online/offlineWei Li1-2/+5
2024-09-18Merge tag 'rcu.release.v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rcu/linuxLinus Torvalds1-2/+2
2024-09-09tracing/osnoise: Fix build when timerlat is not enabledSteven Rostedt1-5/+5
2024-09-05tracing/timerlat: Add interface_lock around clearing of kthread in stop_kthread()Steven Rostedt1-7/+6
2024-09-05tracing/timerlat: Only clear timer if a kthread existsSteven Rostedt1-6/+13
2024-09-05tracing/osnoise: Use a cpumask to know what threads are kthreadsSteven Rostedt1-3/+15
2024-08-15rcu: Rename rcu_momentary_dyntick_idle() into rcu_momentary_eqs()Valentin Schneider1-2/+2
2024-07-01rtla/osnoise: set the default threshold to 1usLuis Claudio R. Goncalves1-2/+2
2024-02-01tracing/timerlat: Move hrtimer_init to timerlat_fd open()Daniel Bristot de Oliveira1-3/+3
2023-06-22tracing/timerlat: Add user-space interfaceDaniel Bristot de Oliveira1-4/+374
2023-06-22tracing/osnoise: Skip running osnoise if all instances are offDaniel Bristot de Oliveira1-3/+28
2023-06-22tracing/osnoise: Switch from PF_NO_SETAFFINITY to migrate_disableDaniel Bristot de Oliveira1-0/+68
2023-05-23tracing/timerlat: Always wakeup the timerlat threadDaniel Bristot de Oliveira1-0/+2
2023-04-24Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jfern/linuxLinus Torvalds1-1/+1
2023-04-05tracing: Rename kvfree_rcu() to kvfree_rcu_mightsleep()Uladzislau Rezki (Sony)1-1/+1
2023-04-03tracing/osnoise: Fix notify new tracing_max_latencyDaniel Bristot de Oliveira1-1/+1
2023-04-03tracing/timerlat: Notify new max thread latencyDaniel Bristot de Oliveira1-0/+2
2023-03-19tracing/osnoise: set several trace_osnoise.c variables storage-class-specifier to staticTom Rix1-5/+5
2023-02-07tracing/osnoise: No need for schedule_hrtimeout rangeDavidlohr Bueso1-1/+1
2023-01-24tracing/osnoise: Use built-in RCU list checkingChuang Wang1-3/+2
2022-12-10tracing/osnoise: Add preempt and/or irq disabled optionsDaniel Bristot de Oliveira1-5/+43
2022-12-10tracing/osnoise: Add PANIC_ON_STOP optionDaniel Bristot de Oliveira1-1/+5
2022-12-10tracing/osnoise: Make osnoise_options staticDaniel Bristot de Oliveira1-2/+2
2022-11-23tracing/osnoise: Add OSNOISE_WORKLOAD optionDaniel Bristot de Oliveira1-6/+22
2022-11-23tracing/osnoise: Add osnoise/options fileDaniel Bristot de Oliveira1-0/+170
2022-11-22tracing/osnoise: Fix duration typeDaniel Bristot de Oliveira1-3/+3
2022-09-26tracing/osnoise: Fix possible recursive locking in stop_per_cpu_kthreadsNico Pache1-1/+2
2022-05-29Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-3/+19
2022-05-26tracing/timerlat: Do not wakeup the thread if the trace stops at the IRQDaniel Bristot de Oliveira1-0/+2
2022-05-26tracing/timerlat: Print stacktrace in the IRQ handler if neededDaniel Bristot de Oliveira1-0/+13
2022-05-26tracing/timerlat: Notify IRQ new max latency only if stop tracing is setDaniel Bristot de Oliveira1-4/+5
2022-05-12sched/tracing: Append prev_state to tp args insteadDelyan Kratunov1-2/+2
2022-03-15Merge tag 'v5.17-rc8' into sched/core, to pick up fixesIngo Molnar1-21/+63
2022-03-09tracing/osnoise: Force quiescent states while tracingNicolas Saenz Julienne1-0/+20
2022-03-09tracing/osnoise: Do not unregister events twiceDaniel Bristot de Oliveira1-0/+11
2022-03-01sched/tracing: Don't re-read p->state when emitting sched_switch eventValentin Schneider1-1/+3