summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* ftrace/x86: Remove possible deadlock between register_kprobe() and ftrace_run...Petr Mladek2019-07-101-9/+1
* tracing/snapshot: Resize spare buffer if size changedEiichi Tsukata2019-07-101-4/+6
* ftrace: Fix NULL pointer dereference in free_ftrace_func_mapper()Wei Li2019-07-101-2/+5
* module: Fix livepatch/ftrace module text permissions raceJosh Poimboeuf2019-07-101-1/+9
* tracing: avoid build warning with HAVE_NOP_MCOUNTVasily Gorbik2019-07-101-3/+2
* bpf: fix nested bpf tracepoints with per-cpu dataMatt Mullins2019-07-031-16/+84
* Revert "x86/uaccess, ftrace: Fix ftrace_likely_update() vs. SMAP"Sasha Levin2019-07-031-4/+0
* tracing: Silence GCC 9 array bounds warningMiguel Ojeda2019-06-253-10/+20
* tracing/uprobe: Fix NULL pointer dereference in trace_uprobe_create()Eiichi Tsukata2019-06-191-3/+10
* tracing: Prevent hist_field_var_ref() from accessing NULL tracing_map_eltsTom Zanussi2019-06-191-0/+3
* tracing: Avoid memory leak in predicate_parse()Tomas Bortoli2019-06-091-2/+6
* x86/uaccess, ftrace: Fix ftrace_likely_update() vs. SMAPPeter Zijlstra2019-05-311-0/+4
* tracing: Add a check_val() check before updating cond_snapshot() track_valTom Zanussi2019-05-311-0/+6
* tracing: probeevent: Fix to make the type of $comm stringMasami Hiramatsu2019-05-251-6/+7
* tracing: Fix partial reading of trace event's id fileElazar Leibovich2019-05-251-3/+0
* Merge tag 'trace-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2019-04-262-17/+20
|\
| * trace: Fix preempt_enable_no_resched() abusePeter Zijlstra2019-04-261-1/+1
| * tracing: Fix a memory leak by early error exit in trace_pid_write()Wenwen Wang2019-04-261-1/+4
| * tracing: Fix buffer_ref pipe opsJann Horn2019-04-261-14/+14
* | kprobes: Mark ftrace mcount handler functions nokprobeMasami Hiramatsu2019-04-191-1/+5
* | Merge branch 'page-refs' (page ref overflow)Linus Torvalds2019-04-141-1/+5
|\ \
| * | fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox2019-04-141-1/+5
* | | syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)2019-04-051-2/+2
* | | tracing/syscalls: Pass in hardcoded 6 into syscall_get_arguments()Steven Rostedt (Red Hat)2019-04-041-3/+6
| |/ |/|
* | ftrace: Fix warning using plain integer as NULL & spelling correctionsHariprasad Kelam2019-03-261-6/+6
* | tracing: initialize variable in create_dyn_event()Frank Rowand2019-03-261-1/+1
* | tracing: Remove unnecessary var_ref destroy in track_data_destroy()Tom Zanussi2019-03-261-1/+0
* | Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-161-0/+1
|\ \
| * | blkcg: annotate implicit fall throughMathieu Malaterre2019-03-131-0/+1
* | | Merge tag 'trace-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2019-03-157-25/+44
|\ \ \
| * | | tracing/probe: Verify alloc_trace_*probe() resultMasami Hiramatsu2019-03-142-3/+4
| * | | tracing/probe: Check event/group naming rule at parsingMasami Hiramatsu2019-03-143-10/+10
| * | | tracing/probe: Check the size of argument name and bodyMasami Hiramatsu2019-03-142-0/+3
| * | | tracing/probe: Check event name length correctlyMasami Hiramatsu2019-03-141-1/+7
| * | | tracing/probe: Check maxactive error casesMasami Hiramatsu2019-03-141-3/+7
| * | | tracing: kdb: Fix ftdump to not sleepDouglas Anderson2019-03-133-6/+11
| * | | trace/probes: Remove kernel doc style from non kernel doc commentValdis Klētnieks2019-03-121-1/+1
| * | | tracing/probes: Make reserved_field_names staticValdis Klētnieks2019-03-121-1/+1
* | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2019-03-121-2/+0
|\ \ \ \
| * | | | pipe: stop using ->can_mergeJann Horn2019-02-011-2/+0
* | | | | Merge tag 'trace-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-03-1112-356/+1144
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | tracing: Use strncpy instead of memcpy when copying comm in trace.cTom Zanussi2019-03-051-2/+2
| * | | | tracing: Use strncpy instead of memcpy when copying comm for hist triggersTom Zanussi2019-03-051-2/+2
| * | | | tracing: Use strncpy instead of memcpy for string keys in hist triggersTom Zanussi2019-03-051-2/+3
| * | | | tracing: Use str_has_prefix() in synth_event_create()Tom Zanussi2019-03-051-2/+2
| * | | | tracing/perf: Use strndup_user() instead of buggy open-coded versionJann Horn2019-02-211-9/+7
| * | | | tracing: Fix spelling mistake: "analagous" -> "analogous"Colin Ian King2019-02-201-1/+1
| * | | | tracing: Comment why cond_snapshot is checked outside of max_lock protectionSteven Rostedt (VMware)2019-02-201-0/+8
| * | | | tracing: Add alternative synthetic event trace action syntaxTom Zanussi2019-02-202-5/+39
| * | | | tracing: Add hist trigger onchange() handlerTom Zanussi2019-02-202-9/+52