summaryrefslogtreecommitdiffstats
path: root/kernel/trace (follow)
Commit message (Expand)AuthorAgeFilesLines
* tracing: Add "(fault)" name injection to kernel probesSteven Rostedt (Google)2022-10-121-6/+25
* tracing: Move duplicate code of trace_kprobe/eprobe.c into headerSteven Rostedt (Google)2022-10-123-110/+106
* ring-buffer: Fix kernel-docJiapeng Chong2022-10-121-3/+3
* ftrace: Fix char print issue in print_ip_ins()Zheng Yejian2022-10-121-4/+1
* tracing: Do not free snapshot if tracer is on cmdlineSteven Rostedt (Google)2022-10-061-4/+6
* ftrace: Still disable enabled records marked as disabledSteven Rostedt (Google)2022-10-061-4/+16
* tracing/user_events: Move pages/locks into groups to prepare for namespacesBeau Belgrave2022-10-031-72/+274
* tracing: Remove unused variable 'dups'Chen Zhongjin2022-10-031-3/+2
* ring-buffer: Fix race between reset page and reading pageSteven Rostedt (Google)2022-09-291-0/+33
* tracing/user_events: Use bits vs bytes for enabled status page dataBeau Belgrave2022-09-291-8/+67
* tracing/user_events: Use refcount instead of atomic for ref trackingBeau Belgrave2022-09-291-29/+24
* tracing/user_events: Ensure user provided strings are safely formattedBeau Belgrave2022-09-291-32/+59
* tracing/user_events: Use WRITE instead of READ for io vector importBeau Belgrave2022-09-291-1/+2
* tracing/user_events: Use NULL for strstr checksBeau Belgrave2022-09-291-3/+3
* tracing: Fix spelling mistake "preapre" -> "prepare"Colin Ian King2022-09-291-1/+1
* tracing: Wake up waiters when tracing is disabledSteven Rostedt (Google)2022-09-291-0/+6
* tracing: Add ioctl() to force ring buffer waiters to wake upSteven Rostedt (Google)2022-09-291-0/+22
* tracing: Wake up ring buffer waiters on closing of the fileSteven Rostedt (Google)2022-09-291-0/+15
* ring-buffer: Add ring_buffer_wake_waiters()Steven Rostedt (Google)2022-09-291-0/+39
* ring-buffer: Check pending waiters when doing wake ups as wellSteven Rostedt (Google)2022-09-281-1/+2
* ring-buffer: Have the shortest_full queue be the shortest not longestSteven Rostedt (Google)2022-09-281-1/+1
* ring-buffer: Allow splice to read previous partially read pagesSteven Rostedt (Google)2022-09-271-1/+9
* ftrace: Fix recursive locking direct_mutex in ftrace_modify_direct_callerSong Liu2022-09-271-1/+5
* ftrace: Properly unset FTRACE_HASH_FL_MODZheng Yejian2022-09-271-2/+6
* tracing/eprobe: Fix alloc event dir failed when event name no setTao Chen2022-09-271-2/+1
* tracing: Disable interrupt or preemption before acquiring arch_spinlock_tWaiman Long2022-09-271-0/+23
* rv/monitor: Add __init/__exit annotations to module init/exit funcsXiu Jianfeng2022-09-272-4/+4
* tracing/osnoise: Fix possible recursive locking in stop_per_cpu_kthreadsNico Pache2022-09-261-1/+2
* tracing: kprobe: Make gen test module work in arm and riscvYipeng Zou2022-09-261-4/+43
* tracing: kprobe: Fix kprobe event gen test module on exitYipeng Zou2022-09-261-1/+1
* tracing/filter: Call filter predicate functions directly via a switch statementSteven Rostedt (Google)2022-09-261-73/+157
* tracing: Move struct filter_pred into trace_events_filter.cSteven Rostedt (Google)2022-09-262-13/+13
* tracing/hist: Call hist functions directly via a switch statementSteven Rostedt (Google)2022-09-261-77/+169
* tracing: Add numeric delta time to the trace event benchmarkSteven Rostedt (Google)2022-09-262-4/+6
* rv/monitors: add 'static' qualifier for local symbolsZeng Heng2022-09-262-4/+4
* tracing/eprobe: Add eprobe filter supportMasami Hiramatsu (Google)2022-09-262-9/+98
* rv/reactor: add __init/__exit annotations to module init/exit funcsXiu Jianfeng2022-09-072-4/+4
* tracing: Fix to check event_mutex is held while accessing trigger listMasami Hiramatsu (Google)2022-09-071-1/+2
* tracing: hold caller_addr to hardirq_{enable,disable}_ipYipeng Zou2022-09-071-2/+2
* rv/monitors: Make monitor's automata definition staticDaniel Bristot de Oliveira2022-09-072-2/+2
* ftrace: Fix build warning for ops_references_rec() not usedWang Jingjin2022-08-221-46/+33
* Merge tag 'trace-v6.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-08-215-21/+119
|\
| * tracing: Have filter accept "common_cpu" to be consistentSteven Rostedt (Google)2022-08-211-0/+1
| * tracing/probes: Have kprobes and uprobes use $COMM tooSteven Rostedt (Google)2022-08-211-2/+3
| * tracing/eprobes: Have event probes be consistent with kprobes and uprobesSteven Rostedt (Google)2022-08-211-6/+64
| * tracing/eprobes: Fix reading of string fieldsSteven Rostedt (Google)2022-08-211-0/+21
| * tracing/eprobes: Do not hardcode $comm as a stringSteven Rostedt (Google)2022-08-211-2/+3
| * tracing/eprobes: Do not allow eprobes to use $stack, or % for regsSteven Rostedt (Google)2022-08-211-8/+13
| * ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is deadYang Jihong2022-08-211-0/+10
| * tracing/perf: Fix double put of trace event when init failsSteven Rostedt (Google)2022-08-211-3/+4