aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2018-11-30Merge tag 'trace-v4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-3/+62
2018-11-30Merge tag 'trace-v4.20-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-13/+43
2018-11-29tracing/fgraph: Fix set_graph_function from showing interruptsGravatar Steven Rostedt (VMware) 4-3/+62
2018-11-27function_graph: Have profiler use curr_ret_stack and not depthGravatar Steven Rostedt (VMware) 1-2/+2
2018-11-27function_graph: Reverse the order of pushing the ret_stack and the callbackGravatar Steven Rostedt (VMware) 1-4/+6
2018-11-27function_graph: Move return callback before update of curr_ret_stackGravatar Steven Rostedt (VMware) 1-9/+13
2018-11-27function_graph: Use new curr_ret_depth to manage depth instead of curr_ret_stackGravatar Steven Rostedt (VMware) 2-8/+16
2018-11-27function_graph: Make ftrace_push_return_trace() staticGravatar Steven Rostedt (VMware) 1-1/+1
2018-11-26function_graph: Create function_graph_enter() to consolidate architecture codeGravatar Steven Rostedt (VMware) 1-0/+16
2018-11-23bpf: fix check of allowed specifiers in bpf_trace_printkGravatar Martynas Pumputis 1-3/+5
2018-11-05tracing/kprobes: Fix strpbrk() argument orderGravatar Masami Hiramatsu 1-1/+1
2018-11-02Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+2
2018-11-01blkcg: revert blkcg cleanups seriesGravatar Dennis Zhou 1-2/+2
2018-11-01Merge tag 'platform-drivers-x86-v4.20-1' of git://git.infradead.org/linux-pla...Gravatar Linus Torvalds 1-1/+1
2018-10-30Merge tag 'trace-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 8-914/+951
2018-10-30Merge tag 'trace-v4.19-rc8-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+3
2018-10-28tracing: Return -ENOENT if there is no target synthetic eventGravatar Masami Hiramatsu 1-1/+3
2018-10-27tracing: Have stack tracer trace full stackGravatar Steven Rostedt (VMware) 1-1/+1
2018-10-27tracing: Export trace_dump_stack to modulesGravatar Nikolay Borisov 1-0/+1
2018-10-22Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+2
2018-10-19tracing: Fix synthetic event to allow semicolon at endGravatar Masami Hiramatsu 1-1/+1
2018-10-19tracing: Fix synthetic event to accept unsigned modifierGravatar Masami Hiramatsu 1-6/+24
2018-10-17tracing: Use trace_clock_local() for looping in preemptirq_delay_test.cGravatar Steven Rostedt (VMware) 1-5/+5
2018-10-12tracing: probeevent: Fix uninitialized used of offset in parse argsGravatar Steven Rostedt (VMware) 1-1/+1
2018-10-10tracing/kprobes: Allow kprobe-events to record module symbolGravatar Masami Hiramatsu 3-10/+68
2018-10-10tracing/kprobes: Check the probe on unloaded module correctlyGravatar Masami Hiramatsu 1-13/+26
2018-10-10tracing/uprobes: Fix to return -EFAULT if copy_from_user failedGravatar Masami Hiramatsu 1-1/+1
2018-10-10tracing: probeevent: Add $argN for accessing function argsGravatar Masami Hiramatsu 5-20/+49
2018-10-10tracing: probeevent: Add array type supportGravatar Masami Hiramatsu 4-40/+170
2018-10-10tracing: probeevent: Add symbol typeGravatar Masami Hiramatsu 3-4/+18
2018-10-10tracing: probeevent: Unify fetch_insn processing common partGravatar Masami Hiramatsu 3-82/+63
2018-10-10tracing: probeevent: Append traceprobe_ for exported functionGravatar Masami Hiramatsu 4-6/+6
2018-10-10tracing: probeevent: Return consumed bytes of dynamic areaGravatar Masami Hiramatsu 4-110/+88
2018-10-10tracing: probeevent: Unify fetch type tablesGravatar Masami Hiramatsu 4-75/+39
2018-10-10tracing: probeevent: Introduce new argument fetching codeGravatar Masami Hiramatsu 5-678/+491
2018-10-10tracing: probeevent: Remove NOKPROBE_SYMBOL from print functionsGravatar Masami Hiramatsu 1-3/+1
2018-10-10tracing: probeevent: Cleanup argument field definitionGravatar Masami Hiramatsu 4-41/+29
2018-10-10tracing: probeevent: Cleanup print argument functionsGravatar Masami Hiramatsu 4-31/+29
2018-10-10trace_uprobe: support reference counter in fd-based uprobeGravatar Song Liu 3-5/+9
2018-10-01Merge tag 'v4.19-rc6' into for-4.20/blockGravatar Jens Axboe 1-0/+2
2018-09-26tracing: Trivia spelling fix containerof() -> container_of()Gravatar Andy Shevchenko 1-1/+1
2018-09-24trace_uprobe/sdt: Prevent multiple reference counter for same uprobeGravatar Ravi Bangoria 1-2/+35
2018-09-24uprobes: Support SDT markers having reference count (semaphore)Gravatar Ravi Bangoria 2-4/+36
2018-09-24tracing/kprobe: Remove unneeded extra strchr() from create_trace_kprobe()Gravatar Steven Rostedt (VMware) 1-3/+6
2018-09-21blkcg: remove bio->bi_css and instead use bio->bi_blkgGravatar Dennis Zhou (Facebook) 1-2/+2
2018-09-17ring-buffer: Allow for rescheduling when removing pagesGravatar Vaibhav Nagarnaik 1-0/+2
2018-08-23Merge tag 'trace-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Gravatar Linus Torvalds 3-1/+25
2018-08-22Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+4
2018-08-21tracing/kprobes: Fix to check notrace function with correct rangeGravatar Masami Hiramatsu 1-1/+8
2018-08-21tracing: Allow gcov profiling on only ftrace subsystemGravatar Masami Hiramatsu 2-0/+17