summaryrefslogtreecommitdiffstats
path: root/kernel/trace (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-09-201-2/+2
|\
| * ftrace: Look up the address of return_to_handler() using helpersNaveen N. Rao2019-09-181-2/+2
* | Merge tag 'trace-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-09-2012-176/+818
|\ \
| * | tracing/probe: Reject exactly same probe eventMasami Hiramatsu2019-09-193-17/+90
| * | tracing/probe: Fix to allow user to enable events on unloaded modulesMasami Hiramatsu2019-09-191-12/+5
| * | tracing/kprobe: Fix NULL pointer access in trace_porbe_unlink()Masami Hiramatsu2019-09-171-5/+6
| * | tracing: Make sure variable reference alias has correct var_ref_idxTom Zanussi2019-09-171-0/+2
| * | tracing: Be more clever when dumping hex in __print_hex()Andy Shevchenko2019-09-171-3/+3
| * | ftrace: Simplify ftrace hash lookup code in clear_func_from_hash()Changbin Du2019-09-171-5/+1
| * | tracing: Add "gfp_t" support in synthetic_eventsZhengjun Xing2019-09-051-0/+19
| * | tracing: Rename tracing_reset() to tracing_reset_cpu()Steven Rostedt (VMware)2019-08-312-4/+3
| * | tracing: Document the stack trace algorithm in the commentsSteven Rostedt (VMware)2019-08-311-0/+98
| * | tracing/arm64: Have max stack tracer handle the case of return address after ...Steven Rostedt (VMware)2019-08-311-0/+14
| * | tracing/probe: Add immediate string parameter supportMasami Hiramatsu2019-08-315-15/+51
| * | tracing/probe: Add immediate parameter supportMasami Hiramatsu2019-08-313-1/+20
| * | tracing/uprobe: Add per-probe delete from eventMasami Hiramatsu2019-08-311-1/+30
| * | tracing/kprobe: Add per-probe delete from eventMasami Hiramatsu2019-08-313-1/+44
| * | tracing/uprobe: Add multi-probe per uprobe event supportMasami Hiramatsu2019-08-312-19/+43
| * | tracing/kprobe: Add multi-probe per event supportMasami Hiramatsu2019-08-314-18/+111
| * | tracing/dynevent: Pass extra arguments to match operationMasami Hiramatsu2019-08-315-10/+13
| * | tracing/dynevent: Delete all matched eventsMasami Hiramatsu2019-08-311-3/+5
| * | tracing/probe: Split trace_event related data from trace_probeMasami Hiramatsu2019-08-314-113/+311
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-09-181-1/+2
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-09-061-1/+2
| |\ \ \ | | |/ / | |/| |
| | * | bpf: clarify description for CONFIG_BPF_EVENTSPeter Wu2019-08-211-1/+2
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-175-9/+8
|\ \ \ \
| * \ \ \ Merge branch 'sched/rt' into sched/core, to pick up -rt changesIngo Molnar2019-09-164-7/+7
| |\ \ \ \
| | * | | | tracing: Use CONFIG_PREEMPTIONThomas Gleixner2019-07-314-6/+6
| | * | | | rcu: Use CONFIG_PREEMPTIONThomas Gleixner2019-07-311-1/+1
| | | |_|/ | | |/| |
| * / | | sched/core: Convert get_task_struct() to return the taskMatthew Wilcox (Oracle)2019-07-251-2/+1
| |/ / /
* | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-09-172-6/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2019-08-222-6/+6
| |\ \ \ | | |_|/ | |/| |
| | * | treewide: Rename rcu_dereference_raw_notrace() to _check()Joel Fernandes (Google)2019-08-012-6/+6
| | |/
* | | tracing: Correct kdoc formatsJakub Kicinski2019-08-311-12/+14
* | | tracing/probe: Fix null pointer dereferenceXinpeng Liu2019-08-311-1/+2
* | | tracing: Make exported ftrace_set_clr_event non-staticDenis Efremov2019-08-311-1/+1
* | | ftrace: Check for successful allocation of hashNaveen N. Rao2019-08-301-0/+5
* | | ftrace: Check for empty hash and comment the race with registering probesSteven Rostedt (VMware)2019-08-301-1/+9
* | | ftrace: Fix NULL pointer dereference in t_probe_next()Naveen N. Rao2019-08-301-0/+4
|/ /
* / fgraph: Remove redundant ftrace_graph_notrace_addr() testChangbin Du2019-07-311-10/+7
|/
* Merge tag 'trace-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2019-07-191-8/+1
|\
| * tracing: Fix user stack trace "??" outputEiichi Tsukata2019-07-191-8/+1
* | Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-07-1812-355/+547
|\|
| * tracing: Make trace_get_fields() globalCong Wang2019-07-161-8/+0
| * tracing: Let filter_assign_type() detect FILTER_PTR_STRINGCong Wang2019-07-161-0/+3
| * tracing: Pass type into tracing_generic_entry_update()Cong Wang2019-07-162-6/+5
| * tracing/kprobe: Check registered state using kprobeMasami Hiramatsu2019-07-162-14/+15
| * tracing/probe: Add trace_event_call accesses APIsMasami Hiramatsu2019-07-164-28/+40
| * tracing/probe: Add probe event name and group name accesses APIsMasami Hiramatsu2019-07-163-23/+33
| * tracing/probe: Add trace flag access APIs for trace_probeMasami Hiramatsu2019-07-164-23/+41