summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_kprobe.c
Commit message (Expand)AuthorAgeFilesLines
* tracing/boot, kprobe, synth: Initialize boot-time tracing earlierMasami Hiramatsu2020-09-211-3/+3
* tracing/kprobes: Support perf-style return probeMasami Hiramatsu2020-09-211-1/+17
* kprobes: Use module_name() macroJarkko Sakkinen2020-09-211-3/+4
* tracing: make tracing_init_dentry() returns an integer instead of a d_entry p...Wei Yang2020-09-181-5/+5
* maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofaultChristoph Hellwig2020-06-171-1/+1
* maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-171-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-131-1/+1
|\
| * tracing/probe: Fix bpf_task_fd_query() for kprobes and uprobesJean-Philippe Brucker2020-06-091-1/+1
* | maccess: always use strict semantics for probe_kernel_readChristoph Hellwig2020-06-091-2/+2
* | tracing/kprobes: handle mixed kernel/userspace probes betterChristoph Hellwig2020-06-091-29/+43
* | maccess: rename strnlen_unsafe_user to strnlen_user_nofaultChristoph Hellwig2020-06-091-1/+1
* | maccess: rename strncpy_from_unsafe_user to strncpy_from_user_nofaultChristoph Hellwig2020-06-091-1/+1
|/
* tracing/kprobes: Reject new event if loc is NULLMasami Hiramatsu2020-05-061-0/+6
* tracing/kprobes: Fix a double initialization typoMasami Hiramatsu2020-05-061-1/+1
* ftrace/kprobe: Show the maxactive number on kprobe_eventsMasami Hiramatsu2020-03-271-0/+2
* Merge tag 'trace-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-02-111-1/+1
|\
| * tracing/kprobe: Fix uninitialized variable bugGustavo A. R. Silva2020-02-101-1/+1
* | Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2020-02-061-34/+204
|\|
| * tracing: Use seq_buf for building dynevent_cmd stringTom Zanussi2020-02-011-1/+1
| * tracing: Remove check_arg() callbacks from dynevent argsTom Zanussi2020-02-011-5/+5
| * tracing: Change trace_boot to use kprobe_event interfaceTom Zanussi2020-01-301-7/+2
| * tracing: Add kprobe event command generation functionsTom Zanussi2020-01-301-0/+161
| * trace/kprobe: Remove unused MAX_KPROBE_CMDLINE_SIZEAlex Shi2020-01-221-1/+0
| * tracing/boot Add kprobe event supportMasami Hiramatsu2020-01-131-0/+5
| * tracing: kprobes: Register to dynevent earlier stageMasami Hiramatsu2020-01-131-4/+15
| * tracing: kprobes: Output kprobe event to printk bufferMasami Hiramatsu2020-01-131-29/+28
| * tracing: Make struct ring_buffer less ambiguousSteven Rostedt (VMware)2020-01-131-2/+2
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-01-281-2/+14
|\ \
| * | Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflictsIngo Molnar2019-12-101-3/+24
| |\|
| * | ftrace: Rework event_create_dir()Peter Zijlstra2019-11-271-2/+14
* | | tracing/uprobe: Fix to make trace_uprobe_filter alignment safeMasami Hiramatsu2020-01-221-1/+1
* | | tracing/uprobe: Fix double perf_event linking on multiprobe uprobeMasami Hiramatsu2020-01-141-1/+1
| |/ |/|
* | tracing/kprobe: Check whether the non-suffixed symbol is notraceMasami Hiramatsu2019-11-141-3/+24
|/
* tracing: Add locked_down checks to the open calls of files created for tracefsSteven Rostedt (VMware)2019-10-121-1/+11
* Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-281-0/+5
|\
| * lockdown: Lock down tracing and perf kprobes when in confidentiality modeDavid Howells2019-08-191-0/+5
* | tracing/probe: Fix same probe event argument matchingSrikar Dronamraju2019-09-251-2/+3
* | tracing/probe: Reject exactly same probe eventMasami Hiramatsu2019-09-191-8/+44
* | tracing/probe: Fix to allow user to enable events on unloaded modulesMasami Hiramatsu2019-09-191-12/+5
* | tracing/probe: Add immediate string parameter supportMasami Hiramatsu2019-08-311-0/+3
* | tracing/kprobe: Add per-probe delete from eventMasami Hiramatsu2019-08-311-1/+24
* | tracing/kprobe: Add multi-probe per event supportMasami Hiramatsu2019-08-311-6/+46
* | tracing/dynevent: Pass extra arguments to match operationMasami Hiramatsu2019-08-311-2/+2
* | tracing/probe: Split trace_event related data from trace_probeMasami Hiramatsu2019-08-311-42/+115
* | tracing/kprobe: Check registered state using kprobeMasami Hiramatsu2019-07-161-8/+15
* | tracing/probe: Add trace_event_call accesses APIsMasami Hiramatsu2019-07-161-11/+12
* | tracing/probe: Add probe event name and group name accesses APIsMasami Hiramatsu2019-07-161-12/+12
* | tracing/probe: Add trace flag access APIs for trace_probeMasami Hiramatsu2019-07-161-10/+10
* | tracing/probe: Add trace_event_file access APIs for trace_probeMasami Hiramatsu2019-07-161-56/+29
* | tracing/probe: Add trace_event_call register API for trace_probeMasami Hiramatsu2019-07-161-17/+3