summaryrefslogtreecommitdiff
path: root/kernel/trace (unfollow)
Commit message (Expand)Author
2024-10-17Merge remote-tracking branch 'msm8998/lineage-20' into lineage-20Raghuram Subramani
2024-01-06tracing: Avoid adding tracer option before update_tracer_optionsMark-PK Tsai
2023-11-09tracing: Fix infinite loop in tracing_read_pipe on overflowed print_trace_lineYang Jihong
2023-11-09tracing: Fix memleak due to race between current_tracer and traceZheng Yejian
2023-11-09tracing: Ensure trace buffer is at least 4096 bytes largeSven Schnelle
2023-11-09tracing: Fix tp_printk option related with tp_printk_stop_on_bootJaeSang Yoo
2023-11-09blktrace: Fix output non-blktrace event when blk_classic option enabledYang Jihong
2022-10-28BACKPORT: ANDROID: ftrace: fix function type mismatchesSami Tolvanen
2022-10-28fs: Better permission checking for submountsEric W. Biederman
2022-04-19BACKPORT: Add support for BPF_FUNC_probe_read_strJoel Fernandes
2022-04-19bpf: Fix un-initialized variable in bpf_trace_printkJayant Chowdhary
2022-04-19bpf: fix bpf_trace_printk on 32 bit archsDaniel Borkmann
2022-04-19bpf: Constify bpf_verifier_ops structureJulia Lawall
2022-04-19bpf, trace: fetch current cpu only onceDaniel Borkmann
2022-04-19bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_readDaniel Borkmann
2022-04-19BACKPORT: bpf: permit multiple bpf attachments for a single perf eventYonghong Song
2022-04-19bpf: add BPF_CALL_x macros for declaring helpersDaniel Borkmann
2022-04-19bpf, perf: split bpf_perf_event_outputDaniel Borkmann
2022-04-19bpf: add BPF_SIZEOF and BPF_FIELD_SIZEOF macrosDaniel Borkmann
2022-04-19bpf: introduce BPF_PROG_TYPE_PERF_EVENT program typeAlexei Starovoitov
2022-04-19bpf: allow bpf_get_prandom_u32() to be used in tracingAlexei Starovoitov
2022-04-19bpf: Add bpf_current_task_under_cgroup helperSargun Dhillon
2022-04-19bpf: Add bpf_probe_write_user BPF helper to be called in tracersSargun Dhillon
2022-04-19kernel/trace/bpf_trace.c: work around gcc-4.4.4 anon union initialization bugAndrew Morton
2022-04-19bpf: introduce bpf_get_current_task() helperAlexei Starovoitov
2022-04-19bpf: avoid stack copy and use skb ctx for event outputDaniel Borkmann
2022-04-19bpf: minor cleanups on fd maps and helpersDaniel Borkmann
2022-04-19bpf, maps: flush own entries on perf map releaseDaniel Borkmann
2022-04-19bpf: fix matching of data/data_end in verifierAlexei Starovoitov
2022-04-19bpf, trace: use READ_ONCE for retrieving file ptrDaniel Borkmann
2022-04-19bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_outputDaniel Borkmann
2022-04-19bpf: avoid warning for wrong pointer castArnd Bergmann
2022-04-19bpf: add event output helper for notifications/sampling/loggingDaniel Borkmann
2022-04-19bpf: convert relevant helper args to ARG_PTR_TO_RAW_STACKDaniel Borkmann
2022-04-19bpf: sanitize bpf tracepoint accessAlexei Starovoitov
2022-04-19bpf: support bpf_get_stackid() and bpf_perf_event_output() in tracepoint prog...Alexei Starovoitov
2022-04-19bpf: register BPF_PROG_TYPE_TRACEPOINT program typeAlexei Starovoitov
2022-04-19perf: split perf_trace_buf_prepare into alloc and update partsAlexei Starovoitov
2022-04-19bpf: prevent kprobe+bpf deadlocksAlexei Starovoitov
2022-04-19bpf: introduce BPF_MAP_TYPE_STACK_TRACEAlexei Starovoitov
2022-04-19perf/bpf: Convert perf_event_array to use struct fileAlexei Starovoitov
2021-12-08tracing: Check pid filtering when creating eventsSteven Rostedt (VMware)
2021-10-27tracing: Have all levels of checks prevent recursionSteven Rostedt (VMware)
2021-10-06blktrace: Fix uaf in blk_trace access after removing by sysfsZhihao Cheng
2021-07-28tracing: Fix bug in rb_per_cpu_empty() that might cause deadloop.Haoran Luo
2021-06-30tracing: Do not stop recording comms if the trace file is being readSteven Rostedt (VMware)
2021-06-30tracing: Do not stop recording cmdlines when tracing is offSteven Rostedt (VMware)
2021-06-30tracing: Do no increment trace_clock_global() by oneSteven Rostedt (VMware)
2021-06-16ftrace: Do not blindly read the ip address in ftrace_bug()Steven Rostedt (VMware)
2021-05-22tracing: Restructure trace_clock_global() to never blockSteven Rostedt (VMware)