summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2022-08-17tracing: Add '__rel_loc' using trace event macrosMasami Hiramatsu
2022-08-17blktrace: Trace remapped requests correctlyBart Van Assche
2022-07-29tracing: Fix return value of trace_pid_write()Wonhyuk Yang
2022-07-29tracing: Place trace_pid_list logic into abstract functionsSteven Rostedt (VMware)
2022-07-29tracing: Have event format check not flag %p* on __get_dynamic_array()Steven Rostedt (Google)
2022-07-21tracing: Fix sleeping while atomic in kdb ftdumpDouglas Anderson
2022-07-21tracing/histograms: Fix memory leak problemZheng Yejian
2022-06-29tracing/kprobes: Check whether get_kretprobe() returns NULL in kretprobe_disp...Masami Hiramatsu (Google)
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-14tracing: Make tp_printk work on syscall tracepointsJeff Xie
2022-06-09ftrace: Clean up hash direct_functions on register failuresSong Liu
2022-06-09tracing: Initialize integer variable to prevent garbage return valueGautam Menghani
2022-06-09tracing: Fix potential double free in create_var_ref()Keita Suzuki
2022-05-01bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.Hao Luo
2022-04-08tracing: Have type enum modifications copy the stringsSteven Rostedt (Google)
2022-04-08tracing: Have TRACE_DEFINE_ENUM affect trace event types as wellSteven Rostedt (Google)
2022-04-08tracing: Have trace event string test handle zero length stringsSteven Rostedt (Google)
2022-03-16tracing/osnoise: Force quiescent states while tracingNicolas Saenz Julienne
2022-03-16tracing/osnoise: Make osnoise_main to sleep for microsecondsDaniel 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-08blktrace: fix use after free for struct blk_traceYu Kuai
2022-03-08tracing/probes: check the return value of kstrndup() for pbufXiaoke Wang
2022-03-08tracing/uprobes: Check the return value of kstrdup() for tu->filenameXiaoke Wang
2022-03-08tracing: Do not let synth_events block other dyn_event systems during createBeau Belgrave
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-03-02tracing: Dump stacktrace trigger to the corresponding instanceDaniel Bristot de Oliveira
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/osnoise: Properly unhook events if start_per_cpu_kthreads() failsNikita Yushchenko
2022-01-27tracing: Have syscall trace events use trace_event_buffer_lock_reserve()Steven Rostedt
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-08tracing: Don't use out-of-sync va_list in event printingNikita Yushchenko
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-25bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progsDmitrii Banshchikov
2021-11-25tracing: Add length protection to histogram string copiesSteven Rostedt (VMware)
2021-11-25tracing/histogram: Do not copy the fixed-size char array field over the field...Masami Hiramatsu