summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2019-06-03blktrace: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-6/+0
2019-06-03trace: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-4/+0
2019-06-03perf/core: Allow non-privileged uprobe for user processesSong Liu-1/+1
2019-06-03sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior-1/+1
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-8/+88
2019-05-29Merge tag 'trace-v5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds-2/+6
2019-05-29bpf: tracing: properly use bpf_prog_array apiStanislav Fomichev-8/+10
2019-05-28tracing: Avoid memory leak in predicate_parse()Tomas Bortoli-2/+6
2019-05-28ring-buffer: Remove HAVE_64BIT_ALIGNED_ACCESSSteven Rostedt (VMware)-13/+4
2019-05-28bpf: check signal validity in nmi for bpf_send_signal() helperYonghong Song-0/+6
2019-05-26Merge tag 'trace-v5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-10/+20
2019-05-25ftrace: Enable trampoline when rec count returns back to oneCheng Jian-13/+15
2019-05-25tracing/kprobe: Do not run kprobe boot tests if kprobe_event is on cmdlineSteven Rostedt (VMware)-0/+8
2019-05-25tracing: Make a separate config for trace event self testsSteven Rostedt (VMware)-2/+12
2019-05-25tracing/kprobe: Add kprobe_event= boot parameterMasami Hiramatsu-0/+54
2019-05-25tracing/kprobe: Cast user-space address correctlyMasami Hiramatsu-1/+3
2019-05-25tracing: Use correct function name in trace_filter_add_remove_task() commentMatthias Kaehlcke-1/+1
2019-05-25tracing/probe: Support user-space dereferenceMasami Hiramatsu-14/+53
2019-05-25tracing/probe: Add ustring type for user-space stringMasami Hiramatsu-8/+77
2019-05-25ftrace: Make enable and update parameters bool when applicableSteven Rostedt (VMware)-10/+10
2019-05-25tracing: Silence GCC 9 array bounds warningMiguel Ojeda-10/+20
2019-05-25Merge tag 'trace-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds-3/+11
2019-05-24bpf: implement bpf_send_signal() helperYonghong Song-0/+72
2019-05-22kernel/trace/trace.h: Remove duplicate header of trace_seq.hJagadeesh Pagadala-1/+0
2019-05-21Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-0/+1
2019-05-21tracing: Add a check_val() check before updating cond_snapshot() track_valTom Zanussi-0/+6
2019-05-21tracing: Check keys for variable references in expressions tooTom Zanussi-2/+2
2019-05-21tracing: Prevent hist_field_var_ref() from accessing NULL tracing_map_eltsTom Zanussi-0/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-2/+3
2019-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-2/+3
2019-05-15Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds-381/+992
2019-05-14bpf: mark bpf_event_notify and bpf_event_init as staticStanislav Fomichev-2/+3
2019-05-11Merge tag 'gpio-v5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds-7/+0
2019-05-08tracing: Fix documentation about disabling options using trace_optionsSrivatsa S. Bhat (VMware)-1/+1
2019-05-08tracing: Replace kzalloc with kcallocGustavo A. R. Silva-2/+2
2019-05-08tracing: Fix partial reading of trace event's id fileElazar Leibovich-3/+0
2019-05-08tracing: Allow RCU to run between postponed startup testsAnders Roxell-0/+4
2019-05-08tracing: Fix white space issues in parse_pred() functionColin Ian King-24/+24
2019-05-08tracing: Eliminate const char[] auto variablesRasmus Villemoes-22/+14
2019-05-08ring-buffer: Fix mispelling of CalculateYangtao Li-1/+1
2019-05-08tracing: probeevent: Fix to make the type of $comm stringMasami Hiramatsu-6/+7
2019-05-08tracing: probeevent: Do not accumulate on ret variableMasami Hiramatsu-1/+1
2019-05-08tracing: uprobes: Re-enable $comm support for uprobe eventsMasami Hiramatsu-2/+12
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-0/+30
2019-05-06Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+8
2019-05-06Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-134/+78
2019-05-06Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+4
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-17/+20
2019-05-02tracing: kdb: Allow ftdump to skip all but the last few entriesDouglas Anderson-14/+31