summaryrefslogtreecommitdiff
path: root/kernel/trace/trace.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-28tracing/histogram: Rename "cpu" to "common_cpu"Steven Rostedt (VMware)1-0/+4
2021-07-19tracing: Resize tgid_map to pid_max, not PID_MAX_DEFAULTPaul Burton1-16/+47
2021-07-19tracing: Simplify & fix saved_tgids logicPaul Burton1-25/+13
2021-06-23tracing: Do not stop recording comms if the trace file is being readSteven Rostedt (VMware)1-9/+0
2021-06-23tracing: Do not stop recording cmdlines when tracing is offSteven Rostedt (VMware)1-2/+0
2021-06-16tracing: Correct the length check which causes memory corruptionLiangyan1-1/+1
2021-05-11tracing: Map all PIDs to command linesSteven Rostedt (VMware)1-26/+15
2021-04-07tracing: Fix stack trace event sizeSteven Rostedt (VMware)1-1/+2
2021-02-17tracing: Check length before giving out the filter bufferSteven Rostedt (VMware)1-1/+1
2020-12-11tracing: Fix userstacktrace option for instancesSteven Rostedt (VMware)1-5/+8
2020-11-18tracing: Fix the checking of stackidx in __ftrace_trace_stackQiujun Huang1-2/+2
2020-11-10tracing: Fix out of bounds write in get_trace_bufQiujun Huang1-1/+1
2020-10-07tracing: Make the space reserved for the pid widerSebastian Andrzej Siewior1-19/+19
2020-10-01tracing: Use address-of operator on section symbolsNathan Chancellor1-1/+1
2020-10-01tracing: Adding NULL checks for trace_array descriptor pointerDivya Indi1-0/+3
2020-10-01tracing: Verify if trace array exists before destroying it.Divya Indi1-3/+12
2020-08-21tracing: Move pipe reference to trace array instead of current_tracerSteven Rostedt (VMware)1-6/+6
2020-05-14tracing: Add a vmalloc_sync_mappings() for safe measureSteven Rostedt (VMware)1-0/+13
2020-03-05tracing: Disable trace_printk() on post poned testsSteven Rostedt (VMware)1-0/+2
2020-01-29tracing: Do not set trace clock if tracefs lockdown is in effectMasami Ichikawa1-0/+5
2020-01-12tracing: Do not create directories if lockdown is in affectSteven Rostedt (VMware)1-0/+17
2020-01-09tracing: Fix lock inversion in trace_event_enable_tgid_record()Prateek Sood1-0/+8
2019-12-31tracing: use kvcalloc for tgid_map array allocationYuming Han1-1/+1
2019-10-12tracing: Initialize iter->seq after zeroing in tracing_read_pipe()Petr Mladek1-0/+1
2019-10-12tracing: Add locked_down checks to the open calls of files created for tracefsSteven Rostedt (VMware)1-0/+8
2019-10-12tracing: Add tracing_check_open_get_tr()Steven Rostedt (VMware)1-52/+65
2019-10-12tracing: Have trace events system open call tracing_open_generic_tr()Steven Rostedt (VMware)1-1/+1
2019-10-12tracing: Get trace_array reference for available_tracers filesSteven Rostedt (VMware)1-2/+15
2019-09-20Merge tag 'trace-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-7/+7
2019-09-16Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2019-08-31tracing: Rename tracing_reset() to tracing_reset_cpu()Steven Rostedt (VMware)1-3/+3
2019-08-31tracing/probe: Add immediate string parameter supportMasami Hiramatsu1-1/+1
2019-08-31tracing/probe: Add immediate parameter supportMasami Hiramatsu1-1/+1
2019-08-31tracing/uprobe: Add multi-probe per uprobe event supportMasami Hiramatsu1-1/+1
2019-08-31tracing/kprobe: Add multi-probe per event supportMasami Hiramatsu1-2/+2
2019-08-31tracing: Correct kdoc formatsJakub Kicinski1-12/+14
2019-08-01treewide: Rename rcu_dereference_raw_notrace() to _check()Joel Fernandes (Google)1-2/+2
2019-07-18Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-8/+9
2019-07-16tracing: Pass type into tracing_generic_entry_update()Cong Wang1-4/+4
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+0
2019-06-28tracing/snapshot: Resize spare buffer if size changedEiichi Tsukata1-4/+6
2019-06-28tracing: Fix memory leak in tracing_err_log_open()Takeshi Misawa1-1/+13
2019-06-14tracing: Make two symbols staticYueHaibing1-2/+2
2019-06-03trace: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-4/+0
2019-05-25tracing: Use correct function name in trace_filter_add_remove_task() commentMatthias Kaehlcke1-1/+1
2019-05-25tracing/probe: Support user-space dereferenceMasami Hiramatsu1-2/+3
2019-05-25tracing/probe: Add ustring type for user-space stringMasami Hiramatsu1-1/+1
2019-05-25tracing: Silence GCC 9 array bounds warningMiguel Ojeda1-5/+1
2019-05-15Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-61/+356
2019-05-08tracing: Fix documentation about disabling options using trace_optionsSrivatsa S. Bhat (VMware)1-1/+1