summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2021-10-06blktrace: Fix uaf in blk_trace access after removing by sysfsZhihao Cheng1-0/+8
2021-07-28tracing: Fix bug in rb_per_cpu_empty() that might cause deadloop.Haoran Luo1-4/+24
2021-06-30tracing: Do not stop recording comms if the trace file is being readSteven Rostedt (VMware)1-9/+0
2021-06-30tracing: Do not stop recording cmdlines when tracing is offSteven Rostedt (VMware)1-3/+0
2021-06-30tracing: Do no increment trace_clock_global() by oneSteven Rostedt (VMware)1-3/+3
2021-06-16ftrace: Do not blindly read the ip address in ftrace_bug()Steven Rostedt (VMware)1-1/+7
2021-05-22tracing: Restructure trace_clock_global() to never blockSteven Rostedt (VMware)1-14/+30
2021-05-22tracing: Map all PIDs to command linesSteven Rostedt (VMware)1-26/+15
2021-05-22tracing: Treat recording comm for idle task as a successJoel Fernandes1-1/+5
2021-05-22tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline()Amey Telawane1-1/+1
2021-05-22ftrace: Handle commands when closing set_ftrace_filter fileSteven Rostedt (VMware)1-1/+4
2021-04-10tracing: Add a vmalloc_sync_mappings() for safe measureSteven Rostedt (VMware)1-0/+14
2021-04-07tracing: Fix stack trace event sizeSteven Rostedt (VMware)1-1/+2
2021-02-23fgraph: Initialize tracing_graph_pause at task creationSteven Rostedt (VMware)1-2/+0
2021-02-23tracing: Do not count ftrace events in top level enable outputSteven Rostedt (VMware)1-1/+2
2021-01-30tracing: Fix race in trace_open and buffer resize callGaurav Kohli1-0/+4
2020-12-11tracing: Fix userstacktrace option for instancesSteven Rostedt (VMware)2-6/+9
2020-11-18ring-buffer: Fix recursion protection transitions between interrupt contextSteven Rostedt (VMware)1-10/+44
2020-11-10ftrace: Handle tracing when switching between contextSteven Rostedt (VMware)2-4/+28
2020-11-10ftrace: Fix recursion check for NMI testSteven Rostedt (VMware)1-1/+2
2020-11-10ring-buffer: Return 0 on success from ring_buffer_resize()Qiujun Huang1-4/+4
2020-10-01tracing: Use address-of operator on section symbolsNathan Chancellor1-1/+1
2020-10-01tracing: Set kernel_stack's caller size properlyJosef Bacik1-1/+1
2020-10-01tracing: Adding NULL checks for trace_array descriptor pointerDivya Indi2-0/+5
2020-10-01ftrace: Setup correct FTRACE_FL_REGS flags for moduleChengming Zhou1-3/+6
2020-06-29tracing: Fix event trigger to accept redundant spacesMasami Hiramatsu1-2/+19
2020-06-29blktrace: break out of blktrace setup on concurrent callsLuis Chamberlain1-0/+13
2020-05-20Stop the ad-hoc games with -Wno-maybe-initializedLinus Torvalds1-1/+0
2020-05-20kbuild: compute false-positive -Wmaybe-uninitialized cases in KconfigMasahiro Yamada1-0/+1
2020-05-20blktrace: fix dereference after null checkCengiz Can1-1/+4
2020-05-20blktrace: Protect q->blk_trace with RCUJan Kara1-30/+80
2020-05-20blktrace: fix trace mutex deadlockJens Axboe1-2/+2
2020-05-20blktrace: fix unlocked access to init/start-stop/teardownJens Axboe1-10/+48
2020-05-20blktrace: Fix potential deadlock between delete & sysfs opsWaiman Long1-6/+12
2020-05-10bpf, trace: check event type in bpf_perf_event_readAlexei Starovoitov1-0/+4
2020-04-24tracing: Fix the race between registering 'snapshot' event trigger and trigge...Xiao Yang1-7/+3
2020-03-11fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox1-1/+5
2020-02-28trigger_next should increase position indexVasily Averin1-2/+3
2020-02-28tracing: Fix very unlikely race of registering two stat tracersSteven Rostedt (VMware)1-10/+9
2020-01-14tracing: Have stack tracer compile when MCOUNT_INSN_SIZE is not definedSteven Rostedt (VMware)1-0/+5
2020-01-14kernel/trace: Fix do not unregister tracepoints when register sched_migrate_t...Kaitao Cheng1-1/+3
2020-01-12ftrace: Avoid potential division by zero in function profilerWen Yang1-3/+3
2019-11-06tracing: Initialize iter->seq after zeroing in tracing_read_pipe()Petr Mladek1-0/+1
2019-10-17tracing: Get trace_array reference for available_tracers filesSteven Rostedt (VMware)1-2/+15
2019-08-04tracing/snapshot: Resize spare buffer if size changedEiichi Tsukata1-4/+8
2019-07-10tracing: Silence GCC 9 array bounds warningMiguel Ojeda3-10/+20
2019-06-11tracing: Fix partial reading of trace event's id fileElazar Leibovich1-3/+0
2019-05-16trace: Fix preempt_enable_no_resched() abusePeter Zijlstra1-1/+1
2019-04-27kprobes: Mark ftrace mcount handler functions nokprobeMasami Hiramatsu1-1/+5
2019-04-27tracing: kdb: Fix ftdump to not sleepDouglas Anderson3-6/+11