summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)Author
2020-10-07tracing: Make the space reserved for the pid widerSebastian Andrzej Siewior
2020-10-07ftrace: Move RCU is watching check after recursion checkSteven Rostedt (VMware)
2020-10-01tracing: fix double freeTom Rix
2020-10-01lockdep: fix order in trace_hardirqs_off_caller()Sven Schnelle
2020-10-01tracing: Use address-of operator on section symbolsNathan Chancellor
2020-10-01tracing: Set kernel_stack's caller size properlyJosef Bacik
2020-10-01tracing: Adding NULL checks for trace_array descriptor pointerDivya Indi
2020-10-01tracing: Verify if trace array exists before destroying it.Divya Indi
2020-09-03blktrace: ensure our debugfs dir existsLuis Chamberlain
2020-08-21tracing: Move pipe reference to trace array instead of current_tracerSteven Rostedt (VMware)
2020-08-21tracing: Use trace_sched_process_free() instead of exit() for pid tracingSteven Rostedt (VMware)
2020-08-21tracing/hwlat: Honor the tracing_cpumaskKevin Hao
2020-08-21ftrace: Setup correct FTRACE_FL_REGS flags for moduleChengming Zhou
2020-08-19blktrace: fix debugfs use after freeLuis Chamberlain
2020-06-30ring-buffer: Zero out time extend if it is nested and not absoluteSteven Rostedt (VMware)
2020-06-30tracing: Fix event trigger to accept redundant spacesMasami Hiramatsu
2020-06-30blktrace: break out of blktrace setup on concurrent callsLuis Chamberlain
2020-06-24tracing/probe: Fix memleak in fetch_op_data operationsVamshi K Sthambamkadi
2020-06-24tracing/probe: Fix bpf_task_fd_query() for kprobes and uprobesJean-Philippe Brucker
2020-06-24blktrace: fix endianness for blk_log_remap()Chaitanya Kulkarni
2020-06-24blktrace: fix endianness in get_pdu_int()Chaitanya Kulkarni
2020-06-24blktrace: use errno instead of bi_statusChaitanya Kulkarni
2020-05-20Stop the ad-hoc games with -Wno-maybe-initializedLinus Torvalds
2020-05-14tracing: Add a vmalloc_sync_mappings() for safe measureSteven Rostedt (VMware)
2020-05-14tracing/kprobes: Fix a double initialization typoMasami Hiramatsu
2020-05-10tracing: Fix memory leaks in trace_events_hist.cVamshi K Sthambamkadi
2020-04-21tracing: Fix the race between registering 'snapshot' event trigger and trigge...Xiao Yang
2020-04-17ftrace/kprobe: Show the maxactive number on kprobe_eventsMasami Hiramatsu
2020-04-17bpf: Fix deadlock with rq_lock in bpf_send_signal()Yonghong Song
2020-03-21tracing: Fix number printing bug in print_synth_event()Tom Zanussi
2020-03-12blktrace: fix dereference after null checkCengiz Can
2020-03-05blktrace: Protect q->blk_trace with RCUJan Kara
2020-03-05tracing: Disable trace_printk() on post poned testsSteven Rostedt (VMware)
2020-02-24trigger_next should increase position indexVasily Averin
2020-02-24ftrace: fpid_next() should increase position indexVasily Averin
2020-02-24tracing: Simplify assignment parsing for hist triggersTom Zanussi
2020-02-24tracing: Fix very unlikely race of registering two stat tracersSteven Rostedt (VMware)
2020-02-24tracing: Fix tracing_stat return values in error handling pathsLuis Henriques
2020-02-11ftrace: Protect ftrace_graph_hash with ftrace_syncSteven Rostedt (VMware)
2020-02-11ftrace: Add comment to why rcu_dereference_sched() is open codedSteven Rostedt (VMware)
2020-02-11tracing: Annotate ftrace_graph_notrace_hash pointer with __rcuAmol Grover
2020-02-11tracing: Annotate ftrace_graph_hash pointer with __rcuAmol Grover
2020-02-11tracing: Fix now invalid var_ref_vals assumption in trace actionTom Zanussi
2020-02-11tracing: Fix sched switch start/stop refcount racy updatesMathieu Desnoyers
2020-02-11tracing/kprobes: Have uname use __get_str() in print_fmtSteven Rostedt (VMware)
2020-02-05tracing/uprobe: Fix to make trace_uprobe_filter alignment safeMasami Hiramatsu
2020-01-29tracing: Fix histogram code when expression has same var as valueSteven Rostedt (VMware)
2020-01-29tracing: Do not set trace clock if tracefs lockdown is in effectMasami Ichikawa
2020-01-29tracing/uprobe: Fix double perf_event linking on multiprobe uprobeMasami Hiramatsu
2020-01-29tracing: trigger: Replace unneeded RCU-list traversalsMasami Hiramatsu