summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2019-11-13tracing: Adding NULL checks for trace_array descriptor pointerDivya Indi
2019-11-13tracing: Verify if trace array exists before destroying it.Divya Indi
2019-11-13tracing: Declare newly exported APIs in include/linux/trace.hDivya Indi
2019-11-13tracing: Make internal ftrace events staticBen Dooks
2019-11-13tracing: Use CONFIG_PREEMPTIONSebastian Andrzej Siewior
2019-11-13preemptirq_delay_test: Add the burst feature and a sysfs triggerViktor Rosendahl (BMW)
2019-11-13ftrace: Implement fs notification for tracing_max_latencyViktor Rosendahl (BMW)
2019-11-13ftrace: Add information on number of page groups allocatedSteven Rostedt (VMware)
2019-11-13ftrace/x86: Add a counter to test function_graph with directSteven Rostedt (VMware)
2019-11-13ftrace: Add ftrace_find_direct_func()Steven Rostedt (VMware)
2019-11-13ftrace: Add register_ftrace_direct()Steven Rostedt (VMware)
2019-11-12cgroup: use cgrp->kn->id as the cgroup IDTejun Heo
2019-11-12kernfs: use 64bit inos if ino_t is 64bitTejun Heo
2019-11-12kernfs: convert kernfs_node->id from union kernfs_node_id to u64Tejun Heo
2019-11-11irq_work: Convert flags to atomic_tFrederic Weisbecker
2019-11-08ftrace: Separate out functionality from ftrace_location_range()Steven Rostedt (VMware)
2019-11-08ftrace: Separate out the copying of a ftrace_hash from __ftrace_hash_move()Steven Rostedt (VMware)
2019-11-06ftrace: add ftrace_init_nop()Mark Rutland
2019-11-04ftrace: Introduce PERMANENT ftrace_ops flagMiroslav Benes
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-02bpf: Add probe_read_{user, kernel} and probe_read_{user, kernel}_str helpersDaniel Borkmann
2019-11-02bpf: Make use of probe_user_write in probe write helperDaniel Borkmann
2019-10-31bpf: Replace prog_raw_tp+btf_id with prog_tracingAlexei Starovoitov
2019-10-28Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2019-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-10-24bpf: Prepare btf_ctx_access for non raw_tp use caseMartin KaFai Lau
2019-10-21tracing: Fix race in perf_trace_buf initializationPrateek Sood
2019-10-18bpf: Fix build error without CONFIG_NETYueHaibing
2019-10-18tracing: Fix "gfp_t" format for synthetic eventsZhengjun Xing
2019-10-18trace: Use pr_warn instead of pr_warningKefeng Wang
2019-10-17perf_event: Add support for LSM and SELinux checksJoel Fernandes (Google)
2019-10-17bpf: Check types of arguments passed into helpersAlexei Starovoitov
2019-10-17bpf: Implement accurate raw_tp context access via BTFAlexei Starovoitov
2019-10-12tracing: Initialize iter->seq after zeroing in tracing_read_pipe()Petr Mladek
2019-10-12tracing/hwlat: Don't ignore outer-loop duration when calculating max_latencySrivatsa S. Bhat (VMware)
2019-10-12tracing/hwlat: Report total time spent in all NMIs during the sampleSrivatsa S. Bhat (VMware)
2019-10-12tracing: Add locked_down checks to the open calls of files created for tracefsSteven Rostedt (VMware)
2019-10-12tracing: Add tracing_check_open_get_tr()Steven Rostedt (VMware)
2019-10-12tracing: Have trace events system open call tracing_open_generic_tr()Steven Rostedt (VMware)
2019-10-12tracing: Get trace_array reference for available_tracers filesSteven Rostedt (VMware)
2019-10-12ftrace: Get a reference counter for the trace_array on filter filesSteven Rostedt (VMware)
2019-09-30Merge tag 'trace-v5.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds
2019-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-09-28tracing: Have error path in predicate_parse() free its allocated memoryNavid Emamdoost
2019-09-28tracing: Fix clang -Wint-in-bool-context warnings in IF_ASSIGN macroNathan Chancellor
2019-09-28tracing/probe: Fix to check the difference of nr_args before adding probeMasami Hiramatsu
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-09-27bpf: Fix bpf_event_output re-entry issueAllan Zhang
2019-09-26Merge tag 'trace-v5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds