aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)Author
2022-10-24bpf: Adjust kprobe_multi entry_ip for CONFIG_X86_KERNEL_IBTJiri Olsa
2022-10-24tracing/osnoise: Fix possible recursive locking in stop_per_cpu_kthreadsNico Pache
2022-10-24tracing: kprobe: Make gen test module work in arm and riscvYipeng Zou
2022-10-24tracing: kprobe: Fix kprobe event gen test module on exitYipeng Zou
2022-10-24tracing: Fix reading strings from synthetic eventsSteven Rostedt (Google)
2022-10-24tracing: Add "(fault)" name injection to kernel probesSteven Rostedt (Google)
2022-10-24tracing: Move duplicate code of trace_kprobe/eprobe.c into headerSteven Rostedt (Google)
2022-10-24tracing: Do not free snapshot if tracer is on cmdlineSteven Rostedt (Google)
2022-10-24tracing: Add ioctl() to force ring buffer waiters to wake upSteven Rostedt (Google)
2022-10-24tracing: Wake up waiters when tracing is disabledSteven Rostedt (Google)
2022-10-24tracing: Wake up ring buffer waiters on closing of the fileSteven Rostedt (Google)
2022-10-24tracing: Disable interrupt or preemption before acquiring arch_spinlock_tWaiman Long
2022-10-24ring-buffer: Fix race between reset page and reading pageSteven Rostedt (Google)
2022-10-24ring-buffer: Add ring_buffer_wake_waiters()Steven Rostedt (Google)
2022-10-24ring-buffer: Check pending waiters when doing wake ups as wellSteven Rostedt (Google)
2022-10-24ring-buffer: Have the shortest_full queue be the shortest not longestSteven Rostedt (Google)
2022-10-24ring-buffer: Allow splice to read previous partially read pagesSteven Rostedt (Google)
2022-10-24ftrace: Still disable enabled records marked as disabledSteven Rostedt (Google)
2022-10-24ftrace: Properly unset FTRACE_HASH_FL_MODZheng Yejian
2022-09-15tracing: Fix to check event_mutex is held while accessing trigger listMasami Hiramatsu (Google)
2022-09-15tracing: hold caller_addr to hardirq_{enable,disable}_ipYipeng Zou
2022-09-05ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is deadYang Jihong
2022-08-25tracing: Have filter accept "common_cpu" to be consistentSteven Rostedt (Google)
2022-08-25tracing/probes: Have kprobes and uprobes use $COMM tooSteven Rostedt (Google)
2022-08-25tracing/eprobes: Have event probes be consistent with kprobes and uprobesSteven Rostedt (Google)
2022-08-25tracing/eprobes: Fix reading of string fieldsSteven Rostedt (Google)
2022-08-25tracing/eprobes: Do not hardcode $comm as a stringSteven Rostedt (Google)
2022-08-25tracing/eprobes: Do not allow eprobes to use $stack, or % for regsSteven Rostedt (Google)
2022-08-25tracing/perf: Fix double put of trace event when init failsSteven Rostedt (Google)
2022-08-17blktrace: Trace remapped requests correctlyBart Van Assche
2022-07-12ftrace: Be more specific about arch impact when function tracer is enabledSteven Rostedt (Google)
2022-07-12tracing: Fix sleeping while atomic in kdb ftdumpDouglas Anderson
2022-07-12tracing/histograms: Fix memory leak problemZheng Yejian
2022-06-24Merge tag 'block-5.19-2022-06-24' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-06-23Merge tag 'trace-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-06-17tracing/uprobes: Remove unwanted initialization in __trace_uprobe_create()Gautam Menghani
2022-06-17tracing: Simplify conditional compilation code in tracing_set_tracer()sunliming
2022-06-17tracing/kprobes: Check whether get_kretprobe() returns NULL in kretprobe_disp...Masami Hiramatsu (Google)
2022-06-17rethook: Reject getting a rethook if RCU is not watchingMasami Hiramatsu (Google)
2022-06-17block: serialize all debugfs operations using q->debugfs_mutexChristoph Hellwig
2022-06-16bpf: Force cookies array to follow symbols sortingJiri Olsa
2022-06-16ftrace: Keep address offset in ftrace_lookup_symbolsJiri Olsa
2022-06-09Merge tag 'net-5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-06-07bpf: Use safer kvmalloc_array() where possibleDan Carpenter
2022-06-03Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2022-06-01ftrace/fgraph: fix increased missing-prototypes warningsChengming Zhou
2022-05-29Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2022-05-28ftrace: Add FTRACE_MCOUNT_MAX_OFFSET to avoid adding weak functionSteven Rostedt (Google)
2022-05-26tracing: Fix comments for event_trigger_separate_filter()sunliming
2022-05-26ftrace: Clean up hash direct_functions on register failuresSong Liu