summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-3/+0
2021-02-09tracing: Add a backward-compatibility check for synthetic event creationTom Zanussi1-19/+74
2021-02-09tracing: Update synth command errorsTom Zanussi1-11/+19
2021-02-09tracing: Rework synthetic event command parsingTom Zanussi1-102/+143
2021-02-09tracing/dynevent: Delegate parsing to create functionMasami Hiramatsu9-73/+120
2021-02-08module: use RCU to synchronize find_moduleChristoph Hellwig1-2/+2
2021-02-05tracing: Do not create "enable" or "filter" files for ftrace event subsystemSteven Rostedt (VMware)1-9/+13
2021-02-05tracing: Do not count ftrace events in top level enable outputSteven Rostedt (VMware)1-1/+2
2021-02-03bpf: Unbreak BPF_PROG_TYPE_KPROBE when kprobe is called via do_int3Alexei Starovoitov1-3/+0
2021-02-02kernel: trace: preemptirq_delay_test: add cpu affinitySong Chen2-0/+18
2021-02-02tracing: Remove definition of DEBUG in trace_mmiotrace.cTom Rix1-2/+0
2021-02-02tracing: Fix a kernel doc warningBean Huo1-0/+1
2021-02-02tracing: Fix spelling of controlling in uprobesBhaskar Chowdhury1-1/+1
2021-02-02tracing: Fix spelling mistake in Kconfig "infinit" -> "infinite"Colin Ian King1-1/+1
2021-02-02tracing: Use in_serving_softirq() to deduct softirq status.Sebastian Andrzej Siewior1-2/+1
2021-02-02tracing: Inline tracing_gen_ctx_flags()Sebastian Andrzej Siewior2-55/+2
2021-02-02tracing: Merge irqflags + preempt counter.Sebastian Andrzej Siewior16-301/+269
2021-02-02ring-buffer: Drop unneeded check in ring_buffer_resize()Qiujun Huang1-5/+1
2021-02-02ring-buffer: Remove cpu_buffer argument from the rb_inc_page()Qiujun Huang1-19/+16
2021-02-02tracing: Remove get/put_cpu() from function_trace_initQiujun Huang1-2/+1
2021-02-02tracing: Update trace_ignore_this_task() kernel-doc commentQiujun Huang1-1/+2
2021-01-29tracing/kprobe: Fix to support kretprobe events on unloaded modulesMasami Hiramatsu1-4/+6
2021-01-29tracing: Use pause-on-trace with the latency tracersViktor Rosendahl1-0/+4
2021-01-29fgraph: Initialize tracing_graph_pause at task creationSteven Rostedt (VMware)1-2/+0
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig1-7/+9
2021-01-11tracing/kprobes: Do the notrace functions check without kprobes on ftraceMasami Hiramatsu2-2/+2
2021-01-08tracing: move function tracer options to KconfigSami Tolvanen1-0/+16
2020-12-17Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds34-347/+650
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-136/+45
2020-12-16Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+0
2020-12-15blktrace: make relay callbacks constJani Nikula1-1/+1
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-4/+37
2020-12-15tracing: Offload eval map updates to a work queueSteven Rostedt (VMware)1-1/+31
2020-12-14Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2020-12-14Merge tag 'perf-kprobes-2020-12-14' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+2
2020-12-14Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+4
2020-12-14Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-0/+2
2020-12-14Revert: "ring-buffer: Remove HAVE_64BIT_ALIGNED_ACCESS"Steven Rostedt (VMware)1-4/+13
2020-12-14ring-buffer: Add rb_check_bpage in __rb_allocate_pagesQiujun Huang1-8/+11
2020-12-14ring-buffer: Fix two typos in commentsQiujun Huang1-2/+2
2020-12-14tracing: Drop unneeded assignment in ring_buffer_resize()Lukas Bulwahn1-2/+0
2020-12-14tracing: Disable ftrace selftests when any tracer is runningMasami Hiramatsu6-14/+25
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-7/+10
2020-12-11bpf: Fix enum names for bpf_this_cpu_ptr() and bpf_per_cpu_ptr() helpersAndrii Nakryiko1-2/+2
2020-12-08bpf: Only provide bpf_sock_from_file with CONFIG_NETFlorent Revest1-20/+2
2020-12-07ring-buffer: Fix a typo in function descriptionQiujun Huang1-1/+1
2020-12-07ring-buffer: Remove obsolete rb_event_is_commit()Lukas Bulwahn1-17/+0
2020-12-07blktrace: fix up a kerneldoc commentChristoph Hellwig1-1/+0
2020-12-07Merge tag 'trace-v5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+8
2020-12-04tracing: Fix userstacktrace option for instancesSteven Rostedt (VMware)1-5/+8