summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2022-10-12tracing: Add "(fault)" name injection to kernel probesSteven Rostedt (Google)
2022-10-12tracing: Move duplicate code of trace_kprobe/eprobe.c into headerSteven Rostedt (Google)
2022-10-12ring-buffer: Fix kernel-docJiapeng Chong
2022-10-12ftrace: Fix char print issue in print_ip_ins()Zheng Yejian
2022-10-05tracing: Do not free snapshot if tracer is on cmdlineSteven Rostedt (Google)
2022-10-05ftrace: Still disable enabled records marked as disabledSteven Rostedt (Google)
2022-10-03tracing/user_events: Move pages/locks into groups to prepare for namespacesBeau Belgrave
2022-10-03tracing: Remove unused variable 'dups'Chen Zhongjin
2022-09-29ring-buffer: Fix race between reset page and reading pageSteven Rostedt (Google)
2022-09-29tracing/user_events: Use bits vs bytes for enabled status page dataBeau Belgrave
2022-09-29tracing/user_events: Use refcount instead of atomic for ref trackingBeau Belgrave
2022-09-29tracing/user_events: Ensure user provided strings are safely formattedBeau Belgrave
2022-09-29tracing/user_events: Use WRITE instead of READ for io vector importBeau Belgrave
2022-09-29tracing/user_events: Use NULL for strstr checksBeau Belgrave
2022-09-29tracing: Fix spelling mistake "preapre" -> "prepare"Colin Ian King
2022-09-29tracing: Wake up waiters when tracing is disabledSteven Rostedt (Google)
2022-09-29tracing: Add ioctl() to force ring buffer waiters to wake upSteven Rostedt (Google)
2022-09-28tracing: Wake up ring buffer waiters on closing of the fileSteven Rostedt (Google)
2022-09-28ring-buffer: Add ring_buffer_wake_waiters()Steven Rostedt (Google)
2022-09-27ring-buffer: Check pending waiters when doing wake ups as wellSteven Rostedt (Google)
2022-09-27ring-buffer: Have the shortest_full queue be the shortest not longestSteven Rostedt (Google)
2022-09-27ring-buffer: Allow splice to read previous partially read pagesSteven Rostedt (Google)
2022-09-27ftrace: Fix recursive locking direct_mutex in ftrace_modify_direct_callerSong Liu
2022-09-27ftrace: Properly unset FTRACE_HASH_FL_MODZheng Yejian
2022-09-27tracing/eprobe: Fix alloc event dir failed when event name no setTao Chen
2022-09-27tracing: Disable interrupt or preemption before acquiring arch_spinlock_tWaiman Long
2022-09-26rv/monitor: Add __init/__exit annotations to module init/exit funcsXiu Jianfeng
2022-09-26tracing/osnoise: Fix possible recursive locking in stop_per_cpu_kthreadsNico Pache
2022-09-26tracing: kprobe: Make gen test module work in arm and riscvYipeng Zou
2022-09-26tracing: kprobe: Fix kprobe event gen test module on exitYipeng Zou
2022-09-26tracing/filter: Call filter predicate functions directly via a switch statementSteven Rostedt (Google)
2022-09-26tracing: Move struct filter_pred into trace_events_filter.cSteven Rostedt (Google)
2022-09-26tracing/hist: Call hist functions directly via a switch statementSteven Rostedt (Google)
2022-09-26tracing: Add numeric delta time to the trace event benchmarkSteven Rostedt (Google)
2022-09-26rv/monitors: add 'static' qualifier for local symbolsZeng Heng
2022-09-26tracing/eprobe: Add eprobe filter supportMasami Hiramatsu (Google)
2022-09-06rv/reactor: add __init/__exit annotations to module init/exit funcsXiu Jianfeng
2022-09-06tracing: Fix to check event_mutex is held while accessing trigger listMasami Hiramatsu (Google)
2022-09-06tracing: hold caller_addr to hardirq_{enable,disable}_ipYipeng Zou
2022-09-06rv/monitors: Make monitor's automata definition staticDaniel Bristot de Oliveira
2022-08-22ftrace: Fix build warning for ops_references_rec() not usedWang Jingjin
2022-08-21Merge tag 'trace-v6.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-08-21tracing: Have filter accept "common_cpu" to be consistentSteven Rostedt (Google)
2022-08-21tracing/probes: Have kprobes and uprobes use $COMM tooSteven Rostedt (Google)
2022-08-21tracing/eprobes: Have event probes be consistent with kprobes and uprobesSteven Rostedt (Google)
2022-08-21tracing/eprobes: Fix reading of string fieldsSteven Rostedt (Google)
2022-08-21tracing/eprobes: Do not hardcode $comm as a stringSteven Rostedt (Google)
2022-08-21tracing/eprobes: Do not allow eprobes to use $stack, or % for regsSteven Rostedt (Google)
2022-08-21ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is deadYang Jihong
2022-08-21tracing/perf: Fix double put of trace event when init failsSteven Rostedt (Google)