summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2019-08-06ftrace: Enable trampoline when rec count returns back to oneCheng Jian
2019-07-10ftrace/x86: Remove possible deadlock between register_kprobe() and ftrace_run...Petr Mladek
2019-07-10tracing/snapshot: Resize spare buffer if size changedEiichi Tsukata
2019-07-10ftrace: Fix NULL pointer dereference in free_ftrace_func_mapper()Wei Li
2019-07-10module: Fix livepatch/ftrace module text permissions raceJosh Poimboeuf
2019-07-03Revert "x86/uaccess, ftrace: Fix ftrace_likely_update() vs. SMAP"Sasha Levin
2019-06-25tracing: Silence GCC 9 array bounds warningMiguel Ojeda
2019-05-31x86/uaccess, ftrace: Fix ftrace_likely_update() vs. SMAPPeter Zijlstra
2019-05-25tracing: Fix partial reading of trace event's id fileElazar Leibovich
2019-05-16tracing/fgraph: Fix set_graph_function from showing interruptsSteven Rostedt (VMware)
2019-05-04fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox
2019-05-02trace: Fix preempt_enable_no_resched() abusePeter Zijlstra
2019-05-02tracing: Fix buffer_ref pipe opsJann Horn
2019-05-02tracing: Fix a memory leak by early error exit in trace_pid_write()Wenwen Wang
2019-04-27kprobes: Mark ftrace mcount handler functions nokprobeMasami Hiramatsu
2019-04-05tracing: kdb: Fix ftdump to not sleepDouglas Anderson
2019-03-23tracing: Do not free iter->trace in fail path of tracing_open_pipe()zhangyi (F)
2019-03-23tracing: Use strncpy instead of memcpy for string keys in hist triggersTom Zanussi
2019-02-27tracing: Fix number of entries in trace headerQuentin Perret
2019-02-20tracing/uprobes: Fix output for multiple string argumentsAndreas Ziegler
2019-02-15tracing: uprobes: Fix typo in pr_fmt stringAndreas Ziegler
2018-12-21tracing: Fix memory leak of instance function hash filtersSteven Rostedt (VMware)
2018-12-21tracing: Fix memory leak in set_trigger_filter()Steven Rostedt (VMware)
2018-12-17bpf: fix check of allowed specifiers in bpf_trace_printkMartynas Pumputis
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-08-24tracing: Use __printf markup to silence compilerMathieu Malaterre
2018-08-09ring_buffer: tracing: Inherit the tracing setting to next ring bufferMasami Hiramatsu
2018-08-03tracing: Quiet gcc warning about maybe unused link variableSteven Rostedt (VMware)
2018-08-03tracing/kprobes: Fix trace_probe flags on enable_trace_kprobe() failureArtem Savkov
2018-08-03tracing: Fix possible double free in event_enable_trigger_func()Steven Rostedt (VMware)
2018-08-03tracing: Fix double free of event_trigger_dataSteven Rostedt (VMware)
2018-07-17tracing: Reorder display of TGID to be after PIDJoel Fernandes (Google)
2018-07-11tracing: Fix missing return symbol in function_graph outputChangbin Du
2018-06-05tracing: Make the snapshot trigger work with instancesSteven Rostedt (VMware)
2018-06-05tracing: Fix crash when freeing instances with event triggersSteven Rostedt (VMware)
2018-05-16tracing/uprobe_event: Fix strncpy corner caseMasami Hiramatsu
2018-05-16tracing: Fix regex_match_front() to not over compare the test stringSteven Rostedt (VMware)
2018-05-09tracing: Fix bad use of igrab in trace_uprobe.cSong Liu
2018-04-29tracing: Fix missing tab for hwlat_detector print formatPeter Xu
2018-04-24ring-buffer: Check if memory is available before allocationSteven Rostedt (VMware)
2018-03-28tracing: probeevent: Fix to support minus offset from symbolMasami Hiramatsu
2018-02-25blktrace: fix unlocked registration of tracepointsJens Axboe
2018-02-22tracing: Fix parsing of globs with a wildcard at the beginningSteven Rostedt (VMware)
2018-02-22kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)
2018-02-22tracing: Prevent PROFILE_ALL_BRANCHES when FORTIFY_SOURCE=yRandy Dunlap
2018-02-16ftrace: Remove incorrect setting of glob search fieldSteven Rostedt (VMware)