summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_hwlat.c
Commit message (Expand)AuthorAgeFilesLines
* tracing: Remove extra space at the end of hwlat_detector/modeMikhail Kobuk2023-09-011-1/+1
* tracing/hwlat: Replace sched_setaffinity with set_cpus_allowed_ptrCosta Shulyupin2023-03-191-2/+2
* trace/hwlat: Do not start per-cpu thread if it is already runningTero Kristo2023-03-191-0/+4
* trace/hwlat: Do not wipe the contents of per-cpu thread dataTero Kristo2023-03-191-3/+0
* trace/hwlat: make use of the helper function kthread_run_on_cpu()Cai Huoqing2022-01-151-5/+1
* tracing/hwlat: Make some internal symbols staticWang ShaoBo2021-10-261-2/+2
* tracing: Disable "other" permission bits in the tracefs filesSteven Rostedt (VMware)2021-10-081-3/+3
* tracing: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-08-171-14/+14
* tracing: Quiet smp_processor_id() use in preemptable warning in hwlatSteven Rostedt (VMware)2021-08-051-1/+1
* trace/hwlat: Support hotplug operationsDaniel Bristot de Oliveira2021-06-251-0/+65
* trace/hwlat: Protect kdata->kthread with get/put_online_cpusDaniel Bristot de Oliveira2021-06-251-6/+13
* trace/hwlat: Remove printk from sampling loopDaniel Bristot de Oliveira2021-06-251-3/+12
* trace/hwlat: Use trace_min_max_param for width and window paramsDaniel Bristot de Oliveira2021-06-251-121/+24
* trace/hwlat: Implement the per-cpu modeDaniel Bristot de Oliveira2021-06-251-36/+150
* trace/hwlat: Switch disable_migrate to mode noneDaniel Bristot de Oliveira2021-06-241-8/+5
* trace/hwlat: Implement the mode config optionDaniel Bristot de Oliveira2021-06-241-12/+167
* trace/hwlat: Fix Clark's emailDaniel Bristot de Oliveira2021-06-241-1/+1
* tracing: Fix various typos in commentsIngo Molnar2021-03-231-2/+2
* tracing: Merge irqflags + preempt counter.Sebastian Andrzej Siewior2021-02-021-6/+1
* Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2020-12-171-2/+2
|\
| * tracing: Fix some typos in commentsQiujun Huang2020-11-101-2/+2
* | tracing: Remove WARN_ON in start_thread()Vasily Averin2020-11-301-1/+1
|/
* tracing: make tracing_init_dentry() returns an integer instead of a d_entry p...Wei Yang2020-09-181-4/+4
* tracing/hwlat: Honor the tracing_cpumaskKevin Hao2020-07-301-2/+3
* tracing/hwlat: Drop the duplicate assignment in start_kthread()Kevin Hao2020-07-301-1/+0
* tracing: Have hwlat ts be first instance and record count of instancesSteven Rostedt (VMware)2020-03-031-7/+17
* Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2020-02-061-1/+1
|\
| * tracing: Make struct ring_buffer less ambiguousSteven Rostedt (VMware)2020-01-131-1/+1
| * tracing: Rename trace_buffer to array_bufferSteven Rostedt (VMware)2020-01-131-1/+1
* | simple_recursive_removal(): kernel-side rm -rf for ramfs-style filesystemsAl Viro2019-12-101-1/+1
|/
* tracing/hwlat: Fix a few trivial nitsSrivatsa S. Bhat (VMware)2019-11-141-2/+2
* ftrace: Implement fs notification for tracing_max_latencyViktor Rosendahl (BMW)2019-11-131-4/+7
* tracing/hwlat: Don't ignore outer-loop duration when calculating max_latencySrivatsa S. Bhat (VMware)2019-10-121-0/+2
* tracing/hwlat: Report total time spent in all NMIs during the sampleSrivatsa S. Bhat (VMware)2019-10-121-1/+1
* sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior2019-06-031-1/+1
* tracing: Add SPDX License format tags to tracing filesSteven Rostedt (VMware)2018-08-161-3/+1
* tracing: Do a WARN_ON() if start_thread() in hwlat is called when thread existsSteven Rostedt (VMware)2018-08-011-1/+1
* ftrace: Add missing check for existing hwlat threadErica Bugden2018-08-011-0/+3
* trace: make trace_hwlat timestamp y2038 safeDeepa Dinamani2017-05-081-7/+7
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* Merge tag 'trace-v4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2017-02-271-17/+17
|\
| * tracing: Clean up the hwlat binding codeSteven Rostedt (VMware)2017-01-311-17/+17
* | Merge tag 'trace-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2017-02-271-4/+1
|\ \ | |/ |/|
| * tracing/hwlat: Update old comment about migrationLuiz Capitulino2017-02-151-4/+1
* | tracing: Fix hwlat kthread migrationSteven Rostedt (VMware)2017-01-311-3/+5
|/
* tracing: Make __buffer_unlock_commit() always_inlineSteven Rostedt (Red Hat)2016-11-231-1/+1
* tracing: Add NMI tracing in hwlat detectorSteven Rostedt (Red Hat)2016-09-021-0/+51
* tracing: Have hwlat trace migrate across tracing_cpumask CPUsSteven Rostedt (Red Hat)2016-09-021-0/+55
* tracing: Added hardware latency tracerSteven Rostedt (Red Hat)2016-09-021-0/+527