summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* ftrace: Move RCU is watching check after recursion checkSteven Rostedt (VMware)2020-10-071-4/+2
* tracing: fix double freeTom Rix2020-10-011-1/+0
* lockdep: fix order in trace_hardirqs_off_caller()Sven Schnelle2020-10-011-2/+2
* tracing: Use address-of operator on section symbolsNathan Chancellor2020-10-011-1/+1
* tracing: Set kernel_stack's caller size properlyJosef Bacik2020-10-011-1/+1
* tracing: Adding NULL checks for trace_array descriptor pointerDivya Indi2020-10-012-0/+5
* blktrace: ensure our debugfs dir existsLuis Chamberlain2020-09-031-0/+12
* tracing: Use trace_sched_process_free() instead of exit() for pid tracingSteven Rostedt (VMware)2020-08-212-4/+4
* tracing/hwlat: Honor the tracing_cpumaskKevin Hao2020-08-211-2/+3
* ftrace: Setup correct FTRACE_FL_REGS flags for moduleChengming Zhou2020-08-211-4/+7
* tracing: Have error path in predicate_parse() free its allocated memoryNavid Emamdoost2020-08-051-2/+4
* ring-buffer: Zero out time extend if it is nested and not absoluteSteven Rostedt (VMware)2020-06-301-1/+1
* tracing: Fix event trigger to accept redundant spacesMasami Hiramatsu2020-06-301-2/+19
* blktrace: break out of blktrace setup on concurrent callsLuis Chamberlain2020-06-301-0/+13
* blktrace: fix endianness for blk_log_remap()Chaitanya Kulkarni2020-06-251-15/+4
* blktrace: fix endianness in get_pdu_int()Chaitanya Kulkarni2020-06-251-1/+1
* blktrace: use errno instead of bi_statusChaitanya Kulkarni2020-06-251-3/+6
* Stop the ad-hoc games with -Wno-maybe-initializedLinus Torvalds2020-05-201-1/+0
* kbuild: compute false-positive -Wmaybe-uninitialized cases in KconfigMasahiro Yamada2020-05-201-0/+1
* tracing: Add a vmalloc_sync_mappings() for safe measureSteven Rostedt (VMware)2020-05-141-0/+13
* tracing/kprobes: Fix a double initialization typoMasami Hiramatsu2020-05-141-1/+1
* blktrace: fix dereference after null checkCengiz Can2020-04-291-1/+4
* blktrace: Protect q->blk_trace with RCUJan Kara2020-04-291-31/+83
* tracing: Fix the race between registering 'snapshot' event trigger and trigge...Xiao Yang2020-04-211-7/+3
* ftrace/kprobe: Show the maxactive number on kprobe_eventsMasami Hiramatsu2020-04-171-0/+2
* tracing: Disable trace_printk() on post poned testsSteven Rostedt (VMware)2020-03-051-0/+2
* trigger_next should increase position indexVasily Averin2020-02-241-2/+3
* ftrace: fpid_next() should increase position indexVasily Averin2020-02-241-2/+3
* tracing: Fix very unlikely race of registering two stat tracersSteven Rostedt (VMware)2020-02-241-10/+9
* tracing: Fix tracing_stat return values in error handling pathsLuis Henriques2020-02-241-4/+8
* ftrace: Protect ftrace_graph_hash with ftrace_syncSteven Rostedt (VMware)2020-02-112-2/+11
* ftrace: Add comment to why rcu_dereference_sched() is open codedSteven Rostedt (VMware)2020-02-111-0/+10
* tracing: Annotate ftrace_graph_notrace_hash pointer with __rcuAmol Grover2020-02-112-3/+7
* tracing: Annotate ftrace_graph_hash pointer with __rcuAmol Grover2020-02-112-4/+7
* tracing: Fix sched switch start/stop refcount racy updatesMathieu Desnoyers2020-02-111-1/+3
* tracing: Fix histogram code when expression has same var as valueSteven Rostedt (VMware)2020-01-291-0/+22
* tracing: Remove open-coding of hist trigger var_ref managementTom Zanussi2020-01-291-18/+75
* tracing: Use hist trigger's var_ref array to destroy var_refsTom Zanussi2020-01-291-5/+19
* tracing: trigger: Replace unneeded RCU-list traversalsMasami Hiramatsu2020-01-292-15/+43
* tracing: Have stack tracer compile when MCOUNT_INSN_SIZE is not definedSteven Rostedt (VMware)2020-01-141-0/+5
* kernel/trace: Fix do not unregister tracepoints when register sched_migrate_t...Kaitao Cheng2020-01-141-1/+3
* ftrace: Avoid potential division by zero in function profilerWen Yang2020-01-091-3/+3
* tracing: Fix endianness bug in histogram triggerSven Schnelle2020-01-091-1/+20
* tracing: Have the histogram compare functions convert to u64 firstSteven Rostedt (VMware)2020-01-091-2/+2
* tracing: Avoid memory leak in process_system_preds()Keita Suzuki2020-01-091-1/+1
* tracing: Fix lock inversion in trace_event_enable_tgid_record()Prateek Sood2020-01-092-4/+12
* tracing/kprobe: Check whether the non-suffixed symbol is notraceMasami Hiramatsu2019-12-311-3/+24
* tracing: use kvcalloc for tgid_map array allocationYuming Han2019-12-311-1/+1
* tracing: Lock event_mutex before synth_event_mutexMasami Hiramatsu2019-12-052-20/+38
* tracing: Fix "gfp_t" format for synthetic eventsZhengjun Xing2019-11-101-0/+2