summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* ftrace: Fix kmemleak in unregister_ftrace_graphShu Wang2017-10-121-14/+0
* tracing: Erase irqsoff trace with empty writeBo Yan2017-10-051-2/+8
* tracing: Fix trace_pipe behavior for instance tracesTahsin Erdogan2017-10-051-1/+1
* tracing: Apply trace_clock changes to instance max bufferBaohong Liu2017-09-271-1/+1
* tracing: Add barrier to trace_printk() buffer nesting modificationSteven Rostedt (VMware)2017-09-271-1/+7
* ftrace: Fix memleak when unregistering dynamic ops when tracing disabledSteven Rostedt (VMware)2017-09-271-4/+6
* ftrace: Fix selftest goto location on errorSteven Rostedt (VMware)2017-09-271-1/+1
* ftrace: Check for null ret_stack on profile function graph entry functionSteven Rostedt (VMware)2017-08-301-0/+4
* tracing: Fix freeing of filter in create_filter() when set_str is falseSteven Rostedt (VMware)2017-08-301-0/+4
* tracing: Fix kmemleak in tracing_map_array_free()Chunyu Hu2017-08-301-4/+7
* tracing: Call clear_boot_tracer() at lateinit_syncSteven Rostedt (VMware)2017-08-301-1/+1
* bpf: fix bpf_trace_printk on 32 bit archsDaniel Borkmann2017-08-301-4/+30
* tracing: Fix kmemleak in instance_rmdirChunyu Hu2017-07-271-0/+1
* ftrace: Fix uninitialized variable in match_records()Dan Carpenter2017-07-271-1/+1
* tracing: Use SOFTIRQ_OFFSET for softirq dectection for more accurate resultsPavankumar Kondeti2017-07-211-1/+1
* tracing/kprobes: Allow to create probe with a module name starting with a digitSabrina Dubroca2017-07-121-13/+8
* tracing/kprobes: Enforce kprobes teardown after testingThomas Gleixner2017-05-251-0/+5
* ring-buffer: Have ring_buffer_iter_empty() return true when emptySteven Rostedt (VMware)2017-04-271-2/+14
* tracing: Allocate the snapshot buffer before enabling probeSteven Rostedt (VMware)2017-04-271-3/+5
* ftrace: Fix function pid filter on instancesNamhyung Kim2017-04-213-0/+12
* ftrace: Fix removing of second function probeSteven Rostedt (VMware)2017-04-211-4/+16
* ring-buffer: Fix return value check in test_ringbuffer()Wei Yongjun2017-04-121-4/+4
* fs: Better permission checking for submountsEric W. Biederman2017-03-151-2/+2
* tracing: Fix hwlat kthread migrationSteven Rostedt (VMware)2017-02-091-3/+5
* fgraph: Handle a case where a tracer ignores set_graph_notraceSteven Rostedt (Red Hat)2017-01-091-3/+14
* ftrace: Add more checks for FTRACE_FL_DISABLED in processing ip recordsSteven Rostedt (Red Hat)2016-11-141-0/+22
* ftrace: Ignore FTRACE_FL_DISABLED while walking dyn_ftrace recordsAlexei Starovoitov2016-11-141-1/+1
* Disable the __builtin_return_address() warning globally after allLinus Torvalds2016-10-121-4/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-10-071-4/+2
|\
| * tracing/syscalls: fix multiline in error message textColin Ian King2016-09-291-4/+2
* | Merge tag 'trace-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2016-10-0611-9/+783
|\ \
| * | tracing: Call traceoff trigger after event is recordedMasami Hiramatsu2016-09-231-0/+1
| * | tracing: Have max_latency be defined for HWLAT_TRACER as wellSteven Rostedt (Red Hat)2016-09-122-3/+5
| * | tracing: Add NMI tracing in hwlat detectorSteven Rostedt (Red Hat)2016-09-023-3/+72
| * | tracing: Have hwlat trace migrate across tracing_cpumask CPUsSteven Rostedt (Red Hat)2016-09-021-0/+55
| * | tracing: Added hardware latency tracerSteven Rostedt (Red Hat)2016-09-027-1/+642
| * | ftrace: Access ret_stack->subtime only in the function profilerNamhyung Kim2016-09-012-1/+6
| * | function_graph: Handle TRACE_BPUTS in print_graph_commentNamhyung Kim2016-09-011-0/+5
| * | tracing/uprobe: Drop isdigit() check in create_trace_uprobeDmitry Safonov2016-09-011-4/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-10-051-35/+125
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-021-13/+16
| |\ \ \
| * | | | bpf: add BPF_CALL_x macros for declaring helpersDaniel Borkmann2016-09-091-39/+36
| * | | | bpf: add BPF_SIZEOF and BPF_FIELD_SIZEOF macrosDaniel Borkmann2016-09-091-6/+6
| * | | | bpf: introduce BPF_PROG_TYPE_PERF_EVENT program typeAlexei Starovoitov2016-09-021-0/+61
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-301-1/+1
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-181-3/+3
| |\ \ \ \
| * | | | | bpf: allow bpf_get_prandom_u32() to be used in tracingAlexei Starovoitov2016-08-121-0/+2
| * | | | | bpf: Add bpf_current_task_under_cgroup helperSargun Dhillon2016-08-121-0/+30
* | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-032-7/+65
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'x86/urgent' into x86/asmThomas Gleixner2016-09-301-13/+16
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |