summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2019-09-20Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-09-20Merge tag 'trace-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2019-09-19tracing/probe: Reject exactly same probe eventMasami Hiramatsu
2019-09-19tracing/probe: Fix to allow user to enable events on unloaded modulesMasami Hiramatsu
2019-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2019-09-18ftrace: Look up the address of return_to_handler() using helpersNaveen N. Rao
2019-09-17tracing/kprobe: Fix NULL pointer access in trace_porbe_unlink()Masami Hiramatsu
2019-09-17tracing: Make sure variable reference alias has correct var_ref_idxTom Zanussi
2019-09-17tracing: Be more clever when dumping hex in __print_hex()Andy Shevchenko
2019-09-17ftrace: Simplify ftrace hash lookup code in clear_func_from_hash()Changbin Du
2019-09-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-09-16Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-09-16Merge branch 'sched/rt' into sched/core, to pick up -rt changesIngo Molnar
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-09-05tracing: Add "gfp_t" support in synthetic_eventsZhengjun Xing
2019-08-31tracing: Rename tracing_reset() to tracing_reset_cpu()Steven Rostedt (VMware)
2019-08-31tracing: Document the stack trace algorithm in the commentsSteven Rostedt (VMware)
2019-08-31tracing/arm64: Have max stack tracer handle the case of return address after ...Steven Rostedt (VMware)
2019-08-31tracing/probe: Add immediate string parameter supportMasami Hiramatsu
2019-08-31tracing/probe: Add immediate parameter supportMasami Hiramatsu
2019-08-31tracing/uprobe: Add per-probe delete from eventMasami Hiramatsu
2019-08-31tracing/kprobe: Add per-probe delete from eventMasami Hiramatsu
2019-08-31tracing/uprobe: Add multi-probe per uprobe event supportMasami Hiramatsu
2019-08-31tracing/kprobe: Add multi-probe per event supportMasami Hiramatsu
2019-08-31tracing/dynevent: Pass extra arguments to match operationMasami Hiramatsu
2019-08-31tracing/dynevent: Delete all matched eventsMasami Hiramatsu
2019-08-31tracing/probe: Split trace_event related data from trace_probeMasami Hiramatsu
2019-08-31tracing: Correct kdoc formatsJakub Kicinski
2019-08-31tracing/probe: Fix null pointer dereferenceXinpeng Liu
2019-08-31tracing: Make exported ftrace_set_clr_event non-staticDenis Efremov
2019-08-30ftrace: Check for successful allocation of hashNaveen N. Rao
2019-08-30ftrace: Check for empty hash and comment the race with registering probesSteven Rostedt (VMware)
2019-08-30ftrace: Fix NULL pointer dereference in t_probe_next()Naveen N. Rao
2019-08-22Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2019-08-21bpf: clarify description for CONFIG_BPF_EVENTSPeter Wu
2019-08-01treewide: Rename rcu_dereference_raw_notrace() to _check()Joel Fernandes (Google)
2019-07-31tracing: Use CONFIG_PREEMPTIONThomas Gleixner
2019-07-31rcu: Use CONFIG_PREEMPTIONThomas Gleixner
2019-07-30fgraph: Remove redundant ftrace_graph_notrace_addr() testChangbin Du
2019-07-25sched/core: Convert get_task_struct() to return the taskMatthew Wilcox (Oracle)
2019-07-19Merge tag 'trace-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds
2019-07-19tracing: Fix user stack trace "??" outputEiichi Tsukata
2019-07-18Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2019-07-16tracing: Make trace_get_fields() globalCong Wang
2019-07-16tracing: Let filter_assign_type() detect FILTER_PTR_STRINGCong Wang
2019-07-16tracing: Pass type into tracing_generic_entry_update()Cong Wang
2019-07-16tracing/kprobe: Check registered state using kprobeMasami Hiramatsu
2019-07-16tracing/probe: Add trace_event_call accesses APIsMasami Hiramatsu
2019-07-16tracing/probe: Add probe event name and group name accesses APIsMasami Hiramatsu
2019-07-16tracing/probe: Add trace flag access APIs for trace_probeMasami Hiramatsu