summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2022-09-05ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is deadYang Jihong
2022-08-25tracing/probes: Have kprobes and uprobes use $COMM tooSteven Rostedt (Google)
2022-08-25tracing: Have filter accept "common_cpu" to be consistentSteven Rostedt (Google)
2022-08-21blktrace: Trace remapped requests correctlyBart Van Assche
2022-08-21block: remove the request_queue to argument request based tracepointsChristoph Hellwig
2022-07-21tracing/histograms: Fix memory leak problemZheng Yejian
2022-06-14tracing: Avoid adding tracer option before update_tracer_optionsMark-PK Tsai
2022-06-14tracing: Fix sleeping function called from invalid context on RT kernelJun Miao
2022-06-09ftrace: Clean up hash direct_functions on register failuresSong Liu
2022-06-09tracing: Fix potential double free in create_var_ref()Keita Suzuki
2022-04-27tracing: Dump stacktrace trigger to the corresponding instanceDaniel Bristot de Oliveira
2022-03-16tracing: Ensure trace buffer is at least 4096 bytes largeSven Schnelle
2022-03-08tracing: Fix return value of __setup handlersRandy Dunlap
2022-03-08tracing/histogram: Fix sorting on old "cpu" valueSteven Rostedt (Google)
2022-03-08tracing: Add ustring operation to filtering string pointersSteven Rostedt
2022-03-08tracing: Add test for user space strings when filtering on string pointersSteven Rostedt
2022-03-02tracing: Have traceon and traceoff trigger honor the instanceSteven Rostedt (Google)
2022-02-23tracing: Fix tp_printk option related with tp_printk_stop_on_bootJaeSang Yoo
2022-02-16tracing: Propagate is_signed to expressionTom Zanussi
2022-02-01tracing: Don't inc err_log entry count if entry allocation failsTom Zanussi
2022-02-01tracing/histogram: Fix a potential memory leak for kstrdup()Xiaoke Wang
2022-01-27tracing/kprobes: 'nmissed' not showed correctly for kretprobeXiangyang Zhang
2022-01-27bpf: Remove config check to enable bpf support for branch recordsKajol Jain
2022-01-11tracing: Tag trace_percpu_buffer as a percpu pointerNaveen N. Rao
2022-01-11tracing: Fix check for trace_percpu_buffer validity in get_trace_buf()Naveen N. Rao
2021-12-17tracing: Fix a kmemleak false positive in tracing_mapChen Jun
2021-12-08tracing/histograms: String compares should not care about signed valuesSteven Rostedt (VMware)
2021-12-01tracing: Check pid filtering when creating eventsSteven Rostedt (VMware)
2021-12-01tracing: Fix pid filtering when triggers are attachedSteven Rostedt (VMware)
2021-12-01tracing/uprobe: Fix uprobe_perf_open probes iterationJiri Olsa
2021-11-26tracing: Add length protection to histogram string copiesSteven Rostedt (VMware)
2021-11-26tracing/histogram: Do not copy the fixed-size char array field over the field...Masami Hiramatsu
2021-11-18tracing/cfi: Fix cmp_entries_* functions signature mismatchKalesh Singh
2021-11-18ring-buffer: Protect ring_buffer_reset() from reentrancySteven Rostedt (VMware)
2021-10-27tracing: Have all levels of checks prevent recursionSteven Rostedt (VMware)
2021-09-30blktrace: Fix uaf in blk_trace access after removing by sysfsZhihao Cheng
2021-09-22tracing/boot: Fix a hist trigger dependency for boot time tracingMasami Hiramatsu
2021-09-22tracing/probes: Reject events which have the same name of existing oneMasami Hiramatsu
2021-08-26tracing / histogram: Fix NULL pointer dereference on strcmp() on NULL event nameSteven Rostedt (VMware)
2021-08-15bpf: Add lockdown check for probe_write_user helperDaniel Borkmann
2021-08-12tracing: Fix NULL pointer dereference in start_creatingKamal Agrawal
2021-08-12tracing: Reject string operand in the histogram expressionMasami Hiramatsu
2021-08-12tracing / histogram: Give calculation hist_fields a sizeSteven Rostedt (VMware)
2021-07-28tracing: Synthetic event field_pos is an index not a booleanSteven Rostedt (VMware)
2021-07-28tracing: Fix bug in rb_per_cpu_empty() that might cause deadloop.Haoran Luo
2021-07-28tracing/histogram: Rename "cpu" to "common_cpu"Steven Rostedt (VMware)
2021-07-20tracing: Do not reference char * as a string in histogramsSteven Rostedt (VMware)
2021-07-19tracing: Resize tgid_map to pid_max, not PID_MAX_DEFAULTPaul Burton
2021-07-19tracing: Simplify & fix saved_tgids logicPaul Burton
2021-07-14tracepoint: Add tracepoint_probe_register_may_exist() for BPF tracingSteven Rostedt (VMware)