summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.c
AgeCommit message (Expand)Author
2021-11-17tracing: Disable "other" permission bits in the tracefs filesSteven Rostedt (VMware)
2021-10-20tracing: Fix missing osnoise tracer on max_latencyJackie Liu
2021-08-16tracing: Apply trace filters on all output channelsPingfan Liu
2021-07-30tracing: Fix NULL pointer dereference in start_creatingKamal Agrawal
2021-07-23tracing/histogram: Rename "cpu" to "common_cpu"Steven Rostedt (VMware)
2021-07-03Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2021-07-01tracing: Resize tgid_map to pid_max, not PID_MAX_DEFAULTPaul Burton
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko
2021-06-30tracing: Simplify & fix saved_tgids logicPaul Burton
2021-06-25tracing: Add LATENCY_FS_NOTIFY to define if latency_fsnotify() is definedSteven Rostedt (VMware)
2021-06-25trace: Add a generic function to read/write u64 values from tracefsDaniel Bristot de Oliveira
2021-06-18tracing: Do not stop recording comms if the trace file is being readSteven Rostedt (VMware)
2021-06-18tracing: Do not stop recording cmdlines when tracing is offSteven Rostedt (VMware)
2021-06-17tracing: Have ftrace_dump_on_oops kernel parameter take numbersSteven Rostedt (VMware)
2021-06-17tracing: Add tp_printk_stop_on_boot optionSteven Rostedt (VMware)
2021-06-10tracing: Add better comments for the filtering temp buffer use caseSteven Rostedt (VMware)
2021-06-10tracing: Simplify the max length test when using the filtering temp bufferSteven Rostedt (VMware)
2021-06-10tracing: Remove redundant initialization of variable retColin Ian King
2021-06-08tracing: Correct the length check which causes memory corruptionLiangyan
2021-05-13tracing: Handle %.*s in trace_check_vprintf()Steven Rostedt (VMware)
2021-05-03Merge tag 'trace-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2021-04-28tracing: Map all PIDs to command linesSteven Rostedt (VMware)
2021-04-26Merge tag 'irq-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-04-20tracing: Fix checking event hash pointer logic when tp_printk is enabledSteven Rostedt (VMware)
2021-04-15tracing: Add method for recording "func_repeats" eventsYordan Karadzhov (VMware)
2021-04-15tracing: Add "last_func_repeats" to struct trace_arrayYordan Karadzhov (VMware)
2021-04-10kernel: Initialize cpumask before parsingTetsuo Handa
2021-04-01tracing: Remove unused argument from "ring_buffer_time_stamp()Yordan Karadzhov (VMware)
2021-04-01Merge branch 'trace/ftrace/urgent' into HEADSteven Rostedt (VMware)
2021-04-01tracing: Fix stack trace event sizeSteven Rostedt (VMware)
2021-03-23tracing: Fix various typos in commentsIngo Molnar
2021-03-18tracing: Add a verifier to check string pointers for trace eventsSteven Rostedt (VMware)
2021-03-18tracing: Add tracing_event_time_stamp() APISteven Rostedt (VMware)
2021-03-18tracing: Use a no_filter_buffering_ref to stop using the filter bufferSteven Rostedt (VMware)
2021-03-18tracing: Pass buffer of event to trigger operationsSteven Rostedt (VMware)
2021-03-04tracing: Skip selftests if tracing is disabledSteven Rostedt (VMware)
2021-02-22Merge tag 'trace-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2021-02-12tracing: Make hash-ptr option defaultSteven Rostedt (VMware)
2021-02-11tracing: Add ptr-hash option to show the hashed pointer valueMasami Hiramatsu
2021-02-11tracing: Show real address for trace event argumentsMasami Hiramatsu
2021-02-11tracing: Check length before giving out the filter bufferSteven Rostedt (VMware)
2021-02-09tracing/dynevent: Delegate parsing to create functionMasami Hiramatsu
2021-02-02tracing: Fix a kernel doc warningBean Huo
2021-02-02tracing: Use in_serving_softirq() to deduct softirq status.Sebastian Andrzej Siewior
2021-02-02tracing: Inline tracing_gen_ctx_flags()Sebastian Andrzej Siewior
2021-02-02tracing: Merge irqflags + preempt counter.Sebastian Andrzej Siewior
2021-02-02tracing: Update trace_ignore_this_task() kernel-doc commentQiujun Huang
2020-12-17Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2020-12-15tracing: Offload eval map updates to a work queueSteven Rostedt (VMware)
2020-12-14tracing: Disable ftrace selftests when any tracer is runningMasami Hiramatsu