summaryrefslogtreecommitdiff
path: root/kernel/trace/trace.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-04tracing: Skip selftests if tracing is disabledSteven Rostedt (VMware)1-0/+6
2021-02-23Merge tag 'trace-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-123/+160
2021-02-12tracing: Make hash-ptr option defaultSteven Rostedt (VMware)1-1/+2
2021-02-12tracing: Add ptr-hash option to show the hashed pointer valueMasami Hiramatsu1-0/+3
2021-02-12tracing: Show real address for trace event argumentsMasami Hiramatsu1-1/+70
2021-02-11tracing: Check length before giving out the filter bufferSteven Rostedt (VMware)1-1/+1
2021-02-09tracing/dynevent: Delegate parsing to create functionMasami Hiramatsu1-21/+2
2021-02-03tracing: Fix a kernel doc warningBean Huo1-0/+1
2021-02-03tracing: Use in_serving_softirq() to deduct softirq status.Sebastian Andrzej Siewior1-2/+1
2021-02-03tracing: Inline tracing_gen_ctx_flags()Sebastian Andrzej Siewior1-36/+2
2021-02-03tracing: Merge irqflags + preempt counter.Sebastian Andrzej Siewior1-96/+112
2021-02-03tracing: Update trace_ignore_this_task() kernel-doc commentQiujun Huang1-1/+2
2020-12-18Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-8/+45
2020-12-15tracing: Offload eval map updates to a work queueSteven Rostedt (VMware)1-1/+31
2020-12-14tracing: Disable ftrace selftests when any tracer is runningMasami Hiramatsu1-6/+13
2020-12-05tracing: Fix userstacktrace option for instancesSteven Rostedt (VMware)1-5/+8
2020-12-01tracing: Fix alignment of static bufferMinchan Kim1-1/+1
2020-11-11tracing: Fix some typos in commentsQiujun Huang1-1/+1
2020-11-02tracing: Fix the checking of stackidx in __ftrace_trace_stackQiujun Huang1-2/+2
2020-11-02tracing: Fix out of bounds write in get_trace_bufQiujun Huang1-1/+1
2020-10-16Merge tag 'trace-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-38/+73
2020-10-15Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-125/+145
2020-10-15tracing: Fix some typos in commentsQiujun Huang1-2/+2
2020-10-12Merge tag 'core-static_call-2020-10-12' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+1
2020-10-08tracing: Remove a pointless assignmentSudip Mukherjee1-1/+0
2020-10-08tracing: Add README information for synthetic_events fileTom Zanussi1-1/+6
2020-10-05tracing: Add trace_export support for trace_markerTingwei Zhang1-0/+9
2020-10-05tracing: Add trace_export support for event traceTingwei Zhang1-125/+134
2020-10-05tracing: Add flag to control different tracesTingwei Zhang1-17/+19
2020-09-29tracing: Fix trace_find_next_entry() accounting of temp buffer sizeSteven Rostedt (VMware)1-4/+6
2020-09-25tracing/boot: Initialize per-instance event list in early bootMasami Hiramatsu1-1/+2
2020-09-22tracing: Enable creating new instance early bootMasami Hiramatsu1-11/+42
2020-09-22tracing/uprobes: Support perf-style return probeMasami Hiramatsu1-1/+1
2020-09-22tracing/kprobes: Support perf-style return probeMasami Hiramatsu1-1/+1
2020-09-22tracing: remove a pointless assignmentDan Carpenter1-1/+0
2020-09-22tracing: Use __this_cpu_read() in trace_buffered_event_enable()Xianting Tian1-1/+1
2020-09-22tracing: Delete repeated words in commentsRandy Dunlap1-1/+1
2020-09-19tracing: make tracing_init_dentry() returns an integer instead of a d_entry p...Wei Yang1-18/+18
2020-09-18tracing: Make the space reserved for the pid widerSebastian Andrzej Siewior1-19/+19
2020-09-01module: Fix up module_notifier return valuesPeter Zijlstra1-1/+1
2020-08-08Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-20/+60
2020-08-08tracing: Add trace_array_init_printk() to initialize instance trace_printk() ...Steven Rostedt (VMware)1-0/+44
2020-08-07Merge tag 'fsnotify_for_v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+1
2020-08-03trace : Have tracing buffer info use kvzalloc instead of kzallocZhaoyang Huang1-2/+2
2020-07-31tracing: Remove outdated comment in stack handlingVincent Whitchurch1-6/+0
2020-07-28fsnotify: create helper fsnotify_inode()Amir Goldstein1-2/+1
2020-07-23tracefs: Remove unnecessary debug_fs checks.Peter Enderborg1-3/+1
2020-07-01ring-buffer: speed up buffer resets by avoiding synchronize_rcu for each CPUNicholas Piggin1-3/+1
2020-06-30tracing: Move pipe reference to trace array instead of current_tracerSteven Rostedt (VMware)1-6/+6
2020-06-29tracing: Only allow trace_array_printk() to be used by instancesSteven Rostedt (VMware)1-3/+7