summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2019-05-04fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox1-1/+5
2019-05-02trace: Fix preempt_enable_no_resched() abusePeter Zijlstra1-1/+1
2019-05-02tracing: Fix buffer_ref pipe opsJann Horn1-14/+14
2019-05-02tracing: Fix a memory leak by early error exit in trace_pid_write()Wenwen Wang1-1/+4
2019-04-27kprobes: Mark ftrace mcount handler functions nokprobeMasami Hiramatsu1-1/+5
2019-04-05tracing: kdb: Fix ftdump to not sleepDouglas Anderson3-6/+11
2019-04-03tracing: initialize variable in create_dyn_event()Frank Rowand1-1/+1
2019-03-23tracing/perf: Use strndup_user() instead of buggy open-coded versionJann Horn1-9/+7
2019-03-23tracing: Do not free iter->trace in fail path of tracing_open_pipe()zhangyi (F)1-1/+0
2019-03-23tracing: Use strncpy instead of memcpy for string keys in hist triggersTom Zanussi1-2/+3
2019-03-10tracing: Fix event filters and triggers to handle negative numbersPavel Tikhomirov1-1/+4
2019-02-18Merge tag 'trace-v5.0-rc4-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-9/+3
2019-02-15tracing: Fix number of entries in trace headerQuentin Perret1-0/+2
2019-02-15kprobe: Do not use uaccess functions to access kernel memory that can faultChangbin Du1-9/+1
2019-02-13Merge tag 'trace-v5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-2/+4
2019-02-11tracing: probeevent: Correctly update remaining space in dynamic areaAndreas Ziegler1-2/+4
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-12/+2
2019-02-01bpf: fix potential deadlock in bpf_prog_registerAlexei Starovoitov1-12/+2
2019-01-17tracing/uprobes: Fix output for multiple string argumentsAndreas Ziegler1-0/+7
2019-01-17tracing: uprobes: Fix typo in pr_fmt stringAndreas Ziegler1-1/+1
2019-01-15tracing/kprobes: Fix NULL pointer dereference in trace_kprobe_create()Andrea Righi1-3/+9
2019-01-04Remove 'type' argument from access_ok() functionLinus Torvalds1-1/+1
2018-12-31Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds22-1562/+2199
2018-12-29Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2018-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+97
2018-12-27Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-26/+26
2018-12-23tracing: Use the return of str_has_prefix() to remove open coded numbersSteven Rostedt (VMware)3-13/+18
2018-12-23tracing: Have the historgram use the result of str_has_prefix() for len of pr...Steven Rostedt (VMware)1-4/+5
2018-12-23tracing: Use str_has_prefix() instead of using fixed sizesSteven Rostedt (VMware)5-6/+6
2018-12-23tracing: Use str_has_prefix() helper for histogram codeSteven Rostedt (VMware)1-14/+14
2018-12-22tracing: Make function ‘ftrace_exports’ staticMathieu Malaterre1-1/+1
2018-12-22tracing: Simplify printf'ing in seq_print_symRasmus Villemoes1-4/+3
2018-12-22tracing: Avoid -Wformat-nonliteral warningRasmus Villemoes1-5/+4
2018-12-22tracing: Merge seq_print_sym_short() and seq_print_sym_offset()Rasmus Villemoes1-27/+7
2018-12-22tracing: Add hist trigger comments for variable-related fieldsTom Zanussi1-0/+36
2018-12-22tracing: Remove hist trigger synth_var_refsTom Zanussi1-18/+0
2018-12-22tracing: Use hist trigger's var_ref array to destroy var_refsTom Zanussi1-5/+19
2018-12-22tracing: Remove open-coding of hist trigger var_ref managementTom Zanussi1-18/+75
2018-12-22tracing: Use var_refs[] for hist trigger reference checkingTom Zanussi1-57/+11
2018-12-22tracing: Change strlen to sizeof for hist trigger static stringsTom Zanussi1-19/+19
2018-12-22tracing: Remove unnecessary hist trigger struct fieldTom Zanussi1-1/+0
2018-12-22tracing: Fix ftrace_graph_get_ret_stack() to use task and not currentSteven Rostedt (VMware)1-2/+2
2018-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+97
2018-12-19bpf: support raw tracepoints in modulesMatt Mullins1-2/+97
2018-12-13Merge tag 'trace-v4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-3/+9
2018-12-11tracing: Fix memory leak of instance function hash filtersSteven Rostedt (VMware)1-0/+1
2018-12-11tracing: Fix memory leak in set_trigger_filter()Steven Rostedt (VMware)1-2/+4
2018-12-11tracing: Fix memory leak in create_filter()Steven Rostedt (VMware)1-1/+4
2018-12-10fgraph: Add comment to describe ftrace_graph_get_ret_stackSteven Rostedt (VMware)1-0/+11
2018-12-10ftrace: Allow ftrace_replace_code() to be schedulableSteven Rostedt (VMware)1-3/+16