summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-11-304-3/+62
|\
| * tracing/fgraph: Fix set_graph_function from showing interruptsSteven Rostedt (VMware)2018-11-304-3/+62
* | Merge tag 'trace-v4.20-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-11-302-13/+43
|\|
| * function_graph: Have profiler use curr_ret_stack and not depthSteven Rostedt (VMware)2018-11-281-2/+2
| * function_graph: Reverse the order of pushing the ret_stack and the callbackSteven Rostedt (VMware)2018-11-281-4/+6
| * function_graph: Move return callback before update of curr_ret_stackSteven Rostedt (VMware)2018-11-281-9/+13
| * function_graph: Use new curr_ret_depth to manage depth instead of curr_ret_stackSteven Rostedt (VMware)2018-11-282-8/+16
| * function_graph: Make ftrace_push_return_trace() staticSteven Rostedt (VMware)2018-11-281-1/+1
| * function_graph: Create function_graph_enter() to consolidate architecture codeSteven Rostedt (VMware)2018-11-261-0/+16
* | bpf: fix check of allowed specifiers in bpf_trace_printkMartynas Pumputis2018-11-231-3/+5
|/
* tracing/kprobes: Fix strpbrk() argument orderMasami Hiramatsu2018-11-051-1/+1
* Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockLinus Torvalds2018-11-021-2/+2
|\
| * blkcg: revert blkcg cleanups seriesDennis Zhou2018-11-021-2/+2
* | Merge tag 'platform-drivers-x86-v4.20-1' of git://git.infradead.org/linux-pla...Linus Torvalds2018-11-011-1/+1
|\ \
| * | tracing: Trivia spelling fix containerof() -> container_of()Andy Shevchenko2018-09-261-1/+1
* | | Merge tag 'trace-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-10-308-914/+951
|\ \ \
| * | | tracing: Have stack tracer trace full stackSteven Rostedt (VMware)2018-10-271-1/+1
| * | | tracing: Export trace_dump_stack to modulesNikolay Borisov2018-10-271-0/+1
| * | | tracing: probeevent: Fix uninitialized used of offset in parse argsSteven Rostedt (VMware)2018-10-121-1/+1
| * | | tracing/kprobes: Allow kprobe-events to record module symbolMasami Hiramatsu2018-10-113-10/+68
| * | | tracing/kprobes: Check the probe on unloaded module correctlyMasami Hiramatsu2018-10-111-13/+26
| * | | tracing/uprobes: Fix to return -EFAULT if copy_from_user failedMasami Hiramatsu2018-10-111-1/+1
| * | | tracing: probeevent: Add $argN for accessing function argsMasami Hiramatsu2018-10-115-20/+49
| * | | tracing: probeevent: Add array type supportMasami Hiramatsu2018-10-114-40/+170
| * | | tracing: probeevent: Add symbol typeMasami Hiramatsu2018-10-113-4/+18
| * | | tracing: probeevent: Unify fetch_insn processing common partMasami Hiramatsu2018-10-113-82/+63Star
| * | | tracing: probeevent: Append traceprobe_ for exported functionMasami Hiramatsu2018-10-114-6/+6
| * | | tracing: probeevent: Return consumed bytes of dynamic areaMasami Hiramatsu2018-10-114-110/+88Star
| * | | tracing: probeevent: Unify fetch type tablesMasami Hiramatsu2018-10-114-75/+39Star
| * | | tracing: probeevent: Introduce new argument fetching codeMasami Hiramatsu2018-10-115-678/+491Star
| * | | tracing: probeevent: Remove NOKPROBE_SYMBOL from print functionsMasami Hiramatsu2018-10-111-3/+1Star
| * | | tracing: probeevent: Cleanup argument field definitionMasami Hiramatsu2018-10-114-41/+29Star
| * | | tracing: probeevent: Cleanup print argument functionsMasami Hiramatsu2018-10-114-31/+29Star
| * | | trace_uprobe: support reference counter in fd-based uprobeSong Liu2018-10-113-5/+9
| * | | trace_uprobe/sdt: Prevent multiple reference counter for same uprobeRavi Bangoria2018-09-241-2/+35
| * | | uprobes: Support SDT markers having reference count (semaphore)Ravi Bangoria2018-09-242-4/+36
| * | | tracing/kprobe: Remove unneeded extra strchr() from create_trace_kprobe()Steven Rostedt (VMware)2018-09-241-3/+6
* | | | Merge tag 'trace-v4.19-rc8-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-301-1/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | tracing: Return -ENOENT if there is no target synthetic eventMasami Hiramatsu2018-10-281-1/+3
* | | | Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-blockLinus Torvalds2018-10-221-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe2018-10-011-0/+2
| |\| |
| * | | blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou (Facebook)2018-09-221-2/+2
| | |/ | |/|
* | | tracing: Fix synthetic event to allow semicolon at endMasami Hiramatsu2018-10-191-1/+1
* | | tracing: Fix synthetic event to accept unsigned modifierMasami Hiramatsu2018-10-191-6/+24
* | | tracing: Use trace_clock_local() for looping in preemptirq_delay_test.cSteven Rostedt (VMware)2018-10-171-5/+5
| |/ |/|
* | ring-buffer: Allow for rescheduling when removing pagesVaibhav Nagarnaik2018-09-181-0/+2
|/
* Merge tag 'trace-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2018-08-233-1/+25
|\
| * tracing/kprobes: Fix to check notrace function with correct rangeMasami Hiramatsu2018-08-211-1/+8
| * tracing: Allow gcov profiling on only ftrace subsystemMasami Hiramatsu2018-08-212-0/+17
* | Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-blockLinus Torvalds2018-08-221-0/+4
|\ \