summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2022-10-03tracing: Remove unused variable 'dups'Chen Zhongjin-3/+2
2022-09-29ring-buffer: Fix race between reset page and reading pageSteven Rostedt (Google)-0/+33
2022-09-29tracing/user_events: Use bits vs bytes for enabled status page dataBeau Belgrave-8/+67
2022-09-29tracing/user_events: Use refcount instead of atomic for ref trackingBeau Belgrave-29/+24
2022-09-29tracing/user_events: Ensure user provided strings are safely formattedBeau Belgrave-32/+59
2022-09-29tracing/user_events: Use WRITE instead of READ for io vector importBeau Belgrave-1/+2
2022-09-29tracing/user_events: Use NULL for strstr checksBeau Belgrave-3/+3
2022-09-29tracing: Fix spelling mistake "preapre" -> "prepare"Colin Ian King-1/+1
2022-09-29tracing: Wake up waiters when tracing is disabledSteven Rostedt (Google)-0/+6
2022-09-29tracing: Add ioctl() to force ring buffer waiters to wake upSteven Rostedt (Google)-0/+22
2022-09-29Merge branch 'v6.0-rc7'Peter Zijlstra-55/+43
2022-09-28tracing: Wake up ring buffer waiters on closing of the fileSteven Rostedt (Google)-0/+15
2022-09-28ring-buffer: Add ring_buffer_wake_waiters()Steven Rostedt (Google)-0/+39
2022-09-27ring-buffer: Check pending waiters when doing wake ups as wellSteven Rostedt (Google)-1/+2
2022-09-27ring-buffer: Have the shortest_full queue be the shortest not longestSteven Rostedt (Google)-1/+1
2022-09-27bpf: Check flags for branch stack in bpf_read_branch_records helperJiri Olsa-0/+3
2022-09-27ring-buffer: Allow splice to read previous partially read pagesSteven Rostedt (Google)-1/+9
2022-09-27ftrace: Fix recursive locking direct_mutex in ftrace_modify_direct_callerSong Liu-1/+5
2022-09-27ftrace: Properly unset FTRACE_HASH_FL_MODZheng Yejian-2/+6
2022-09-27tracing/eprobe: Fix alloc event dir failed when event name no setTao Chen-2/+1
2022-09-27tracing: Disable interrupt or preemption before acquiring arch_spinlock_tWaiman Long-0/+23
2022-09-26bpf: Return value in kprobe get_func_ip only for entry addressJiri Olsa-1/+4
2022-09-26bpf: Adjust kprobe_multi entry_ip for CONFIG_X86_KERNEL_IBTJiri Olsa-2/+18
2022-09-26ftrace: Keep the resolved addr in kallsyms_callbackJiri Olsa-2/+1
2022-09-26rv/monitor: Add __init/__exit annotations to module init/exit funcsXiu Jianfeng-4/+4
2022-09-26tracing/osnoise: Fix possible recursive locking in stop_per_cpu_kthreadsNico Pache-1/+2
2022-09-26tracing: kprobe: Make gen test module work in arm and riscvYipeng Zou-4/+43
2022-09-26tracing: kprobe: Fix kprobe event gen test module on exitYipeng Zou-1/+1
2022-09-26tracing/filter: Call filter predicate functions directly via a switch statementSteven Rostedt (Google)-73/+157
2022-09-26tracing: Move struct filter_pred into trace_events_filter.cSteven Rostedt (Google)-13/+13
2022-09-26tracing/hist: Call hist functions directly via a switch statementSteven Rostedt (Google)-77/+169
2022-09-26tracing: Add numeric delta time to the trace event benchmarkSteven Rostedt (Google)-4/+6
2022-09-26rv/monitors: add 'static' qualifier for local symbolsZeng Heng-4/+4
2022-09-26tracing/eprobe: Add eprobe filter supportMasami Hiramatsu (Google)-9/+98
2022-09-21bpf: Prevent bpf program recursion for raw tracepoint probesJiri Olsa-0/+6
2022-09-21bpf: Add bpf_verify_pkcs7_signature() kfuncRoberto Sassu-0/+45
2022-09-21bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncsRoberto Sassu-0/+135
2022-09-16ftrace: Add HAVE_DYNAMIC_FTRACE_NO_PATCHABLEPeter Zijlstra (Intel)-0/+6
2022-09-06rv/reactor: add __init/__exit annotations to module init/exit funcsXiu Jianfeng-4/+4
2022-09-06tracing: Fix to check event_mutex is held while accessing trigger listMasami Hiramatsu (Google)-1/+2
2022-09-06tracing: hold caller_addr to hardirq_{enable,disable}_ipYipeng Zou-2/+2
2022-09-06rv/monitors: Make monitor's automata definition staticDaniel Bristot de Oliveira-2/+2
2022-08-22ftrace: Fix build warning for ops_references_rec() not usedWang Jingjin-46/+33
2022-08-21Merge tag 'trace-v6.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-21/+119
2022-08-21tracing: Have filter accept "common_cpu" to be consistentSteven Rostedt (Google)-0/+1
2022-08-21tracing/probes: Have kprobes and uprobes use $COMM tooSteven Rostedt (Google)-2/+3
2022-08-21tracing/eprobes: Have event probes be consistent with kprobes and uprobesSteven Rostedt (Google)-6/+64
2022-08-21tracing/eprobes: Fix reading of string fieldsSteven Rostedt (Google)-0/+21
2022-08-21tracing/eprobes: Do not hardcode $comm as a stringSteven Rostedt (Google)-2/+3
2022-08-21tracing/eprobes: Do not allow eprobes to use $stack, or % for regsSteven Rostedt (Google)-8/+13