summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2020-12-11tracing: Fix userstacktrace option for instancesSteven Rostedt (VMware)2-5/+8
2020-12-11ftrace: Fix updating FTRACE_FL_TRAMPNaveen N. Rao1-1/+21
2020-11-18ring-buffer: Fix recursion protection transitions between interrupt contextSteven Rostedt (VMware)1-10/+44
2020-11-10tracing: Fix out of bounds write in get_trace_bufQiujun Huang1-1/+1
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-10blktrace: fix debugfs use after freeLuis Chamberlain1-6/+12
2020-11-10Blktrace: bail out early if block debugfs is not configuredLiu Bo1-3/+3
2020-11-05ring-buffer: Return 0 on success from ring_buffer_resize()Qiujun Huang1-4/+4
2020-10-14ftrace: Move RCU is watching check after recursion checkSteven Rostedt (VMware)1-5/+3
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-09-03blktrace: ensure our debugfs dir existsLuis Chamberlain1-0/+12
2020-08-21tracing: Use trace_sched_process_free() instead of exit() for pid tracingSteven Rostedt (VMware)2-4/+4
2020-08-21tracing/hwlat: Honor the tracing_cpumaskKevin Hao1-2/+3
2020-08-21ftrace: Setup correct FTRACE_FL_REGS flags for moduleChengming Zhou1-4/+7
2020-06-30tracing: Fix event trigger to accept redundant spacesMasami Hiramatsu1-2/+19
2020-06-30blktrace: break out of blktrace setup on concurrent callsLuis Chamberlain1-0/+13
2020-06-25blktrace: fix endianness for blk_log_remap()Chaitanya Kulkarni1-15/+4
2020-06-25blktrace: fix endianness in get_pdu_int()Chaitanya Kulkarni1-1/+1
2020-06-25blktrace: use errno instead of bi_statusChaitanya Kulkarni1-3/+6
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-31/+83
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-20tracing: Add a vmalloc_sync_mappings() for safe measureSteven Rostedt (VMware)1-0/+13
2020-05-10tracing: Reverse the order of trace_types_lock and event_mutexSteven Rostedt (VMware)2-16/+20
2020-04-24tracing: Fix the race between registering 'snapshot' event trigger and trigge...Xiao Yang1-7/+3
2020-04-24ftrace/kprobe: Show the maxactive number on kprobe_eventsMasami Hiramatsu1-0/+2
2020-03-11tracing: Disable trace_printk() on post poned testsSteven Rostedt (VMware)1-0/+2
2020-02-28trigger_next should increase position indexVasily Averin1-2/+3
2020-02-28ftrace: fpid_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-02-28tracing: Fix tracing_stat return values in error handling pathsLuis Henriques1-4/+8
2020-02-14ftrace: Protect ftrace_graph_hash with ftrace_syncSteven Rostedt (VMware)2-2/+11
2020-02-14ftrace: Add comment to why rcu_dereference_sched() is open codedSteven Rostedt (VMware)1-0/+10
2020-02-14tracing: Annotate ftrace_graph_notrace_hash pointer with __rcuAmol Grover2-3/+7
2020-02-14tracing: Annotate ftrace_graph_hash pointer with __rcuAmol Grover2-4/+7
2020-02-14tracing: Fix sched switch start/stop refcount racy updatesMathieu Desnoyers1-1/+3
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-09ftrace: Avoid potential division by zero in function profilerWen Yang1-3/+3
2020-01-09tracing: Have the histogram compare functions convert to u64 firstSteven Rostedt (VMware)1-2/+2
2020-01-09tracing: Fix lock inversion in trace_event_enable_tgid_record()Prateek Sood2-4/+12
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-10-17ftrace: Get a reference counter for the trace_array on filter filesSteven Rostedt (VMware)1-9/+18