summaryrefslogtreecommitdiff
path: root/kernel/trace (follow)
Commit message (Expand)AuthorAge
* tracing: Use address-of operator on section symbolsNathan Chancellor2020-10-01
* tracing: Set kernel_stack's caller size properlyJosef Bacik2020-10-01
* tracing: Adding NULL checks for trace_array descriptor pointerDivya Indi2020-10-01
* ftrace: Setup correct FTRACE_FL_REGS flags for moduleChengming Zhou2020-10-01
* tracing: Fix event trigger to accept redundant spacesMasami Hiramatsu2020-06-29
* blktrace: break out of blktrace setup on concurrent callsLuis Chamberlain2020-06-29
* Stop the ad-hoc games with -Wno-maybe-initializedLinus Torvalds2020-05-20
* kbuild: compute false-positive -Wmaybe-uninitialized cases in KconfigMasahiro Yamada2020-05-20
* blktrace: fix dereference after null checkCengiz Can2020-05-20
* blktrace: Protect q->blk_trace with RCUJan Kara2020-05-20
* blktrace: fix trace mutex deadlockJens Axboe2020-05-20
* blktrace: fix unlocked access to init/start-stop/teardownJens Axboe2020-05-20
* blktrace: Fix potential deadlock between delete & sysfs opsWaiman Long2020-05-20
* bpf, trace: check event type in bpf_perf_event_readAlexei Starovoitov2020-05-10
* tracing: Fix the race between registering 'snapshot' event trigger and trigge...Xiao Yang2020-04-24
* fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox2020-03-11
* trigger_next should increase position indexVasily Averin2020-02-28
* tracing: Fix very unlikely race of registering two stat tracersSteven Rostedt (VMware)2020-02-28
* tracing: Have stack tracer compile when MCOUNT_INSN_SIZE is not definedSteven Rostedt (VMware)2020-01-14
* kernel/trace: Fix do not unregister tracepoints when register sched_migrate_t...Kaitao Cheng2020-01-14
* ftrace: Avoid potential division by zero in function profilerWen Yang2020-01-12
* tracing: Initialize iter->seq after zeroing in tracing_read_pipe()Petr Mladek2019-11-06
* tracing: Get trace_array reference for available_tracers filesSteven Rostedt (VMware)2019-10-17
* tracing/snapshot: Resize spare buffer if size changedEiichi Tsukata2019-08-04
* tracing: Silence GCC 9 array bounds warningMiguel Ojeda2019-07-10
* tracing: Fix partial reading of trace event's id fileElazar Leibovich2019-06-11
* trace: Fix preempt_enable_no_resched() abusePeter Zijlstra2019-05-16
* kprobes: Mark ftrace mcount handler functions nokprobeMasami Hiramatsu2019-04-27
* tracing: kdb: Fix ftdump to not sleepDouglas Anderson2019-04-27
* tracing: Do not free iter->trace in fail path of tracing_open_pipe()zhangyi (F)2019-03-23
* tracing/uprobes: Fix output for multiple string argumentsAndreas Ziegler2019-02-20
* tracing: Fix memory leak of instance function hash filtersSteven Rostedt (VMware)2018-12-21
* tracing: Fix memory leak in set_trigger_filter()Steven Rostedt (VMware)2018-12-21
* bpf: fix check of allowed specifiers in bpf_trace_printkMartynas Pumputis2018-12-17
* tracing: Skip more functions when doing stack tracing of eventsSteven Rostedt (Red Hat)2018-11-10
* ring-buffer: Allow for rescheduling when removing pagesVaibhav Nagarnaik2018-09-29
* uprobes: Use synchronize_rcu() not synchronize_sched()Steven Rostedt (VMware)2018-09-09
* tracing/blktrace: Fix to allow setting same valueSteven Rostedt (VMware)2018-09-09
* tracing: Do not call start/stop() functions when tracing_on does not changeSteven Rostedt (VMware)2018-09-09
* tracing: Use __printf markup to silence compilerMathieu Malaterre2018-08-24
* ring_buffer: tracing: Inherit the tracing setting to next ring bufferMasami Hiramatsu2018-08-09
* tracing: Quiet gcc warning about maybe unused link variableSteven Rostedt (VMware)2018-08-06
* tracing/kprobes: Fix trace_probe flags on enable_trace_kprobe() failureArtem Savkov2018-08-06
* tracing: Fix possible double free in event_enable_trigger_func()Steven Rostedt (VMware)2018-08-06
* tracing: Fix double free of event_trigger_dataSteven Rostedt (VMware)2018-08-06
* tracing: Fix missing return symbol in function_graph outputChangbin Du2018-07-11
* tracing: Fix crash when freeing instances with event triggersSteven Rostedt (VMware)2018-06-06
* tracing/uprobe_event: Fix strncpy corner caseMasami Hiramatsu2018-05-16
* tracing: Fix regex_match_front() to not over compare the test stringSteven Rostedt (VMware)2018-05-16
* tracing: probeevent: Fix to support minus offset from symbolMasami Hiramatsu2018-03-28