aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner5-13/+13
2016-12-15Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds17-249/+675
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+7
2016-12-13Merge tag 'pstore-v4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+17
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2016-12-12Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-92/+60
2016-12-12kprobes/trace: Fix kprobe selftest for newer gccMarcin Nowakowski1-5/+23
2016-12-12tracing/kprobes: Add a helper method to return number of probe hitsMarcin Nowakowski1-6/+13
2016-12-12tracing/rb: Init the CPU mask on allocationSebastian Andrzej Siewior1-1/+1
2016-12-12tracing: Use SOFTIRQ_OFFSET for softirq dectection for more accurate resultsPavankumar Kondeti1-1/+1
2016-12-09tracing/fgraph: Have wakeup and irqsoff tracers ignore graph functions tooSteven Rostedt (Red Hat)4-7/+42
2016-12-09fgraph: Handle a case where a tracer ignores set_graph_notraceSteven Rostedt (Red Hat)1-3/+14
2016-12-09tracing: Replace kmap with copy_from_user() in trace_marker writingSteven Rostedt (Red Hat)1-102/+37
2016-12-09tracing: Allow benchmark to be enabled at early_initcall()Steven Rostedt (Red Hat)1-1/+12
2016-12-09tracing: Have system enable return error if one of the events failSteven Rostedt (Red Hat)1-2/+11
2016-12-09tracing: Do not start benchmark on boot upSteven Rostedt (Red Hat)1-1/+11
2016-12-09tracing: Have the reg function allow to failSteven Rostedt (Red Hat)2-2/+3
2016-12-07tracing/rb: Init the CPU mask on allocationSebastian Andrzej Siewior1-1/+1
2016-12-02tracing/rb: Convert to hotplug state machineSebastian Andrzej Siewior2-91/+59
2016-11-29trace: Add an option for boot clock as trace clockJoel Fernandes1-0/+1
2016-11-23ring-buffer: Force rb_end_commit() and rb_set_commit_to_write() inlineSteven Rostedt (Red Hat)1-2/+2
2016-11-23ring-buffer: Froce rb_update_write_stamp() to be inlinedSteven Rostedt (Red Hat)1-2/+2
2016-11-23ring-buffer: Force inline of hotpath helper functionsSteven Rostedt (Red Hat)1-8/+8
2016-11-23tracing: Make __buffer_unlock_commit() always_inlineSteven Rostedt (Red Hat)5-21/+32
2016-11-23tracing: Make tracepoint_printk a static_keySteven Rostedt (Red Hat)2-40/+78
2016-11-23ring-buffer: Always inline rb_event_data()Steven Rostedt (Red Hat)1-1/+1
2016-11-23ring-buffer: Make rb_reserve_next_event() always inlinedSteven Rostedt (Red Hat)1-1/+1
2016-11-23tracing: Create a always_inlined __trace_buffer_lock_reserve()Steven Rostedt (Red Hat)1-39/+48
2016-11-22tracing: Add error checks to creation of event filesSteven Rostedt (Red Hat)1-9/+21
2016-11-22tracing: Add hook to function tracing for other subsystems to useChunyan Zhang1-1/+128
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+23
2016-11-15ftrace: Provide API to use global filtering for ftrace opsJoel Fernandes1-0/+17
2016-11-15tracing: Add new trace_marker_rawSteven Rostedt4-31/+181
2016-11-14tracing: Allow wakeup_dl tracer to be used by instancesZhou Chengming1-0/+1
2016-11-14tracing/filter: Define op as the enum that it isSteven Rostedt (Red Hat)1-10/+12
2016-11-14tracing: Optimise comparison filters and fix binary and for 64 bitSteven Rostedt (Red Hat)1-32/+48
2016-11-14ftrace: Support full glob matchingMasami Hiramatsu5-2/+25
2016-11-14ftrace: Add more checks for FTRACE_FL_DISABLED in processing ip recordsSteven Rostedt (Red Hat)1-0/+22
2016-11-14ftrace: Ignore FTRACE_FL_DISABLED while walking dyn_ftrace recordsAlexei Starovoitov1-1/+1
2016-10-28block: better op and flags encodingChristoph Hellwig1-7/+7
2016-10-22bpf: add helper for retrieving current numa node idDaniel Borkmann1-0/+2
2016-10-12Disable the __builtin_return_address() warning globally after allLinus Torvalds1-4/+0
2016-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-4/+2
2016-10-06Merge tag 'trace-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds11-9/+783
2016-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-35/+125
2016-10-03Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-7/+65
2016-10-03Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-14/+59
2016-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-13/+16
2016-09-30Merge branch 'x86/urgent' into x86/asmThomas Gleixner1-13/+16
2016-09-29tracing/syscalls: fix multiline in error message textColin Ian King1-4/+2