summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| * | | tracing/probe: Add trace_event_file access APIs for trace_probeMasami Hiramatsu2019-07-164-101/+109
| * | | tracing/probe: Add trace_event_call register API for trace_probeMasami Hiramatsu2019-07-164-36/+28
| * | | tracing/probe: Add trace_probe init and free functionsMasami Hiramatsu2019-07-164-58/+58
| * | | tracing/uprobe: Set print format when parsing commandMasami Hiramatsu2019-07-161-18/+7
| * | | tracing/kprobe: Set print format right after parsed commandMasami Hiramatsu2019-07-161-16/+9
| * | | ring-buffer: Remove HAVE_64BIT_ALIGNED_ACCESSSteven Rostedt (VMware)2019-05-281-13/+4
| * | | ftrace: Enable trampoline when rec count returns back to oneCheng Jian2019-05-251-13/+15
| * | | tracing/kprobe: Do not run kprobe boot tests if kprobe_event is on cmdlineSteven Rostedt (VMware)2019-05-251-0/+8
| * | | tracing: Make a separate config for trace event self testsSteven Rostedt (VMware)2019-05-252-2/+12
| * | | tracing/kprobe: Add kprobe_event= boot parameterMasami Hiramatsu2019-05-251-0/+54
| * | | tracing/kprobe: Cast user-space address correctlyMasami Hiramatsu2019-05-251-1/+3
| * | | tracing: Use correct function name in trace_filter_add_remove_task() commentMatthias Kaehlcke2019-05-251-1/+1
| * | | tracing/probe: Support user-space dereferenceMasami Hiramatsu2019-05-256-14/+53
| * | | tracing/probe: Add ustring type for user-space stringMasami Hiramatsu2019-05-256-8/+77
| * | | ftrace: Make enable and update parameters bool when applicableSteven Rostedt (VMware)2019-05-251-10/+10
* | | | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-122-10/+0
|\ \ \ \
| * | | | blktrace: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-031-6/+0
| * | | | trace: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-031-4/+0
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-111-8/+89
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | bpf: fix compiler warning with CONFIG_MODULES=nYonghong Song2019-06-261-13/+14
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-175-30/+113
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-05-311-8/+88
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | bpf: tracing: properly use bpf_prog_array apiStanislav Fomichev2019-05-291-8/+10
| | * | | | bpf: check signal validity in nmi for bpf_send_signal() helperYonghong Song2019-05-281-0/+6
| | * | | | bpf: implement bpf_send_signal() helperYonghong Song2019-05-241-0/+72
* | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-07-091-1/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'v5.2' into perf/core, to pick up fixesIngo Molnar2019-07-082-14/+20
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge tag 'v5.2-rc6' into perf/core, to refresh branchIngo Molnar2019-06-245-30/+113
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | perf/core: Allow non-privileged uprobe for user processesSong Liu2019-06-031-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-081-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Merge tag 'v5.2-rc6' into sched/core, to refresh the branchIngo Molnar2019-06-241-16/+84
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Merge tag 'v5.2-rc5' into sched/core, to pick up fixesIngo Molnar2019-06-174-14/+29
| |\ \ \ \ \
| * | | | | | sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior2019-06-031-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'trace-v5.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2019-07-042-14/+20
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | tracing/snapshot: Resize spare buffer if size changedEiichi Tsukata2019-06-281-4/+6
| * | | | | tracing: Fix memory leak in tracing_err_log_open()Takeshi Misawa2019-06-281-1/+13
| * | | | | ftrace/x86: Remove possible deadlock between register_kprobe() and ftrace_run...Petr Mladek2019-06-281-9/+1
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-171-16/+84
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | bpf: fix nested bpf tracepoints with per-cpu dataMatt Mullins2019-06-151-16/+84
| | |/ / / | |/| | |
* | | | | Merge tag 'trace-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2019-06-154-14/+29
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | ftrace: Fix NULL pointer dereference in free_ftrace_func_mapper()Wei Li2019-06-141-2/+5
| * | | module: Fix livepatch/ftrace module text permissions raceJosh Poimboeuf2019-06-141-1/+9
| * | | tracing/uprobe: Fix obsolete comment on trace_uprobe_create()Eiichi Tsukata2019-06-141-2/+0
| * | | tracing/uprobe: Fix NULL pointer dereference in trace_uprobe_create()Eiichi Tsukata2019-06-141-3/+10
| * | | tracing: Make two symbols staticYueHaibing2019-06-141-2/+2
| * | | tracing: avoid build warning with HAVE_NOP_MCOUNTVasily Gorbik2019-06-141-3/+2
| * | | tracing: Fix out-of-range read in trace_stack_print()Eiichi Tsukata2019-06-141-1/+1