summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2020-08-05tracing: Have error path in predicate_parse() free its allocated memoryNavid Emamdoost1-2/+4
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-25blktrace: fix endianness for blk_log_remap()Chaitanya Kulkarni1-15/+4
2020-06-25blktrace: fix endianness in get_pdu_int()Chaitanya Kulkarni1-1/+1
2020-06-25blktrace: 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-20kbuild: compute false-positive -Wmaybe-uninitialized cases in KconfigMasahiro Yamada1-0/+1
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-04-29blktrace: fix dereference after null checkCengiz Can1-1/+4
2020-04-29blktrace: Protect q->blk_trace with RCUJan Kara1-31/+83
2020-04-21tracing: Fix the race between registering 'snapshot' event trigger and trigge...Xiao Yang1-7/+3
2020-04-17ftrace/kprobe: Show the maxactive number on kprobe_eventsMasami Hiramatsu1-0/+2
2020-03-05tracing: Disable trace_printk() on post poned testsSteven Rostedt (VMware)1-0/+2
2020-02-24trigger_next should increase position indexVasily Averin1-2/+3
2020-02-24ftrace: fpid_next() should increase position indexVasily Averin1-2/+3
2020-02-24tracing: Fix very unlikely race of registering two stat tracersSteven Rostedt (VMware)1-10/+9
2020-02-24tracing: Fix tracing_stat return values in error handling pathsLuis Henriques1-4/+8
2020-02-11ftrace: Protect ftrace_graph_hash with ftrace_syncSteven Rostedt (VMware)2-2/+11
2020-02-11ftrace: Add comment to why rcu_dereference_sched() is open codedSteven Rostedt (VMware)1-0/+10
2020-02-11tracing: Annotate ftrace_graph_notrace_hash pointer with __rcuAmol Grover2-3/+7
2020-02-11tracing: Annotate ftrace_graph_hash pointer with __rcuAmol Grover2-4/+7
2020-02-11tracing: Fix sched switch start/stop refcount racy updatesMathieu Desnoyers1-1/+3
2020-01-29tracing: Fix histogram code when expression has same var as valueSteven Rostedt (VMware)1-0/+22
2020-01-29tracing: Remove open-coding of hist trigger var_ref managementTom Zanussi1-18/+75
2020-01-29tracing: Use hist trigger's var_ref array to destroy var_refsTom Zanussi1-5/+19
2020-01-29tracing: trigger: Replace unneeded RCU-list traversalsMasami Hiramatsu2-15/+43
2020-01-14tracing: Have stack tracer compile when MCOUNT_INSN_SIZE is not definedSteven Rostedt (VMware)1-0/+5
2020-01-14kernel/trace: Fix do not unregister tracepoints when register sched_migrate_t...Kaitao Cheng1-1/+3
2020-01-09ftrace: Avoid potential division by zero in function profilerWen Yang1-3/+3
2020-01-09tracing: Fix endianness bug in histogram triggerSven Schnelle1-1/+20
2020-01-09tracing: Have the histogram compare functions convert to u64 firstSteven Rostedt (VMware)1-2/+2
2020-01-09tracing: Avoid memory leak in process_system_preds()Keita Suzuki1-1/+1
2020-01-09tracing: Fix lock inversion in trace_event_enable_tgid_record()Prateek Sood2-4/+12
2019-12-31tracing/kprobe: Check whether the non-suffixed symbol is notraceMasami Hiramatsu1-3/+24
2019-12-31tracing: use kvcalloc for tgid_map array allocationYuming Han1-1/+1
2019-12-05tracing: Lock event_mutex before synth_event_mutexMasami Hiramatsu2-20/+38
2019-11-10tracing: Fix "gfp_t" format for synthetic eventsZhengjun Xing1-0/+2
2019-11-06tracing: Initialize iter->seq after zeroing in tracing_read_pipe()Petr Mladek1-0/+1
2019-10-29tracing: Fix race in perf_trace_buf initializationPrateek Sood1-0/+4
2019-10-17tracing: Get trace_array reference for available_tracers filesSteven Rostedt (VMware)1-2/+15
2019-10-17ftrace: Get a reference counter for the trace_array on filter filesSteven Rostedt (VMware)1-9/+18
2019-10-17tracing/hwlat: Don't ignore outer-loop duration when calculating max_latencySrivatsa S. Bhat (VMware)1-0/+2
2019-10-17tracing/hwlat: Report total time spent in all NMIs during the sampleSrivatsa S. Bhat (VMware)1-1/+1
2019-10-11tracing: Make sure variable reference alias has correct var_ref_idxTom Zanussi1-0/+2
2019-09-06ftrace: Check for empty hash and comment the race with registering probesSteven Rostedt (VMware)1-1/+9
2019-09-06ftrace: Check for successful allocation of hashNaveen N. Rao1-0/+5
2019-09-06ftrace: Fix NULL pointer dereference in t_probe_next()Naveen N. Rao1-0/+4