summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)Author
2020-01-29tracing: Fix histogram code when expression has same var as valueSteven Rostedt (VMware)
2020-01-29tracing: Remove open-coding of hist trigger var_ref managementTom Zanussi
2020-01-29tracing: Use hist trigger's var_ref array to destroy var_refsTom Zanussi
2020-01-29tracing: trigger: Replace unneeded RCU-list traversalsMasami Hiramatsu
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-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-12-05tracing: Lock event_mutex before synth_event_mutexMasami Hiramatsu
2019-11-10tracing: Fix "gfp_t" format for synthetic eventsZhengjun Xing
2019-11-06tracing: Initialize iter->seq after zeroing in tracing_read_pipe()Petr Mladek
2019-10-29tracing: Fix race in perf_trace_buf initializationPrateek Sood
2019-10-17tracing: Get trace_array reference for available_tracers filesSteven Rostedt (VMware)
2019-10-17ftrace: Get a reference counter for the trace_array on filter filesSteven Rostedt (VMware)
2019-10-17tracing/hwlat: Don't ignore outer-loop duration when calculating max_latencySrivatsa S. Bhat (VMware)
2019-10-17tracing/hwlat: Report total time spent in all NMIs during the sampleSrivatsa S. Bhat (VMware)
2019-10-11tracing: Make sure variable reference alias has correct var_ref_idxTom Zanussi
2019-09-06ftrace: Check for empty hash and comment the race with registering probesSteven Rostedt (VMware)
2019-09-06ftrace: Check for successful allocation of hashNaveen N. Rao
2019-09-06ftrace: Fix NULL pointer dereference in t_probe_next()Naveen N. Rao
2019-08-06ftrace: Enable trampoline when rec count returns back to oneCheng Jian
2019-07-10ftrace/x86: Remove possible deadlock between register_kprobe() and ftrace_run...Petr Mladek
2019-07-10tracing/snapshot: Resize spare buffer if size changedEiichi Tsukata
2019-07-10ftrace: Fix NULL pointer dereference in free_ftrace_func_mapper()Wei Li
2019-07-10module: Fix livepatch/ftrace module text permissions raceJosh Poimboeuf
2019-07-10tracing: avoid build warning with HAVE_NOP_MCOUNTVasily Gorbik
2019-07-03bpf: fix nested bpf tracepoints with per-cpu dataMatt Mullins
2019-07-03Revert "x86/uaccess, ftrace: Fix ftrace_likely_update() vs. SMAP"Sasha Levin
2019-06-25tracing: Silence GCC 9 array bounds warningMiguel Ojeda
2019-06-19tracing: Prevent hist_field_var_ref() from accessing NULL tracing_map_eltsTom Zanussi
2019-06-09tracing: Avoid memory leak in predicate_parse()Tomas Bortoli
2019-05-31x86/uaccess, ftrace: Fix ftrace_likely_update() vs. SMAPPeter Zijlstra
2019-05-25tracing: Fix partial reading of trace event's id fileElazar Leibovich
2019-05-04fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox
2019-05-02trace: Fix preempt_enable_no_resched() abusePeter Zijlstra
2019-05-02tracing: Fix buffer_ref pipe opsJann Horn
2019-05-02tracing: Fix a memory leak by early error exit in trace_pid_write()Wenwen Wang
2019-04-27kprobes: Mark ftrace mcount handler functions nokprobeMasami Hiramatsu
2019-04-05tracing: kdb: Fix ftdump to not sleepDouglas Anderson
2019-03-23tracing/perf: Use strndup_user() instead of buggy open-coded versionJann Horn
2019-03-23tracing: Do not free iter->trace in fail path of tracing_open_pipe()zhangyi (F)
2019-03-23tracing: Use strncpy instead of memcpy for string keys in hist triggersTom Zanussi
2019-03-13bpf: fix potential deadlock in bpf_prog_registerAlexei Starovoitov
2019-03-10tracing: Fix event filters and triggers to handle negative numbersPavel Tikhomirov
2019-02-27tracing: Fix number of entries in trace headerQuentin Perret