summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* uprobes: Use synchronize_rcu() not synchronize_sched()Steven Rostedt (VMware)2018-09-091-1/+1
* tracing/blktrace: Fix to allow setting same valueSteven Rostedt (VMware)2018-09-091-0/+4
* tracing: Do not call start/stop() functions when tracing_on does not changeSteven Rostedt (VMware)2018-09-091-1/+3
* printk/nmi: Prevent deadlock when accessing the main log buffer in NMIPetr Mladek2018-09-051-1/+3
* tracing: Use __printf markup to silence compilerMathieu Malaterre2018-08-241-0/+5
* ring_buffer: tracing: Inherit the tracing setting to next ring bufferMasami Hiramatsu2018-08-092-0/+22
* tracing: Quiet gcc warning about maybe unused link variableSteven Rostedt (VMware)2018-08-031-2/+4
* tracing/kprobes: Fix trace_probe flags on enable_trace_kprobe() failureArtem Savkov2018-08-031-2/+11
* tracing: Fix possible double free in event_enable_trigger_func()Steven Rostedt (VMware)2018-08-031-1/+5
* tracing: Fix double free of event_trigger_dataSteven Rostedt (VMware)2018-08-031-4/+8
* tracing: Reorder display of TGID to be after PIDJoel Fernandes (Google)2018-07-172-6/+7
* tracing: Fix missing return symbol in function_graph outputChangbin Du2018-07-111-1/+4
* tracing: Make the snapshot trigger work with instancesSteven Rostedt (VMware)2018-06-053-8/+25
* tracing: Fix crash when freeing instances with event triggersSteven Rostedt (VMware)2018-06-051-2/+3
* tracing/uprobe_event: Fix strncpy corner caseMasami Hiramatsu2018-05-161-0/+2
* tracing: Fix regex_match_front() to not over compare the test stringSteven Rostedt (VMware)2018-05-161-0/+3
* tracing: Fix bad use of igrab in trace_uprobe.cSong Liu2018-05-091-14/+10
* tracing: Fix missing tab for hwlat_detector print formatPeter Xu2018-04-291-1/+1
* ring-buffer: Check if memory is available before allocationSteven Rostedt (VMware)2018-04-241-0/+5
* tracing: probeevent: Fix to support minus offset from symbolMasami Hiramatsu2018-03-283-8/+6
* blktrace: fix unlocked registration of tracepointsJens Axboe2018-02-251-10/+22
* tracing: Fix parsing of globs with a wildcard at the beginningSteven Rostedt (VMware)2018-02-221-5/+4
* kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2018-02-221-3/+0
* tracing: Prevent PROFILE_ALL_BRANCHES when FORTIFY_SOURCE=yRandy Dunlap2018-02-221-1/+1
* ftrace: Remove incorrect setting of glob search fieldSteven Rostedt (VMware)2018-02-161-1/+0
* tracing: Fix converting enum's from the map in trace_event_eval_update()Steven Rostedt (VMware)2018-01-231-1/+15
* ring-buffer: Do no reuse reader page if still in useSteven Rostedt (VMware)2018-01-021-0/+6
* ring-buffer: Mask out the info bits when returning buffer page lengthSteven Rostedt (VMware)2018-01-021-1/+5
* tracing: Fix crash when it fails to alloc ring bufferJing Xia2018-01-021-0/+2
* tracing: Fix possible double free on failure of allocating trace bufferSteven Rostedt (VMware)2018-01-021-0/+1
* tracing: Remove extra zeroing out of the ring buffer pageSteven Rostedt (VMware)2018-01-021-9/+1
* bpf: fix corruption on concurrent perf_event_output callsDaniel Borkmann2017-12-251-7/+12
* tracing: Exclude 'generic fields' from histogramsTom Zanussi2017-12-251-2/+2
* tracing: Allocate mask_str buffer dynamicallyChangbin Du2017-12-201-20/+9
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0225-0/+25
* Merge tag 'trace-v4.14-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-10-041-14/+0
|\
| * ftrace: Fix kmemleak in unregister_ftrace_graphShu Wang2017-10-031-14/+0
* | sched/tracing: Use common task-state helpersPeter Zijlstra2017-09-292-19/+10
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-251-6/+12
|\ \
| * | blktrace: Fix potential deadlock between delete & sysfs opsWaiman Long2017-09-251-6/+12
* | | Merge tag 'trace-v4.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-09-251-15/+0
|\ \ \ | | |/ | |/|
| * | tracing: Remove RCU work arounds from stack tracerSteven Rostedt (VMware)2017-09-231-15/+0
* | | Merge tag 'trace-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-09-203-3/+19
|\| | | |/ |/|
| * tracing: Fix trace_pipe behavior for instance tracesTahsin Erdogan2017-09-191-1/+1
| * tracing: Ignore mmiotrace from kernel commandlineZiqian SUN (Zamir)2017-09-193-0/+10
| * tracing: Erase irqsoff trace with empty writeBo Yan2017-09-191-2/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-09-161-1/+1
|\ \
| * | perf/bpf: fix a clang compilation issueYonghong Song2017-09-111-1/+1
* | | mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko2017-09-131-1/+1
|/ /
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-091-1/+1
|\ \