summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)Author
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
2020-01-17bpf: Make use of probe_user_write in probe write helperDaniel Borkmann
2020-01-14tracing: Have stack tracer compile when MCOUNT_INSN_SIZE is not definedSteven Rostedt (VMware)
2020-01-14kernel/trace: Fix do not unregister tracepoints when register sched_migrate_t...Kaitao Cheng
2020-01-12tracing: Do not create directories if lockdown is in affectSteven Rostedt (VMware)
2020-01-09ftrace: Avoid potential division by zero in function profilerWen Yang
2020-01-09tracing: Fix endianness bug in histogram triggerSven Schnelle
2020-01-09tracing: Have the histogram compare functions convert to u64 firstSteven Rostedt (VMware)
2020-01-09tracing: Avoid memory leak in process_system_preds()Keita Suzuki
2020-01-09tracing: Fix lock inversion in trace_event_enable_tgid_record()Prateek Sood
2019-12-31tracing/kprobe: Check whether the non-suffixed symbol is notraceMasami Hiramatsu
2019-12-31tracing: use kvcalloc for tgid_map array allocationYuming Han
2019-10-21tracing: Fix race in perf_trace_buf initializationPrateek Sood
2019-10-18tracing: Fix "gfp_t" format for synthetic eventsZhengjun Xing
2019-10-12tracing: Initialize iter->seq after zeroing in tracing_read_pipe()Petr Mladek
2019-10-12tracing/hwlat: Don't ignore outer-loop duration when calculating max_latencySrivatsa S. Bhat (VMware)
2019-10-12tracing/hwlat: Report total time spent in all NMIs during the sampleSrivatsa S. Bhat (VMware)
2019-10-12tracing: Add locked_down checks to the open calls of files created for tracefsSteven Rostedt (VMware)
2019-10-12tracing: Add tracing_check_open_get_tr()Steven Rostedt (VMware)
2019-10-12tracing: Have trace events system open call tracing_open_generic_tr()Steven Rostedt (VMware)
2019-10-12tracing: Get trace_array reference for available_tracers filesSteven Rostedt (VMware)
2019-10-12ftrace: Get a reference counter for the trace_array on filter filesSteven Rostedt (VMware)
2019-09-30Merge tag 'trace-v5.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds
2019-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-09-28tracing: Have error path in predicate_parse() free its allocated memoryNavid Emamdoost
2019-09-28tracing: Fix clang -Wint-in-bool-context warnings in IF_ASSIGN macroNathan Chancellor
2019-09-28tracing/probe: Fix to check the difference of nr_args before adding probeMasami Hiramatsu
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-09-27bpf: Fix bpf_event_output re-entry issueAllan Zhang
2019-09-26Merge tag 'trace-v5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds
2019-09-25tracing/probe: Fix same probe event argument matchingSrikar Dronamraju
2019-09-20Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-09-20Merge tag 'trace-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2019-09-19tracing/probe: Reject exactly same probe eventMasami Hiramatsu