aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/trace (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-11tracing: Restructure trace_clock_global() to never blockSteven Rostedt (VMware)1-14/+30
2021-05-11tracing: Map all PIDs to command linesSteven Rostedt (VMware)1-26/+15
2021-05-11ftrace: Handle commands when closing set_ftrace_filter fileSteven Rostedt (VMware)1-1/+4
2021-04-07tracing: Fix stack trace event sizeSteven Rostedt (VMware)1-1/+2
2021-02-17tracing: Check length before giving out the filter bufferSteven Rostedt (VMware)1-1/+1
2021-02-17tracing: Do not count ftrace events in top level enable outputSteven Rostedt (VMware)1-1/+2
2021-02-13tracing/kprobe: Fix to support kretprobe events on unloaded modulesMasami Hiramatsu1-4/+6
2021-02-10fgraph: Initialize tracing_graph_pause at task creationSteven Rostedt (VMware)1-2/+0
2021-01-30tracing: Fix race in trace_open and buffer resize callGaurav Kohli1-0/+4
2021-01-19tracing/kprobes: Do the notrace functions check without kprobes on ftraceMasami Hiramatsu2-2/+2
2020-12-30Revert: "ring-buffer: Remove HAVE_64BIT_ALIGNED_ACCESS"Steven Rostedt (VMware)1-4/+13
2020-12-30bpf: Fix bpf_put_raw_tracepoint()'s use of __module_address()Andrii Nakryiko1-3/+5
2020-12-11tracing: Fix userstacktrace option for instancesSteven Rostedt (VMware)1-5/+8
2020-12-11ftrace: Fix updating FTRACE_FL_TRAMPNaveen N. Rao1-1/+21
2020-12-08tracing: Remove WARN_ON in start_thread()Vasily Averin1-1/+1
2020-11-18tracing: Fix the checking of stackidx in __ftrace_trace_stackQiujun Huang1-2/+2
2020-11-10tracing: Fix out of bounds write in get_trace_bufQiujun Huang1-1/+1
2020-11-10ftrace: Handle tracing when switching between contextSteven Rostedt (VMware)2-4/+28
2020-11-10ftrace: Fix recursion check for NMI testSteven Rostedt (VMware)1-1/+2
2020-11-10ring-buffer: Fix recursion protection transitions between interrupt contextSteven Rostedt (VMware)1-12/+46
2020-11-05ring-buffer: Return 0 on success from ring_buffer_resize()Qiujun Huang1-4/+4
2020-10-07tracing: Make the space reserved for the pid widerSebastian Andrzej Siewior2-25/+25
2020-10-07ftrace: Move RCU is watching check after recursion checkSteven Rostedt (VMware)1-4/+2
2020-10-01tracing: fix double freeTom Rix1-1/+0
2020-10-01lockdep: fix order in trace_hardirqs_off_caller()Sven Schnelle1-2/+2
2020-10-01tracing: Use address-of operator on section symbolsNathan Chancellor1-1/+1
2020-10-01tracing: Set kernel_stack's caller size properlyJosef Bacik1-1/+1
2020-10-01tracing: Adding NULL checks for trace_array descriptor pointerDivya Indi2-0/+5
2020-10-01tracing: Verify if trace array exists before destroying it.Divya Indi1-3/+12
2020-09-03blktrace: ensure our debugfs dir existsLuis Chamberlain1-0/+12
2020-08-21tracing: Move pipe reference to trace array instead of current_tracerSteven Rostedt (VMware)2-7/+7
2020-08-21tracing: Use trace_sched_process_free() instead of exit() for pid tracingSteven Rostedt (VMware)2-4/+4
2020-08-21tracing/hwlat: Honor the tracing_cpumaskKevin Hao1-2/+3
2020-08-21ftrace: Setup correct FTRACE_FL_REGS flags for moduleChengming Zhou1-4/+7
2020-08-19blktrace: fix debugfs use after freeLuis Chamberlain1-6/+12
2020-06-30ring-buffer: Zero out time extend if it is nested and not absoluteSteven Rostedt (VMware)1-1/+1
2020-06-30tracing: Fix event trigger to accept redundant spacesMasami Hiramatsu1-2/+19
2020-06-30blktrace: break out of blktrace setup on concurrent callsLuis Chamberlain1-0/+13
2020-06-24tracing/probe: Fix memleak in fetch_op_data operationsVamshi K Sthambamkadi1-2/+2
2020-06-24tracing/probe: Fix bpf_task_fd_query() for kprobes and uprobesJean-Philippe Brucker2-2/+2
2020-06-24blktrace: fix endianness for blk_log_remap()Chaitanya Kulkarni1-15/+4
2020-06-24blktrace: fix endianness in get_pdu_int()Chaitanya Kulkarni1-1/+1
2020-06-24blktrace: use errno instead of bi_statusChaitanya Kulkarni1-3/+6
2020-05-20Stop the ad-hoc games with -Wno-maybe-initializedLinus Torvalds1-1/+0
2020-05-14tracing: Add a vmalloc_sync_mappings() for safe measureSteven Rostedt (VMware)1-0/+13
2020-05-14tracing/kprobes: Fix a double initialization typoMasami Hiramatsu1-1/+1
2020-05-10tracing: Fix memory leaks in trace_events_hist.cVamshi K Sthambamkadi1-0/+7
2020-04-21tracing: Fix the race between registering 'snapshot' event trigger and triggering 'snapshot' operationXiao Yang1-7/+3
2020-04-17ftrace/kprobe: Show the maxactive number on kprobe_eventsMasami Hiramatsu1-0/+2
2020-04-17bpf: Fix deadlock with rq_lock in bpf_send_signal()Yonghong Song1-1/+1