index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace_hwlat.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-15
trace/hwlat: make use of the helper function kthread_run_on_cpu()
Cai Huoqing
1
-5
/
+1
2021-10-26
tracing/hwlat: Make some internal symbols static
Wang ShaoBo
1
-2
/
+2
2021-10-08
tracing: Disable "other" permission bits in the tracefs files
Steven Rostedt (VMware)
1
-3
/
+3
2021-08-17
tracing: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
1
-14
/
+14
2021-08-05
tracing: Quiet smp_processor_id() use in preemptable warning in hwlat
Steven Rostedt (VMware)
1
-1
/
+1
2021-06-25
trace/hwlat: Support hotplug operations
Daniel Bristot de Oliveira
1
-0
/
+65
2021-06-25
trace/hwlat: Protect kdata->kthread with get/put_online_cpus
Daniel Bristot de Oliveira
1
-6
/
+13
2021-06-25
trace/hwlat: Remove printk from sampling loop
Daniel Bristot de Oliveira
1
-3
/
+12
2021-06-25
trace/hwlat: Use trace_min_max_param for width and window params
Daniel Bristot de Oliveira
1
-121
/
+24
2021-06-25
trace/hwlat: Implement the per-cpu mode
Daniel Bristot de Oliveira
1
-36
/
+150
2021-06-24
trace/hwlat: Switch disable_migrate to mode none
Daniel Bristot de Oliveira
1
-8
/
+5
2021-06-24
trace/hwlat: Implement the mode config option
Daniel Bristot de Oliveira
1
-12
/
+167
2021-06-24
trace/hwlat: Fix Clark's email
Daniel Bristot de Oliveira
1
-1
/
+1
2021-03-23
tracing: Fix various typos in comments
Ingo Molnar
1
-2
/
+2
2021-02-02
tracing: Merge irqflags + preempt counter.
Sebastian Andrzej Siewior
1
-6
/
+1
2020-12-17
Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
1
-2
/
+2
2020-11-30
tracing: Remove WARN_ON in start_thread()
Vasily Averin
1
-1
/
+1
2020-11-10
tracing: Fix some typos in comments
Qiujun Huang
1
-2
/
+2
2020-09-18
tracing: make tracing_init_dentry() returns an integer instead of a d_entry p...
Wei Yang
1
-4
/
+4
2020-07-30
tracing/hwlat: Honor the tracing_cpumask
Kevin Hao
1
-2
/
+3
2020-07-30
tracing/hwlat: Drop the duplicate assignment in start_kthread()
Kevin Hao
1
-1
/
+0
2020-03-03
tracing: Have hwlat ts be first instance and record count of instances
Steven Rostedt (VMware)
1
-7
/
+17
2020-02-06
Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...
Linus Torvalds
1
-1
/
+1
2020-01-13
tracing: Make struct ring_buffer less ambiguous
Steven Rostedt (VMware)
1
-1
/
+1
2020-01-13
tracing: Rename trace_buffer to array_buffer
Steven Rostedt (VMware)
1
-1
/
+1
2019-12-10
simple_recursive_removal(): kernel-side rm -rf for ramfs-style filesystems
Al Viro
1
-1
/
+1
2019-11-14
tracing/hwlat: Fix a few trivial nits
Srivatsa S. Bhat (VMware)
1
-2
/
+2
2019-11-13
ftrace: Implement fs notification for tracing_max_latency
Viktor Rosendahl (BMW)
1
-4
/
+7
2019-10-12
tracing/hwlat: Don't ignore outer-loop duration when calculating max_latency
Srivatsa S. Bhat (VMware)
1
-0
/
+2
2019-10-12
tracing/hwlat: Report total time spent in all NMIs during the sample
Srivatsa S. Bhat (VMware)
1
-1
/
+1
2019-06-03
sched/core: Provide a pointer to the valid CPU mask
Sebastian Andrzej Siewior
1
-1
/
+1
2018-08-16
tracing: Add SPDX License format tags to tracing files
Steven Rostedt (VMware)
1
-3
/
+1
2018-08-01
tracing: Do a WARN_ON() if start_thread() in hwlat is called when thread exists
Steven Rostedt (VMware)
1
-1
/
+1
2018-08-01
ftrace: Add missing check for existing hwlat thread
Erica Bugden
1
-0
/
+3
2017-05-08
trace: make trace_hwlat timestamp y2038 safe
Deepa Dinamani
1
-7
/
+7
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-02-27
Merge tag 'trace-v4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
1
-17
/
+17
2017-02-27
Merge tag 'trace-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
1
-4
/
+1
2017-02-15
tracing/hwlat: Update old comment about migration
Luiz Capitulino
1
-4
/
+1
2017-01-31
tracing: Clean up the hwlat binding code
Steven Rostedt (VMware)
1
-17
/
+17
2017-01-31
tracing: Fix hwlat kthread migration
Steven Rostedt (VMware)
1
-3
/
+5
2016-11-23
tracing: Make __buffer_unlock_commit() always_inline
Steven Rostedt (Red Hat)
1
-1
/
+1
2016-09-02
tracing: Add NMI tracing in hwlat detector
Steven Rostedt (Red Hat)
1
-0
/
+51
2016-09-02
tracing: Have hwlat trace migrate across tracing_cpumask CPUs
Steven Rostedt (Red Hat)
1
-0
/
+55
2016-09-02
tracing: Added hardware latency tracer
Steven Rostedt (Red Hat)
1
-0
/
+527