aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace/trace_hwlat.c
AgeCommit message (Expand)Author
2022-01-15trace/hwlat: make use of the helper function kthread_run_on_cpu()Cai Huoqing
2021-10-26tracing/hwlat: Make some internal symbols staticWang ShaoBo
2021-10-08tracing: Disable "other" permission bits in the tracefs filesSteven Rostedt (VMware)
2021-08-17tracing: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior
2021-08-05tracing: Quiet smp_processor_id() use in preemptable warning in hwlatSteven Rostedt (VMware)
2021-06-25trace/hwlat: Support hotplug operationsDaniel Bristot de Oliveira
2021-06-25trace/hwlat: Protect kdata->kthread with get/put_online_cpusDaniel Bristot de Oliveira
2021-06-25trace/hwlat: Remove printk from sampling loopDaniel Bristot de Oliveira
2021-06-25trace/hwlat: Use trace_min_max_param for width and window paramsDaniel Bristot de Oliveira
2021-06-25trace/hwlat: Implement the per-cpu modeDaniel Bristot de Oliveira
2021-06-24trace/hwlat: Switch disable_migrate to mode noneDaniel Bristot de Oliveira
2021-06-24trace/hwlat: Implement the mode config optionDaniel Bristot de Oliveira
2021-06-24trace/hwlat: Fix Clark's emailDaniel Bristot de Oliveira
2021-03-23tracing: Fix various typos in commentsIngo Molnar
2021-02-02tracing: Merge irqflags + preempt counter.Sebastian Andrzej Siewior
2020-12-17Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2020-11-30tracing: Remove WARN_ON in start_thread()Vasily Averin
2020-11-10tracing: Fix some typos in commentsQiujun Huang
2020-09-18tracing: make tracing_init_dentry() returns an integer instead of a d_entry p...Wei Yang
2020-07-30tracing/hwlat: Honor the tracing_cpumaskKevin Hao
2020-07-30tracing/hwlat: Drop the duplicate assignment in start_kthread()Kevin Hao
2020-03-03tracing: Have hwlat ts be first instance and record count of instancesSteven Rostedt (VMware)
2020-02-06Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds
2020-01-13tracing: Make struct ring_buffer less ambiguousSteven Rostedt (VMware)
2020-01-13tracing: Rename trace_buffer to array_bufferSteven Rostedt (VMware)
2019-12-10simple_recursive_removal(): kernel-side rm -rf for ramfs-style filesystemsAl Viro
2019-11-14tracing/hwlat: Fix a few trivial nitsSrivatsa S. Bhat (VMware)
2019-11-13ftrace: Implement fs notification for tracing_max_latencyViktor Rosendahl (BMW)
2019-10-12tracing/hwlat: Don't ignore outer-loop duration when calculating max_latencySrivatsa S. Bhat (VMware)
2019-10-12tracing/hwlat: Report total time spent in all NMIs during the sampleSrivatsa S. Bhat (VMware)
2019-06-03sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior
2018-08-16tracing: Add SPDX License format tags to tracing filesSteven Rostedt (VMware)
2018-08-01tracing: Do a WARN_ON() if start_thread() in hwlat is called when thread existsSteven Rostedt (VMware)
2018-08-01ftrace: Add missing check for existing hwlat threadErica Bugden
2017-05-08trace: make trace_hwlat timestamp y2038 safeDeepa Dinamani
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-27Merge tag 'trace-v4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2017-02-27Merge tag 'trace-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2017-02-15tracing/hwlat: Update old comment about migrationLuiz Capitulino
2017-01-31tracing: Clean up the hwlat binding codeSteven Rostedt (VMware)
2017-01-31tracing: Fix hwlat kthread migrationSteven Rostedt (VMware)
2016-11-23tracing: Make __buffer_unlock_commit() always_inlineSteven Rostedt (Red Hat)
2016-09-02tracing: Add NMI tracing in hwlat detectorSteven Rostedt (Red Hat)
2016-09-02tracing: Have hwlat trace migrate across tracing_cpumask CPUsSteven Rostedt (Red Hat)
2016-09-02tracing: Added hardware latency tracerSteven Rostedt (Red Hat)