summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'printk-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-151-1/+3
|\
| * printk/nmi: Prevent deadlock when accessing the main log buffer in NMIPetr Mladek2018-07-091-1/+3
* | Merge tag 'docs-4.19' of git://git.lwn.net/linuxLinus Torvalds2018-08-141-2/+2
|\ \
| * | doc: tracing: Fix a typo of trace_statMasami Hiramatsu2018-07-261-1/+1
| * | docs: histogram.txt: convert it to ReST file formatMauro Carvalho Chehab2018-07-021-1/+1
* | | Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds2018-08-141-3/+3
|\ \ \
| * \ \ Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe2018-08-053-7/+12
| |\ \ \
| * | | | Blktrace: bail out early if block debugfs is not configuredLiu Bo2018-07-091-3/+3
* | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-08-024-7/+48
|\ \ \ \ \
| * | | | | tracing: Quiet gcc warning about maybe unused link variableSteven Rostedt (VMware)2018-07-251-2/+4
| * | | | | tracing: Fix possible double free in event_enable_trigger_func()Steven Rostedt (VMware)2018-07-251-1/+5
| * | | | | tracing/kprobes: Fix trace_probe flags on enable_trace_kprobe() failureArtem Savkov2018-07-251-2/+11
| * | | | | ring_buffer: tracing: Inherit the tracing setting to next ring bufferMasami Hiramatsu2018-07-252-0/+22
| * | | | | tracing: Fix double free of event_trigger_dataSteven Rostedt (VMware)2018-07-251-4/+8
| | |/ / / | |/| | |
* | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-07-258-24/+29
|\ \ \ \ \ | |/ / / /
| * | | | tracing: Reorder display of TGID to be after PIDJoel Fernandes (Google)2018-07-122-6/+7
| * | | | tracing/kprobe: Release kprobe print_fmt properlyJiri Olsa2018-07-111-1/+5
| |/ / /
| * | | tracing: Fix missing return symbol in function_graph outputChangbin Du2018-07-031-1/+4
| * | | ftrace: Nuke clear_ftrace_functionYisheng Xie2018-07-031-12/+1
| * | | tracing: Use __printf markup to silence compilerMathieu Malaterre2018-07-031-0/+5
| * | | tracing: Optimize trace_buffer_iter() logicyuan linyu2018-07-031-3/+1
| * | | tracing: Make create_filter() code match the commentsSteven Rostedt (VMware)2018-07-031-0/+5
| * | | tracing: Avoid string overflowArnd Bergmann2018-07-031-1/+1
| |/ /
* | | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2018-06-262-6/+10
|\ \ \ | |/ /
| * | tracing: Use swap macro in update_max_trGustavo A. R. Silva2018-06-211-5/+1
| * | tracing: Check for no filter when processing event filtersSteven Rostedt (VMware)2018-06-211-1/+9
* | | bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu2018-06-211-8/+3
|/ /
* | docs: Fix some broken referencesMauro Carvalho Chehab2018-06-151-8/+8
* | treewide: Use array_size() in vmalloc()Kees Cook2018-06-121-1/+1
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-122-2/+3
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-123-19/+22
* | Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-06-071-5/+1
|\ \
| * | tracing: Remove PPC32 wart from config TRACING_SUPPORTMichael Ellerman2018-05-031-5/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-063-5/+162
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-06-051-2/+14
| |\ \ \
| | * | | bpf: guard bpf_get_current_cgroup_id() with CONFIG_CGROUPSYonghong Song2018-06-041-0/+2
| | * | | bpf: implement bpf_get_current_cgroup_id() helperYonghong Song2018-06-031-0/+2
| | * | | bpf: fix context access in tracing progs on 32 bit archsDaniel Borkmann2018-06-031-2/+8
| | * | | bpf: bpf_prog_array_copy() should return -ENOENT if exclude_prog not foundSean Young2018-05-301-0/+2
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-06-033-10/+28
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | bpf: introduce bpf subcommand BPF_TASK_FD_QUERYYonghong Song2018-05-243-0/+99
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-113-3/+6
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-071-3/+49
| |\ \ \ \ \
| | * | | | | bpf: Allow bpf_current_task_under_cgroup in interruptTeng Qin2018-04-291-2/+0
| | * | | | | bpf: add bpf_get_stack helperYonghong Song2018-04-291-1/+49
* | | | | | | Merge tag 'trace-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-06-069-53/+92
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | tracing: Use match_string() instead of open coding it in trace_set_options()Yisheng Xie2018-06-051-10/+5
| * | | | | | ring-buffer: Fix a bunch of typos in commentsSteven Rostedt (VMware)2018-06-041-10/+10
| * | | | | | tracing: Allow histogram triggers to access ftrace internal eventsSteven Rostedt (VMware)2018-05-291-1/+1
| * | | | | | tracing: Have zero size length in filter logic be full stringSteven Rostedt (VMware)2018-05-291-11/+12
OpenPOWER on IntegriCloud