summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-02-2240-628/+3083
|\
| * kprobes: Fix to delay the kprobes jump optimizationMasami Hiramatsu2021-02-191-10/+21
| * tracing/tools: Add the latency-collector to tools directoryViktor Rosendahl2021-02-125-6/+2161
| * tracing: Make hash-ptr option defaultSteven Rostedt (VMware)2021-02-121-1/+2
| * tracing: Add ptr-hash option to show the hashed pointer valueMasami Hiramatsu2021-02-113-0/+10
| * tracing: Update the stage 3 of trace event macro commentMasami Hiramatsu2021-02-111-9/+20
| * tracing: Show real address for trace event argumentsMasami Hiramatsu2021-02-115-3/+88
| * selftests/ftrace: Add '!event' synthetic event syntax checkTom Zanussi2021-02-111-0/+4
| * selftests/ftrace: Update synthetic event syntax errorsTom Zanussi2021-02-111-8/+27
| * tracing: Add a backward-compatibility check for synthetic event creationTom Zanussi2021-02-091-19/+74
| * tracing: Update synth command errorsTom Zanussi2021-02-091-11/+19
| * tracing: Rework synthetic event command parsingTom Zanussi2021-02-091-102/+143
| * tracing/dynevent: Delegate parsing to create functionMasami Hiramatsu2021-02-099-73/+120
| * kprobes: Warn if the kprobe is reregisteredMasami Hiramatsu2021-02-091-5/+8
| * ftrace: Remove unused ftrace_force_update()Jinyang He2021-02-091-2/+0
| * tracepoints: Code clean upSteven Rostedt (VMware)2021-02-092-57/+36
| * tracepoints: Do not punish non static call usersSteven Rostedt (VMware)2021-02-091-10/+13
| * tracepoints: Remove unnecessary "data_args" macro parameterSteven Rostedt (VMware)2021-02-091-20/+11
| * tracing: Do not create "enable" or "filter" files for ftrace event subsystemSteven Rostedt (VMware)2021-02-051-9/+13
| * kernel: trace: preemptirq_delay_test: add cpu affinitySong Chen2021-02-022-0/+18
| * tracepoint: Do not fail unregistering a probe due to memory failureSteven Rostedt (VMware)2021-02-021-16/+64
| * tracing: Remove definition of DEBUG in trace_mmiotrace.cTom Rix2021-02-021-2/+0
| * tracing: Fix a kernel doc warningBean Huo2021-02-021-0/+1
| * tracing: Fix spelling of controlling in uprobesBhaskar Chowdhury2021-02-021-1/+1
| * tracing: Fix spelling mistake in Kconfig "infinit" -> "infinite"Colin Ian King2021-02-021-1/+1
| * tracing: Remove NULL check from current in tracing_generic_entry_update().Sebastian Andrzej Siewior2021-02-021-3/+1
| * tracing: Use in_serving_softirq() to deduct softirq status.Sebastian Andrzej Siewior2021-02-021-2/+1
| * tracing: Inline tracing_gen_ctx_flags()Sebastian Andrzej Siewior2021-02-023-58/+53
| * tracing: Merge irqflags + preempt counter.Sebastian Andrzej Siewior2021-02-0217-308/+287
| * ring-buffer: Drop unneeded check in ring_buffer_resize()Qiujun Huang2021-02-021-5/+1
| * ring-buffer: Remove cpu_buffer argument from the rb_inc_page()Qiujun Huang2021-02-021-19/+16
| * tracing: Remove get/put_cpu() from function_trace_initQiujun Huang2021-02-021-2/+1
| * tracing: Update trace_ignore_this_task() kernel-doc commentQiujun Huang2021-02-021-1/+2
| * tracing: Add printf attribute to log functionTom Rix2021-02-021-1/+2
* | Merge tag 'perf-tools-for-v5.12-2020-02-19' of git://git.kernel.org/pub/scm/l...Linus Torvalds2021-02-22183-974/+6938
|\ \
| * | perf buildid-cache: Don't skip 16-byte build-idsNicholas Fraser2021-02-182-3/+6
| * | perf buildid-cache: Add test for 16-byte build-idNicholas Fraser2021-02-181-0/+6
| * | perf symbol: Remove redundant libbfd checksNicholas Fraser2021-02-181-9/+0
| * | perf test: Output the sub testing result in cs-etmLeo Yan2021-02-181-10/+14
| * | perf test: Suppress logs in cs-etm testingLeo Yan2021-02-181-12/+9
| * | perf tools: Fix arm64 build error with gcc-11Jianlin Lv2021-02-188-7/+14
| * | perf intel-pt: Add documentation for tracing virtual machinesAdrian Hunter2021-02-181-0/+82
| * | perf intel-pt: Split VM-Entry and VM-Exit branchesAdrian Hunter2021-02-181-1/+21
| * | perf intel-pt: Adjust sample flags for VM-ExitAdrian Hunter2021-02-181-4/+7
| * | perf intel-pt: Allow for a guest kernel address filterAdrian Hunter2021-02-181-1/+7
| * | perf intel-pt: Support decoding of guest kernelAdrian Hunter2021-02-181-12/+69
| * | perf machine: Factor out machine__idle_thread()Adrian Hunter2021-02-183-22/+22
| * | perf machine: Factor out machines__find_guest()Adrian Hunter2021-02-183-6/+11
| * | perf intel-pt: Amend decoder to track the NR flagAdrian Hunter2021-02-182-9/+53
| * | perf intel-pt: Retain the last PIP packet payload as isAdrian Hunter2021-02-185-18/+16