summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)Author
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)
2018-01-23tracing: Fix converting enum's from the map in trace_event_eval_update()Steven Rostedt (VMware)
2018-01-02ring-buffer: Do no reuse reader page if still in useSteven Rostedt (VMware)
2018-01-02ring-buffer: Mask out the info bits when returning buffer page lengthSteven Rostedt (VMware)
2018-01-02tracing: Fix crash when it fails to alloc ring bufferJing Xia
2018-01-02tracing: Fix possible double free on failure of allocating trace bufferSteven Rostedt (VMware)
2018-01-02tracing: Remove extra zeroing out of the ring buffer pageSteven Rostedt (VMware)
2017-12-25bpf: fix corruption on concurrent perf_event_output callsDaniel Borkmann
2017-12-25tracing: Exclude 'generic fields' from histogramsTom Zanussi
2017-12-20tracing: Allocate mask_str buffer dynamicallyChangbin Du
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-04Merge tag 'trace-v4.14-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-10-03ftrace: Fix kmemleak in unregister_ftrace_graphShu Wang
2017-09-29sched/tracing: Use common task-state helpersPeter Zijlstra
2017-09-25Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-09-25Merge tag 'trace-v4.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-09-25blktrace: Fix potential deadlock between delete & sysfs opsWaiman Long
2017-09-23tracing: Remove RCU work arounds from stack tracerSteven Rostedt (VMware)
2017-09-20Merge tag 'trace-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-09-19tracing: Fix trace_pipe behavior for instance tracesTahsin Erdogan
2017-09-19tracing: Ignore mmiotrace from kernel commandlineZiqian SUN (Zamir)
2017-09-19tracing: Erase irqsoff trace with empty writeBo Yan
2017-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko
2017-09-11perf/bpf: fix a clang compilation issueYonghong Song