aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)Author
2020-09-21Merge tag 'v5.2.60' into v5.2/standard/baseBruce Ashfield
2020-09-17tracing: Use trace_sched_process_free() instead of exit() for pid tracingSteven Rostedt (VMware)
2020-09-17tracing/hwlat: Honor the tracing_cpumaskKevin Hao
2020-09-17ftrace: Setup correct FTRACE_FL_REGS flags for moduleChengming Zhou
2020-08-16Merge tag 'v5.2.53' into v5.2/standard/baseBruce Ashfield
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-20Merge tag 'v5.2.50' into v5.2/standard/baseBruce Ashfield
2020-07-20Merge tag 'v5.2.49' into v5.2/standard/baseBruce Ashfield
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-29Merge tag 'v5.2.46' into v5.2/standard/baseBruce Ashfield
2020-06-24tracing: Make exported ftrace_set_clr_event non-staticDenis Efremov
2020-06-11Merge tag 'v5.2.44' into v5.2/standard/baseBruce Ashfield
2020-06-08Stop the ad-hoc games with -Wno-maybe-initializedLinus Torvalds
2020-06-05Merge tag 'v5.2.43' into v5.2/standard/baseBruce Ashfield
2020-06-05Merge tag 'v5.2.42' into v5.2/standard/baseBruce Ashfield
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-25Merge tag 'v5.2.41' into v5.2/standard/baseBruce Ashfield
2020-05-21treewide: Rename rcu_dereference_raw_notrace() to _check()Joel Fernandes (Google)
2020-05-19Merge tag 'v5.2.40' into v5.2/standard/baseBruce Ashfield
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-05Merge branch 'linux-5.2.y' into v5.2/standard/baseBruce Ashfield
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-19Merge branch 'linux-5.2.y' into v5.2/standard/baseBruce Ashfield
2020-04-16tracing: Fix histogram code when expression has same var as valueSteven Rostedt (VMware)
2020-04-01Merge branch 'linux-5.2.y' into v5.2/standard/baseBruce Ashfield