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