summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)Author
2020-08-13blktrace: ensure our debugfs dir existsLuis Chamberlain
2020-08-13blktrace: fix debugfs use after freeLuis Chamberlain
2020-08-13blktrace: annotate required lock on do_blk_trace_setup()Luis Chamberlain
2020-08-13blktrace: Avoid sparse warnings when assigning q->blk_traceJan Kara
2020-08-13blktrace: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2020-07-16ring-buffer: Zero out time extend if it is nested and not absoluteSteven Rostedt (VMware)
2020-07-16tracing: Fix event trigger to accept redundant spacesMasami Hiramatsu
2020-07-16blktrace: break out of blktrace setup on concurrent callsLuis Chamberlain
2020-07-13blktrace: fix endianness for blk_log_remap()Chaitanya Kulkarni
2020-07-13blktrace: fix endianness in get_pdu_int()Chaitanya Kulkarni
2020-07-13blktrace: use errno instead of bi_statusChaitanya Kulkarni
2020-06-24tracing: Make exported ftrace_set_clr_event non-staticDenis Efremov
2020-06-08Stop the ad-hoc games with -Wno-maybe-initializedLinus Torvalds
2020-06-04tracing: Add a vmalloc_sync_mappings() for safe measureSteven Rostedt (VMware)
2020-06-04tracing: Fix memory leaks in trace_events_hist.cVamshi K Sthambamkadi
2020-06-01tracing: Fix the race between registering 'snapshot' event trigger and trigge...Xiao Yang
2020-06-01ftrace/kprobe: Show the maxactive number on kprobe_eventsMasami Hiramatsu
2020-05-21treewide: Rename rcu_dereference_raw_notrace() to _check()Joel Fernandes (Google)
2020-05-15tracing/kprobes: Fix a double initialization typoMasami Hiramatsu
2020-05-15blktrace: fix dereference after null checkCengiz Can
2020-05-15blktrace: Protect q->blk_trace with RCUJan Kara
2020-05-15tracing: Disable trace_printk() on post poned testsSteven Rostedt (VMware)
2020-05-15trigger_next should increase position indexVasily Averin
2020-05-15ftrace: fpid_next() should increase position indexVasily Averin
2020-05-15tracing: Simplify assignment parsing for hist triggersTom Zanussi
2020-05-15tracing: Fix very unlikely race of registering two stat tracersSteven Rostedt (VMware)
2020-05-15tracing: Fix tracing_stat return values in error handling pathsLuis Henriques
2020-05-04ftrace: Protect ftrace_graph_hash with ftrace_syncSteven Rostedt (VMware)
2020-05-04ftrace: Add comment to why rcu_dereference_sched() is open codedSteven Rostedt (VMware)
2020-05-04tracing: Annotate ftrace_graph_notrace_hash pointer with __rcuAmol Grover
2020-05-04tracing: Annotate ftrace_graph_hash pointer with __rcuAmol Grover
2020-05-04tracing: Fix now invalid var_ref_vals assumption in trace actionTom Zanussi
2020-05-04tracing: Fix sched switch start/stop refcount racy updatesMathieu Desnoyers
2020-04-16tracing: Fix histogram code when expression has same var as valueSteven Rostedt (VMware)
2020-03-30bpf: Make use of probe_user_write in probe write helperDaniel Borkmann
2020-03-30tracing: Have stack tracer compile when MCOUNT_INSN_SIZE is not definedSteven Rostedt (VMware)
2020-03-30kernel/trace: Fix do not unregister tracepoints when register sched_migrate_t...Kaitao Cheng
2020-03-20ftrace: Avoid potential division by zero in function profilerWen Yang
2020-03-20tracing: Fix endianness bug in histogram triggerSven Schnelle
2020-03-20tracing: Have the histogram compare functions convert to u64 firstSteven Rostedt (VMware)
2020-03-20tracing: Avoid memory leak in process_system_preds()Keita Suzuki
2020-03-20tracing: Fix lock inversion in trace_event_enable_tgid_record()Prateek Sood
2020-02-24tracing/kprobe: Check whether the non-suffixed symbol is notraceMasami Hiramatsu
2020-02-24tracing: use kvcalloc for tgid_map array allocationYuming Han
2019-12-16tracing: Fix "gfp_t" format for synthetic eventsZhengjun Xing
2019-12-10tracing: Initialize iter->seq after zeroing in tracing_read_pipe()Petr Mladek
2019-12-02tracing: Have error path in predicate_parse() free its allocated memoryNavid Emamdoost
2019-11-25tracing: Fix race in perf_trace_buf initializationPrateek Sood
2019-11-09tracing: Get trace_array reference for available_tracers filesSteven Rostedt (VMware)
2019-11-09ftrace: Get a reference counter for the trace_array on filter filesSteven Rostedt (VMware)