summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2019-07-19Merge tag 'trace-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds-8/+1
2019-07-19tracing: Fix user stack trace "??" outputEiichi Tsukata-8/+1
2019-07-18Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds-355/+547
2019-07-16tracing: Make trace_get_fields() globalCong Wang-8/+0
2019-07-16tracing: Let filter_assign_type() detect FILTER_PTR_STRINGCong Wang-0/+3
2019-07-16tracing: Pass type into tracing_generic_entry_update()Cong Wang-6/+5
2019-07-16tracing/kprobe: Check registered state using kprobeMasami Hiramatsu-14/+15
2019-07-16tracing/probe: Add trace_event_call accesses APIsMasami Hiramatsu-28/+40
2019-07-16tracing/probe: Add probe event name and group name accesses APIsMasami Hiramatsu-23/+33
2019-07-16tracing/probe: Add trace flag access APIs for trace_probeMasami Hiramatsu-23/+41
2019-07-16tracing/probe: Add trace_event_file access APIs for trace_probeMasami Hiramatsu-101/+109
2019-07-16tracing/probe: Add trace_event_call register API for trace_probeMasami Hiramatsu-36/+28
2019-07-16tracing/probe: Add trace_probe init and free functionsMasami Hiramatsu-58/+58
2019-07-16tracing/uprobe: Set print format when parsing commandMasami Hiramatsu-18/+7
2019-07-16tracing/kprobe: Set print format right after parsed commandMasami Hiramatsu-16/+9
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-10/+0
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-8/+89
2019-07-09Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2019-07-08Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2019-07-08Merge tag 'v5.2' into perf/core, to pick up fixesIngo Molnar-14/+20
2019-07-04Merge tag 'trace-v5.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds-14/+20
2019-06-28tracing/snapshot: Resize spare buffer if size changedEiichi Tsukata-4/+6
2019-06-28tracing: Fix memory leak in tracing_err_log_open()Takeshi Misawa-1/+13
2019-06-28ftrace/x86: Remove possible deadlock between register_kprobe() and ftrace_run...Petr Mladek-9/+1
2019-06-26bpf: fix compiler warning with CONFIG_MODULES=nYonghong Song-13/+14
2019-06-24Merge tag 'v5.2-rc6' into perf/core, to refresh branchIngo Molnar-30/+113
2019-06-24Merge tag 'v5.2-rc6' into sched/core, to refresh the branchIngo Molnar-16/+84
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-30/+113
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-16/+84
2019-06-17Merge tag 'v5.2-rc5' into sched/core, to pick up fixesIngo Molnar-14/+29
2019-06-15bpf: fix nested bpf tracepoints with per-cpu dataMatt Mullins-16/+84
2019-06-15Merge tag 'trace-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds-14/+29
2019-06-14ftrace: Fix NULL pointer dereference in free_ftrace_func_mapper()Wei Li-2/+5
2019-06-14module: Fix livepatch/ftrace module text permissions raceJosh Poimboeuf-1/+9
2019-06-14tracing/uprobe: Fix obsolete comment on trace_uprobe_create()Eiichi Tsukata-2/+0
2019-06-14tracing/uprobe: Fix NULL pointer dereference in trace_uprobe_create()Eiichi Tsukata-3/+10
2019-06-14tracing: Make two symbols staticYueHaibing-2/+2
2019-06-14tracing: avoid build warning with HAVE_NOP_MCOUNTVasily Gorbik-3/+2
2019-06-14tracing: Fix out-of-range read in trace_stack_print()Eiichi Tsukata-1/+1
2019-06-03blktrace: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-6/+0
2019-06-03trace: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-4/+0
2019-06-03perf/core: Allow non-privileged uprobe for user processesSong Liu-1/+1
2019-06-03sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior-1/+1
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-8/+88
2019-05-29Merge tag 'trace-v5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds-2/+6
2019-05-29bpf: tracing: properly use bpf_prog_array apiStanislav Fomichev-8/+10
2019-05-28tracing: Avoid memory leak in predicate_parse()Tomas Bortoli-2/+6
2019-05-28ring-buffer: Remove HAVE_64BIT_ALIGNED_ACCESSSteven Rostedt (VMware)-13/+4
2019-05-28bpf: check signal validity in nmi for bpf_send_signal() helperYonghong Song-0/+6
2019-05-26Merge tag 'trace-v5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-10/+20