summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2019-04-14Merge branch 'page-refs' (page ref overflow)Linus Torvalds
2019-04-14tracing: Remove the ULONG_MAX stack trace hackeryThomas Gleixner
2019-04-14fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox
2019-04-11ftrace: Do not process STUB functions in ftrace_ops_list_func()Steven Rostedt (VMware)
2019-04-10ftrace: Remove ASSIGN_OPS_HASH() macro from ftrace.cSteven Rostedt (VMware)
2019-04-08tracing: Add error_log to READMETom Zanussi
2019-04-08tracing: Have the error logs show up in the proper instancesSteven Rostedt (VMware)
2019-04-08tracing: Have histogram code pass around trace_array for error handlingSteven Rostedt (VMware)
2019-04-08tracing: Add trace_array parameter to create_event_filter()Steven Rostedt (VMware)
2019-04-08tracing: stop making gpio tracing configurableUwe Kleine-König
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)
2019-04-04tracing/syscalls: Pass in hardcoded 6 into syscall_get_arguments()Steven Rostedt (Red Hat)
2019-04-03x86/uaccess, ftrace: Fix ftrace_likely_update() vs. SMAPPeter Zijlstra
2019-04-02tracing: Use tracing error_log with probe eventsMasami Hiramatsu
2019-04-02tracing: Use tracing error_log with trace event filtersTom Zanussi
2019-04-02tracing: Use tracing error_log with hist triggersTom Zanussi
2019-04-02tracing: Save the last hist command's associated event nameTom Zanussi
2019-04-02tracing: Add tracing error logTom Zanussi
2019-04-02tracing: Kernel access to Ftrace instancesDivya Indi
2019-04-02ring-buffer: Fix ring buffer size in rb_write_something()YueHaibing
2019-03-26ftrace: Fix warning using plain integer as NULL & spelling correctionsHariprasad Kelam
2019-03-26tracing: initialize variable in create_dyn_event()Frank Rowand
2019-03-26tracing: Remove unnecessary var_ref destroy in track_data_destroy()Tom Zanussi
2019-03-16Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-03-15Merge tag 'trace-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds
2019-03-14tracing/probe: Verify alloc_trace_*probe() resultMasami Hiramatsu
2019-03-14tracing/probe: Check event/group naming rule at parsingMasami Hiramatsu
2019-03-14tracing/probe: Check the size of argument name and bodyMasami Hiramatsu
2019-03-14tracing/probe: Check event name length correctlyMasami Hiramatsu
2019-03-14tracing/probe: Check maxactive error casesMasami Hiramatsu
2019-03-13blkcg: annotate implicit fall throughMathieu Malaterre
2019-03-13tracing: kdb: Fix ftdump to not sleepDouglas Anderson
2019-03-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2019-03-12trace/probes: Remove kernel doc style from non kernel doc commentValdis Klētnieks
2019-03-12tracing/probes: Make reserved_field_names staticValdis Klētnieks
2019-03-11Merge tag 'trace-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2019-03-10Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2019-03-07Merge tag 'trace-v5.0-pre' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2019-03-05tracing: Use strncpy instead of memcpy when copying comm in trace.cTom Zanussi
2019-03-05tracing: Use strncpy instead of memcpy when copying comm for hist triggersTom Zanussi
2019-03-05tracing: Use strncpy instead of memcpy for string keys in hist triggersTom Zanussi
2019-03-05tracing: Use str_has_prefix() in synth_event_create()Tom Zanussi
2019-03-01tracing/kprobes: Use probe_kernel_read instead of probe_mem_readMasami Hiramatsu
2019-03-01tracing: Fix event filters and triggers to handle negative numbersPavel Tikhomirov
2019-02-28Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar
2019-02-27kbuild: compute false-positive -Wmaybe-uninitialized cases in KconfigMasahiro Yamada
2019-02-21tracing/perf: Use strndup_user() instead of buggy open-coded versionJann Horn
2019-02-20tracing: Fix spelling mistake: "analagous" -> "analogous"Colin Ian King
2019-02-20tracing: Comment why cond_snapshot is checked outside of max_lock protectionSteven Rostedt (VMware)
2019-02-20tracing: Add alternative synthetic event trace action syntaxTom Zanussi