summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2019-06-15tracing/uprobe: Fix obsolete comment on trace_uprobe_create()Eiichi Tsukata1-2/+0
2019-06-14tracing/uprobe: Fix NULL pointer dereference in trace_uprobe_create()Eiichi Tsukata1-3/+10
2019-06-14tracing: Make two symbols staticYueHaibing1-2/+2
2019-06-14tracing: avoid build warning with HAVE_NOP_MCOUNTVasily Gorbik1-3/+2
2019-06-14tracing: Fix out-of-range read in trace_stack_print()Eiichi Tsukata1-1/+1
2019-06-03blktrace: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-6/+0
2019-06-03trace: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-4/+0
2019-06-03perf/core: Allow non-privileged uprobe for user processesSong Liu1-1/+1
2019-06-03sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior1-1/+1
2019-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-8/+88
2019-05-29Merge tag 'trace-v5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-2/+6
2019-05-29bpf: tracing: properly use bpf_prog_array apiStanislav Fomichev1-8/+10
2019-05-28tracing: Avoid memory leak in predicate_parse()Tomas Bortoli1-2/+6
2019-05-28ring-buffer: Remove HAVE_64BIT_ALIGNED_ACCESSSteven Rostedt (VMware)1-13/+4
2019-05-28bpf: check signal validity in nmi for bpf_send_signal() helperYonghong Song1-0/+6
2019-05-26Merge tag 'trace-v5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-10/+20
2019-05-26ftrace: Enable trampoline when rec count returns back to oneCheng Jian1-13/+15
2019-05-26tracing/kprobe: Do not run kprobe boot tests if kprobe_event is on cmdlineSteven Rostedt (VMware)1-0/+8
2019-05-26tracing: Make a separate config for trace event self testsSteven Rostedt (VMware)2-2/+12
2019-05-26tracing/kprobe: Add kprobe_event= boot parameterMasami Hiramatsu1-0/+54
2019-05-26tracing/kprobe: Cast user-space address correctlyMasami Hiramatsu1-1/+3
2019-05-26tracing: Use correct function name in trace_filter_add_remove_task() commentMatthias Kaehlcke1-1/+1
2019-05-26tracing/probe: Support user-space dereferenceMasami Hiramatsu6-14/+53
2019-05-26tracing/probe: Add ustring type for user-space stringMasami Hiramatsu6-8/+77
2019-05-26ftrace: Make enable and update parameters bool when applicableSteven Rostedt (VMware)1-10/+10
2019-05-26tracing: Silence GCC 9 array bounds warningMiguel Ojeda3-10/+20
2019-05-25Merge tag 'trace-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2-3/+11
2019-05-25bpf: implement bpf_send_signal() helperYonghong Song1-0/+72
2019-05-22kernel/trace/trace.h: Remove duplicate header of trace_seq.hJagadeesh Pagadala1-1/+0
2019-05-21Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+1
2019-05-21tracing: Add a check_val() check before updating cond_snapshot() track_valTom Zanussi1-0/+6
2019-05-21tracing: Check keys for variable references in expressions tooTom Zanussi1-2/+2
2019-05-21tracing: Prevent hist_field_var_ref() from accessing NULL tracing_map_eltsTom Zanussi1-0/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+3
2019-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-2/+3
2019-05-16Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds16-381/+992
2019-05-14bpf: mark bpf_event_notify and bpf_event_init as staticStanislav Fomichev1-2/+3
2019-05-11Merge tag 'gpio-v5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds1-7/+0
2019-05-08tracing: Fix documentation about disabling options using trace_optionsSrivatsa S. Bhat (VMware)1-1/+1
2019-05-08tracing: Replace kzalloc with kcallocGustavo A. R. Silva1-2/+2
2019-05-08tracing: Fix partial reading of trace event's id fileElazar Leibovich1-3/+0
2019-05-08tracing: Allow RCU to run between postponed startup testsAnders Roxell1-0/+4
2019-05-08tracing: Fix white space issues in parse_pred() functionColin Ian King1-24/+24
2019-05-08tracing: Eliminate const char[] auto variablesRasmus Villemoes2-22/+14
2019-05-08ring-buffer: Fix mispelling of CalculateYangtao Li1-1/+1
2019-05-08tracing: probeevent: Fix to make the type of $comm stringMasami Hiramatsu1-6/+7
2019-05-08tracing: probeevent: Do not accumulate on ret variableMasami Hiramatsu1-1/+1
2019-05-08tracing: uprobes: Re-enable $comm support for uprobe eventsMasami Hiramatsu2-2/+12
2019-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+30