summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* tracing/osnoise: Fix possible recursive locking in stop_per_cpu_kthreadsNico Pache2022-10-261-1/+2
* tracing: kprobe: Make gen test module work in arm and riscvYipeng Zou2022-10-261-4/+43
* tracing: kprobe: Fix kprobe event gen test module on exitYipeng Zou2022-10-261-1/+1
* tracing: Fix reading strings from synthetic eventsSteven Rostedt (Google)2022-10-261-6/+17
* tracing: Add "(fault)" name injection to kernel probesSteven Rostedt (Google)2022-10-261-6/+25
* tracing: Move duplicate code of trace_kprobe/eprobe.c into headerSteven Rostedt (Google)2022-10-263-110/+106
* tracing: Add ioctl() to force ring buffer waiters to wake upSteven Rostedt (Google)2022-10-261-0/+22
* tracing: Wake up waiters when tracing is disabledSteven Rostedt (Google)2022-10-261-0/+6
* tracing: Wake up ring buffer waiters on closing of the fileSteven Rostedt (Google)2022-10-261-0/+15
* tracing: Disable interrupt or preemption before acquiring arch_spinlock_tWaiman Long2022-10-261-0/+23
* ring-buffer: Fix race between reset page and reading pageSteven Rostedt (Google)2022-10-261-0/+33
* ring-buffer: Add ring_buffer_wake_waiters()Steven Rostedt (Google)2022-10-261-0/+39
* ring-buffer: Check pending waiters when doing wake ups as wellSteven Rostedt (Google)2022-10-261-1/+2
* ring-buffer: Have the shortest_full queue be the shortest not longestSteven Rostedt (Google)2022-10-261-1/+1
* ring-buffer: Allow splice to read previous partially read pagesSteven Rostedt (Google)2022-10-261-1/+9
* ftrace: Properly unset FTRACE_HASH_FL_MODZheng Yejian2022-10-261-2/+6
* tracing: hold caller_addr to hardirq_{enable,disable}_ipYipeng Zou2022-09-201-2/+2
* lockdep: Fix -Wunused-parameter for _THIS_IP_Nick Desaulniers2022-09-201-2/+2
* tracing: Fix to check event_mutex is held while accessing trigger listMasami Hiramatsu (Google)2022-09-151-1/+2
* ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is deadYang Jihong2022-09-051-0/+10
* tracing/eprobes: Fix reading of string fieldsSteven Rostedt (Google)2022-08-251-0/+18
* tracing: Have filter accept "common_cpu" to be consistentSteven Rostedt (Google)2022-08-251-0/+1
* tracing/probes: Have kprobes and uprobes use $COMM tooSteven Rostedt (Google)2022-08-251-2/+3
* tracing/eprobes: Have event probes be consistent with kprobes and uprobesSteven Rostedt (Google)2022-08-251-6/+64
* tracing/eprobes: Do not hardcode $comm as a stringSteven Rostedt (Google)2022-08-251-2/+3
* tracing/eprobes: Do not allow eprobes to use $stack, or % for regsSteven Rostedt (Google)2022-08-251-8/+13
* tracing/perf: Fix double put of trace event when init failsSteven Rostedt (Google)2022-08-251-3/+4
* tracing: Add '__rel_loc' using trace event macrosMasami Hiramatsu2022-08-171-0/+3
* blktrace: Trace remapped requests correctlyBart Van Assche2022-08-171-1/+1
* tracing: Fix return value of trace_pid_write()Wonhyuk Yang2022-07-291-2/+4
* tracing: Place trace_pid_list logic into abstract functionsSteven Rostedt (VMware)2022-07-297-61/+217
* tracing: Have event format check not flag %p* on __get_dynamic_array()Steven Rostedt (Google)2022-07-291-0/+7
* tracing: Fix sleeping while atomic in kdb ftdumpDouglas Anderson2022-07-211-5/+6
* tracing/histograms: Fix memory leak problemZheng Yejian2022-07-211-0/+2
* tracing/kprobes: Check whether get_kretprobe() returns NULL in kretprobe_disp...Masami Hiramatsu (Google)2022-06-291-1/+10
* tracing: Avoid adding tracer option before update_tracer_optionsMark-PK Tsai2022-06-141-0/+7
* tracing: Fix sleeping function called from invalid context on RT kernelJun Miao2022-06-141-3/+3
* tracing: Make tp_printk work on syscall tracepointsJeff Xie2022-06-141-24/+11
* ftrace: Clean up hash direct_functions on register failuresSong Liu2022-06-091-3/+2
* tracing: Initialize integer variable to prevent garbage return valueGautam Menghani2022-06-091-1/+1
* tracing: Fix potential double free in create_var_ref()Keita Suzuki2022-06-091-0/+3
* bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.Hao Luo2022-05-011-11/+11
* tracing: Have type enum modifications copy the stringsSteven Rostedt (Google)2022-04-081-1/+61
* tracing: Have TRACE_DEFINE_ENUM affect trace event types as wellSteven Rostedt (Google)2022-04-081-0/+28
* tracing: Have trace event string test handle zero length stringsSteven Rostedt (Google)2022-04-081-2/+7
* tracing/osnoise: Force quiescent states while tracingNicolas Saenz Julienne2022-03-161-0/+20
* tracing/osnoise: Make osnoise_main to sleep for microsecondsDaniel Bristot de Oliveira2022-03-161-21/+32
* tracing: Ensure trace buffer is at least 4096 bytes largeSven Schnelle2022-03-161-4/+6
* tracing: Fix return value of __setup handlersRandy Dunlap2022-03-082-3/+3
* tracing/histogram: Fix sorting on old "cpu" valueSteven Rostedt (Google)2022-03-081-3/+3