summaryrefslogtreecommitdiff
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | tracing: Fix double free of event_trigger_dataSteven Rostedt (VMware)2018-07-251-4/+8
| | |/ / / | |/| | |
* | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-07-258-24/+29
|\ \ \ \ \ | |/ / / /
| * | | | tracing: Reorder display of TGID to be after PIDJoel Fernandes (Google)2018-07-122-6/+7
| * | | | tracing/kprobe: Release kprobe print_fmt properlyJiri Olsa2018-07-111-1/+5
| |/ / /
| * | | tracing: Fix missing return symbol in function_graph outputChangbin Du2018-07-031-1/+4
| * | | ftrace: Nuke clear_ftrace_functionYisheng Xie2018-07-031-12/+1
| * | | tracing: Use __printf markup to silence compilerMathieu Malaterre2018-07-031-0/+5
| * | | tracing: Optimize trace_buffer_iter() logicyuan linyu2018-07-031-3/+1
| * | | tracing: Make create_filter() code match the commentsSteven Rostedt (VMware)2018-07-031-0/+5
| * | | tracing: Avoid string overflowArnd Bergmann2018-07-031-1/+1
| |/ /
* | | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2018-06-262-6/+10
|\ \ \ | |/ /
| * | tracing: Use swap macro in update_max_trGustavo A. R. Silva2018-06-211-5/+1
| * | tracing: Check for no filter when processing event filtersSteven Rostedt (VMware)2018-06-211-1/+9
* | | bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu2018-06-211-8/+3
|/ /
* | docs: Fix some broken referencesMauro Carvalho Chehab2018-06-151-8/+8
* | treewide: Use array_size() in vmalloc()Kees Cook2018-06-121-1/+1
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-122-2/+3
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-123-19/+22
* | Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-06-071-5/+1
|\ \
| * | tracing: Remove PPC32 wart from config TRACING_SUPPORTMichael Ellerman2018-05-031-5/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-063-5/+162
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-06-051-2/+14
| |\ \ \
| | * | | bpf: guard bpf_get_current_cgroup_id() with CONFIG_CGROUPSYonghong Song2018-06-041-0/+2
| | * | | bpf: implement bpf_get_current_cgroup_id() helperYonghong Song2018-06-031-0/+2
| | * | | bpf: fix context access in tracing progs on 32 bit archsDaniel Borkmann2018-06-031-2/+8
| | * | | bpf: bpf_prog_array_copy() should return -ENOENT if exclude_prog not foundSean Young2018-05-301-0/+2
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-06-033-10/+28
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | bpf: introduce bpf subcommand BPF_TASK_FD_QUERYYonghong Song2018-05-243-0/+99
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-113-3/+6
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-071-3/+49
| |\ \ \ \ \
| | * | | | | bpf: Allow bpf_current_task_under_cgroup in interruptTeng Qin2018-04-291-2/+0
| | * | | | | bpf: add bpf_get_stack helperYonghong Song2018-04-291-1/+49
* | | | | | | Merge tag 'trace-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-06-069-53/+92
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | tracing: Use match_string() instead of open coding it in trace_set_options()Yisheng Xie2018-06-051-10/+5
| * | | | | | ring-buffer: Fix a bunch of typos in commentsSteven Rostedt (VMware)2018-06-041-10/+10
| * | | | | | tracing: Allow histogram triggers to access ftrace internal eventsSteven Rostedt (VMware)2018-05-291-1/+1
| * | | | | | tracing: Have zero size length in filter logic be full stringSteven Rostedt (VMware)2018-05-291-11/+12
| * | | | | | tracing: Add trigger file for trace_markers tracefs/ftrace/printSteven Rostedt (VMware)2018-05-294-2/+29
| * | | | | | tracing: Do not show filter file for ftrace internal eventsSteven Rostedt (VMware)2018-05-291-4/+6
| * | | | | | tracing: Add brackets in ftrace event dynamic arraysSteven Rostedt (VMware)2018-05-291-1/+1
| * | | | | | tracing: Have event_trace_init() called by trace_init_tracefs()Steven Rostedt (VMware)2018-05-293-3/+4
| * | | | | | tracing: Add __find_event_file() to find event files without restrictionsSteven Rostedt (VMware)2018-05-292-5/+20
| * | | | | | tracing: Do not reference event data in post call triggersSteven Rostedt (VMware)2018-05-292-6/+4
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-041-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-05-161-2/+2
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | rcu: Rename cond_resched_rcu_qs() to cond_resched_tasks_rcu_qs()Paul E. McKenney2018-05-151-2/+2
* | | | | | tracing: Make the snapshot trigger work with instancesSteven Rostedt (VMware)2018-05-283-8/+25
* | | | | | tracing: Fix crash when freeing instances with event triggersSteven Rostedt (VMware)2018-05-271-2/+3
|/ / / / /
* | | | | tracing: Fix regex_match_front() to not over compare the test stringSteven Rostedt (VMware)2018-05-111-0/+3
* | | | | Merge tag 'trace-v4.17-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-05-042-3/+3
|\ \ \ \ \ | |_|/ / / |/| | | |