aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)Author
2019-09-16tracing: Prevent hist_field_var_ref() from accessing NULL tracing_map_eltsTom Zanussi
2019-09-12tracing: Avoid memory leak in predicate_parse()Tomas Bortoli
2019-08-17x86/uaccess, ftrace: Fix ftrace_likely_update() vs. SMAPPeter Zijlstra
2019-08-02tracing: Fix partial reading of trace event's id fileElazar Leibovich
2019-05-23fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox
2019-05-15trace: Fix preempt_enable_no_resched() abusePeter Zijlstra
2019-05-15tracing: Fix buffer_ref pipe opsJann Horn
2019-05-15tracing: Fix a memory leak by early error exit in trace_pid_write()Wenwen Wang
2019-05-15kprobes: Mark ftrace mcount handler functions nokprobeMasami Hiramatsu
2019-04-12tracing: kdb: Fix ftdump to not sleepDouglas Anderson
2019-03-26tracing/perf: Use strndup_user() instead of buggy open-coded versionJann Horn
2019-03-26tracing: Do not free iter->trace in fail path of tracing_open_pipe()zhangyi (F)
2019-03-26tracing: Use strncpy instead of memcpy for string keys in hist triggersTom Zanussi
2019-03-20bpf: fix potential deadlock in bpf_prog_registerAlexei Starovoitov
2019-03-16tracing: Fix event filters and triggers to handle negative numbersPavel Tikhomirov
2019-03-08tracing: Fix number of entries in trace headerQuentin Perret
2019-03-08tracing: uprobes: Fix typo in pr_fmt stringAndreas Ziegler
2018-12-30tracing: Fix memory leak of instance function hash filtersSteven Rostedt (VMware)
2018-12-30tracing: Fix memory leak in set_trigger_filter()Steven Rostedt (VMware)
2018-12-30tracing: Fix memory leak in create_filter()Steven Rostedt (VMware)
2018-12-30bpf: fix check of allowed specifiers in bpf_trace_printkMartynas Pumputis
2018-12-15tracing/fgraph: Fix set_graph_function from showing interruptsSteven Rostedt (VMware)
2018-12-15function_graph: Reverse the order of pushing the ret_stack and the callbackSteven Rostedt (VMware)
2018-12-15function_graph: Move return callback before update of curr_ret_stackSteven Rostedt (VMware)
2018-12-15function_graph: Have profiler use curr_ret_stack and not depthSteven Rostedt (VMware)
2018-12-15function_graph: Use new curr_ret_depth to manage depth instead of curr_ret_stackSteven Rostedt (VMware)
2018-12-15function_graph: Make ftrace_push_return_trace() staticSteven Rostedt (VMware)
2018-12-15function_graph: Create function_graph_enter() to consolidate architecture codeSteven Rostedt (VMware)
2018-11-21tracing/kprobes: Check the probe on unloaded module correctlyMasami Hiramatsu
2018-11-13tracing: Return -ENOENT if there is no target synthetic eventMasami Hiramatsu
2018-11-10tracing: Fix synthetic event to allow semicolon at endMasami Hiramatsu
2018-11-10tracing: Fix synthetic event to accept unsigned modifierMasami Hiramatsu
2018-09-29ring-buffer: Allow for rescheduling when removing pagesVaibhav Nagarnaik
2018-09-09uprobes: Use synchronize_rcu() not synchronize_sched()Steven Rostedt (VMware)
2018-09-09tracing/blktrace: Fix to allow setting same valueSteven Rostedt (VMware)
2018-09-09tracing: Do not call start/stop() functions when tracing_on does not changeSteven Rostedt (VMware)
2018-09-05printk/nmi: Prevent deadlock when accessing the main log buffer in NMIPetr Mladek
2018-07-25tracing: Quiet gcc warning about maybe unused link variableSteven Rostedt (VMware)
2018-07-25tracing: Fix possible double free in event_enable_trigger_func()Steven Rostedt (VMware)
2018-07-25tracing/kprobes: Fix trace_probe flags on enable_trace_kprobe() failureArtem Savkov
2018-07-25ring_buffer: tracing: Inherit the tracing setting to next ring bufferMasami Hiramatsu
2018-07-25tracing: Fix double free of event_trigger_dataSteven Rostedt (VMware)
2018-07-12tracing: Reorder display of TGID to be after PIDJoel Fernandes (Google)
2018-07-11tracing/kprobe: Release kprobe print_fmt properlyJiri Olsa
2018-07-03tracing: Fix missing return symbol in function_graph outputChangbin Du
2018-07-03ftrace: Nuke clear_ftrace_functionYisheng Xie
2018-07-03tracing: Use __printf markup to silence compilerMathieu Malaterre
2018-07-03tracing: Optimize trace_buffer_iter() logicyuan linyu
2018-07-03tracing: Make create_filter() code match the commentsSteven Rostedt (VMware)
2018-07-03tracing: Avoid string overflowArnd Bergmann