summaryrefslogtreecommitdiffstats
path: root/kernel/trace (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | bpf: Add probe_read_{user, kernel} and probe_read_{user, kernel}_str helpersDaniel Borkmann2019-11-021-46/+135
| | * | | bpf: Make use of probe_user_write in probe write helperDaniel Borkmann2019-11-021-4/+2
| | * | | bpf: Replace prog_raw_tp+btf_id with prog_tracingAlexei Starovoitov2019-10-311-8/+36
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-022-0/+6
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-10-271-1/+9
| |\ \ \ | | |_|/ | |/| |
| | * | bpf: Prepare btf_ctx_access for non raw_tp use caseMartin KaFai Lau2019-10-251-0/+2
| | * | bpf: Fix build error without CONFIG_NETYueHaibing2019-10-181-0/+2
| | * | bpf: Check types of arguments passed into helpersAlexei Starovoitov2019-10-171-0/+4
| | * | bpf: Implement accurate raw_tp context access via BTFAlexei Starovoitov2019-10-171-1/+1
* | | | Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-11-261-2/+2
|\ \ \ \
| * | | | trace: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-2/+2
* | | | | Merge branch 'for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2019-11-261-38/+46
|\ \ \ \ \
| * | | | | cgroup: use cgrp->kn->id as the cgroup IDTejun Heo2019-11-121-2/+2
| * | | | | kernfs: use 64bit inos if ino_t is 64bitTejun Heo2019-11-121-4/+17
| * | | | | kernfs: convert kernfs_node->id from union kernfs_node_id to u64Tejun Heo2019-11-121-36/+31
| | |_|/ / | |/| | |
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-11-261-3/+3
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | ftrace: add ftrace_init_nop()Mark Rutland2019-11-061-3/+3
| | |_|/ | |/| |
* | | | tracing: Fix race in perf_trace_buf initializationPrateek Sood2019-10-221-0/+4
* | | | tracing: Fix "gfp_t" format for synthetic eventsZhengjun Xing2019-10-181-0/+2
|/ / /
* | | tracing: Initialize iter->seq after zeroing in tracing_read_pipe()Petr Mladek2019-10-131-0/+1
* | | tracing/hwlat: Don't ignore outer-loop duration when calculating max_latencySrivatsa S. Bhat (VMware)2019-10-131-0/+2
* | | tracing/hwlat: Report total time spent in all NMIs during the sampleSrivatsa S. Bhat (VMware)2019-10-131-1/+1
* | | tracing: Add locked_down checks to the open calls of files created for tracefsSteven Rostedt (VMware)2019-10-1310-4/+98
* | | tracing: Add tracing_check_open_get_tr()Steven Rostedt (VMware)2019-10-136-60/+81
* | | tracing: Have trace events system open call tracing_open_generic_tr()Steven Rostedt (VMware)2019-10-133-15/+5
* | | tracing: Get trace_array reference for available_tracers filesSteven Rostedt (VMware)2019-10-131-2/+15
* | | ftrace: Get a reference counter for the trace_array on filter filesSteven Rostedt (VMware)2019-10-131-9/+18
|/ /
* | Merge tag 'trace-v5.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2019-09-303-7/+25
|\ \
| * | tracing: Have error path in predicate_parse() free its allocated memoryNavid Emamdoost2019-09-281-2/+4
| * | tracing: Fix clang -Wint-in-bool-context warnings in IF_ASSIGN macroNathan Chancellor2019-09-281-5/+5
| * | tracing/probe: Fix to check the difference of nr_args before adding probeMasami Hiramatsu2019-09-281-0/+16
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-09-291-5/+21
|\ \ \
| * | | bpf: Fix bpf_event_output re-entry issueAllan Zhang2019-09-271-5/+21
* | | | Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-282-0/+15
|\ \ \ \
| * | | | bpf: Restrict bpf when kernel lockdown is in confidentiality modeDavid Howells2019-08-201-0/+10
| * | | | lockdown: Lock down tracing and perf kprobes when in confidentiality modeDavid Howells2019-08-201-0/+5
* | | | | Merge tag 'trace-v5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2019-09-262-4/+6
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | tracing/probe: Fix same probe event argument matchingSrikar Dronamraju2019-09-252-4/+6
* | | | | 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