summaryrefslogtreecommitdiff
path: root/kernel/trace/trace.c
AgeCommit message (Expand)Author
2022-06-14tracing: Avoid adding tracer option before update_tracer_optionsMark-PK Tsai
2022-06-14tracing: Fix sleeping function called from invalid context on RT kernelJun Miao
2022-03-16tracing: Ensure trace buffer is at least 4096 bytes largeSven Schnelle
2022-03-08tracing: Fix return value of __setup handlersRandy Dunlap
2022-02-23tracing: Fix tp_printk option related with tp_printk_stop_on_bootJaeSang Yoo
2022-02-01tracing: Don't inc err_log entry count if entry allocation failsTom Zanussi
2022-01-11tracing: Tag trace_percpu_buffer as a percpu pointerNaveen N. Rao
2022-01-11tracing: Fix check for trace_percpu_buffer validity in get_trace_buf()Naveen N. Rao
2021-08-12tracing: Fix NULL pointer dereference in start_creatingKamal Agrawal
2021-07-28tracing/histogram: Rename "cpu" to "common_cpu"Steven Rostedt (VMware)
2021-07-19tracing: Resize tgid_map to pid_max, not PID_MAX_DEFAULTPaul Burton
2021-07-19tracing: Simplify & fix saved_tgids logicPaul Burton
2021-06-23tracing: Do not stop recording comms if the trace file is being readSteven Rostedt (VMware)
2021-06-23tracing: Do not stop recording cmdlines when tracing is offSteven Rostedt (VMware)
2021-06-16tracing: Correct the length check which causes memory corruptionLiangyan
2021-05-11tracing: Map all PIDs to command linesSteven Rostedt (VMware)
2021-04-07tracing: Fix stack trace event sizeSteven Rostedt (VMware)
2021-02-17tracing: Check length before giving out the filter bufferSteven Rostedt (VMware)
2020-12-30tracing: Disable ftrace selftests when any tracer is runningMasami Hiramatsu
2020-12-04tracing: Fix userstacktrace option for instancesSteven Rostedt (VMware)
2020-11-30tracing: Fix alignment of static bufferMinchan Kim
2020-11-02tracing: Fix the checking of stackidx in __ftrace_trace_stackQiujun Huang
2020-11-02tracing: Fix out of bounds write in get_trace_bufQiujun Huang
2020-10-15Merge tag 'trace-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2020-10-15Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-10-15tracing: Fix some typos in commentsQiujun Huang
2020-10-12Merge tag 'core-static_call-2020-10-12' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2020-10-08tracing: Remove a pointless assignmentSudip Mukherjee
2020-10-08tracing: Add README information for synthetic_events fileTom Zanussi
2020-10-05tracing: Add trace_export support for trace_markerTingwei Zhang
2020-10-05tracing: Add trace_export support for event traceTingwei Zhang
2020-10-05tracing: Add flag to control different tracesTingwei Zhang
2020-09-29tracing: Fix trace_find_next_entry() accounting of temp buffer sizeSteven Rostedt (VMware)
2020-09-25tracing/boot: Initialize per-instance event list in early bootMasami Hiramatsu
2020-09-21tracing: Enable creating new instance early bootMasami Hiramatsu
2020-09-21tracing/uprobes: Support perf-style return probeMasami Hiramatsu
2020-09-21tracing/kprobes: Support perf-style return probeMasami Hiramatsu
2020-09-21tracing: remove a pointless assignmentDan Carpenter
2020-09-21tracing: Use __this_cpu_read() in trace_buffered_event_enable()Xianting Tian
2020-09-21tracing: Delete repeated words in commentsRandy Dunlap
2020-09-18tracing: make tracing_init_dentry() returns an integer instead of a d_entry p...Wei Yang
2020-09-18tracing: Make the space reserved for the pid widerSebastian Andrzej Siewior
2020-09-01module: Fix up module_notifier return valuesPeter Zijlstra
2020-08-07Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2020-08-07tracing: Add trace_array_init_printk() to initialize instance trace_printk() ...Steven Rostedt (VMware)
2020-08-06Merge tag 'fsnotify_for_v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-03trace : Have tracing buffer info use kvzalloc instead of kzallocZhaoyang Huang
2020-07-30tracing: Remove outdated comment in stack handlingVincent Whitchurch
2020-07-27fsnotify: create helper fsnotify_inode()Amir Goldstein
2020-07-23tracefs: Remove unnecessary debug_fs checks.Peter Enderborg