summaryrefslogtreecommitdiffstats
path: root/kernel/trace (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * ftrace: fpid_next() should increase position indexVasily Averin2020-01-301-2/+3
| * tracing: Fix sched switch start/stop refcount racy updatesMathieu Desnoyers2020-01-301-1/+3
| * tracing/boot: Move external function declarations to kernel/trace/trace.hMasami Hiramatsu2020-01-292-15/+17
| * tracing/boot: Include required headers and sort it alphabeticallyMasami Hiramatsu2020-01-291-1/+8
| * tracing: Add 'hist:' to hist trigger error log error stringTom Zanussi2020-01-291-1/+2
| * tracing: Add hist trigger error messages for sort specificationTom Zanussi2020-01-291-4/+17
| * tracing: Simplify assignment parsing for hist triggersTom Zanussi2020-01-291-43/+27
| * tracing: Use pr_err() instead of WARN() for memory failuresSteven Rostedt (VMware)2020-01-253-11/+23
| * tracing: Decrement trace_array when bootconfig creates an instanceSteven Rostedt (VMware)2020-01-252-0/+5
| * tracing: Remove unneeded NULL checkDan Carpenter2020-01-251-1/+1
| * tracing: Set kernel_stack's caller size properlyJosef Bacik2020-01-251-1/+1
| * tracing: Fix tracing_stat return values in error handling pathsLuis Henriques2020-01-251-4/+8
| * tracing: Fix very unlikely race of registering two stat tracersSteven Rostedt (VMware)2020-01-241-10/+9
| * trace/kprobe: Remove unused MAX_KPROBE_CMDLINE_SIZEAlex Shi2020-01-221-1/+0
| * tracing: Fix uninitialized buffer var on early exit to trace_vbprintk()Steven Rostedt (VMware)2020-01-221-1/+2
| * tracing/boot: Fix an IS_ERR() vs NULL bugDan Carpenter2020-01-221-1/+1
| * tracing: Remove unused TRACE_SEQ_BUF_USEDAlex Shi2020-01-221-3/+0
| * ring-buffer: Remove abandoned macro RB_MISSED_FLAGSAlex Shi2020-01-221-2/+0
| * ftrace: Remove NR_TO_INIT macroAlex Shi2020-01-211-3/+0
| * ftrace: Remove abandoned macrosAlex Shi2020-01-211-2/+0
| * tracing: Allow trace_printk() to nest in other tracing codeSteven Rostedt (VMware)2020-01-161-5/+19
| * ring-buffer: Fix kernel doc for rb_update_event()Steven Rostedt (VMware)2020-01-141-3/+3
| * ring-bufer: kernel-doc warning fixesFabian Frederick2020-01-141-0/+3
| * tracing: trigger: Replace unneeded RCU-list traversalsMasami Hiramatsu2020-01-132-16/+45
| * tracing/boot: Add function tracer filter optionsMasami Hiramatsu2020-01-131-0/+40
| * tracing/boot: Add cpu_mask option supportMasami Hiramatsu2020-01-132-13/+43
| * tracing/boot: Add instance node supportMasami Hiramatsu2020-01-131-5/+38
| * tracing/boot: Add synthetic event supportMasami Hiramatsu2020-01-132-0/+52
| * tracing/boot Add kprobe event supportMasami Hiramatsu2020-01-132-0/+51
| * tracing/boot: Add per-event settingsMasami Hiramatsu2020-01-132-1/+61
| * tracing/boot: Add boot-time tracingMasami Hiramatsu2020-01-134-5/+128
| * tracing: Add NULL trace-array check in print_synth_event()Masami Hiramatsu2020-01-131-1/+1
| * tracing: Accept different type for synthetic event fieldsMasami Hiramatsu2020-01-131-2/+5
| * tracing: kprobes: Register to dynevent earlier stageMasami Hiramatsu2020-01-131-4/+15
| * tracing: kprobes: Output kprobe event to printk bufferMasami Hiramatsu2020-01-133-31/+31
| * tracing: Apply soft-disabled and filter to tracepoints printkMasami Hiramatsu2020-01-131-0/+7
| * tracing: Make struct ring_buffer less ambiguousSteven Rostedt (VMware)2020-01-1315-126/+126
| * tracing: Rename trace_buffer to array_bufferSteven Rostedt (VMware)2020-01-1317-193/+193
* | Merge branch 'work.recursive_removal' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-02-053-6/+6
|\ \
| * | simple_recursive_removal(): kernel-side rm -rf for ramfs-style filesystemsAl Viro2019-12-113-6/+6
* | | Merge tag 'trace-v5.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-01-291-2/+4
|\ \ \
| * | | tracing/kprobes: Have uname use __get_str() in print_fmtSteven Rostedt (VMware)2020-01-271-2/+4
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-291-3/+24
|\ \ \ \
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-267-70/+158
| |\| | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-01-231-3/+24
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | bpf: Add bpf_send_signal_thread() helperYonghong Song2020-01-151-3/+24
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-01-288-168/+139
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Merge branch 'core/kprobes' into perf/core, to pick up fixesIngo Molnar2020-01-281-1/+2
| |\ \ \ \
| | * | | | tracing: Initialize ret in syscall_enter_define_fields()Steven Rostedt (VMware)2020-01-171-1/+2
| * | | | | Merge tag 'v5.5-rc7' into perf/core, to pick up fixesIngo Molnar2020-01-206-6/+27
| |\ \ \ \ \ | | | |/ / / | | |/| | |