summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* rv: Unlock on error path in rv_unregister_reactor()Dan Carpenter2022-08-041-2/+4
* tracing/eprobe: Show syntax error logs in error_log fileMasami Hiramatsu (Google)2022-08-022-3/+13
* tracing: Use free_trace_buffer() in allocate_trace_buffers()Zhiqiang Liu2022-08-021-14/+11
* rv/reactor: Add the panic reactorDaniel Bristot de Oliveira2022-07-303-0/+52
* rv/reactor: Add the printk reactorDaniel Bristot de Oliveira2022-07-303-1/+52
* rv/monitor: Add the wwnr monitorDaniel Bristot de Oliveira2022-07-304-0/+146
* rv/monitor: Add the wip monitorDaniel Bristot de Oliveira2022-07-303-36/+29
* rv/monitor: Add the wip monitor skeleton created by dot2kDaniel Bristot de Oliveira2022-07-302-0/+155
* Documentation/rv: Add a basic documentationDaniel Bristot de Oliveira2022-07-302-0/+6
* rv/include: Add deterministic automata monitor definition via C macrosDaniel Bristot de Oliveira2022-07-302-0/+16
* rv: Add runtime reactors interfaceDaniel Bristot de Oliveira2022-07-305-0/+564
* rv: Add Runtime Verification (RV) interfaceDaniel Bristot de Oliveira2022-07-308-0/+844
* tracing: Auto generate event name when creating a group of eventsLinyu Yuan2022-07-246-27/+40
* tracing: eprobe: Remove duplicate is_good_name() operationLinyu Yuan2022-07-241-2/+0
* tracing: eprobe: Add missing log indexLinyu Yuan2022-07-241-0/+1
* tracing/histograms: Simplify create_hist_fields()Zheng Yejian2022-07-121-3/+2
* tracing/user_events: Fix syntax errors in commentsXiang wangx2022-07-121-1/+1
* ftrace: Be more specific about arch impact when function tracer is enabledSteven Rostedt (Google)2022-07-121-1/+2
* tracing: Fix sleeping while atomic in kdb ftdumpDouglas Anderson2022-07-121-5/+6
* tracing/histograms: Fix memory leak problemZheng Yejian2022-07-121-0/+2
* Merge tag 'block-5.19-2022-06-24' of git://git.kernel.dk/linux-blockLinus Torvalds2022-06-241-3/+0
|\
| * block: serialize all debugfs operations using q->debugfs_mutexChristoph Hellwig2022-06-171-3/+0
* | Merge tag 'trace-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-06-233-4/+10
|\ \
| * | tracing/uprobes: Remove unwanted initialization in __trace_uprobe_create()Gautam Menghani2022-06-171-1/+0
| * | tracing: Simplify conditional compilation code in tracing_set_tracer()sunliming2022-06-171-2/+0
| * | tracing/kprobes: Check whether get_kretprobe() returns NULL in kretprobe_disp...Masami Hiramatsu (Google)2022-06-171-1/+10
| |/
* | rethook: Reject getting a rethook if RCU is not watchingMasami Hiramatsu (Google)2022-06-171-0/+9
* | bpf: Force cookies array to follow symbols sortingJiri Olsa2022-06-161-15/+45
* | ftrace: Keep address offset in ftrace_lookup_symbolsJiri Olsa2022-06-161-2/+11
|/
* Merge tag 'net-5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-06-091-4/+4
|\
| * bpf: Use safer kvmalloc_array() where possibleDan Carpenter2022-06-071-4/+4
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2022-06-031-0/+2
|\ \ | |/ |/|
| * ftrace/fgraph: fix increased missing-prototypes warningsChengming Zhou2022-06-011-0/+2
* | Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2022-05-2920-522/+606
|\ \
| * | ftrace: Add FTRACE_MCOUNT_MAX_OFFSET to avoid adding weak functionSteven Rostedt (Google)2022-05-281-2/+139
| * | tracing: Fix comments for event_trigger_separate_filter()sunliming2022-05-261-4/+4
| * | ftrace: Clean up hash direct_functions on register failuresSong Liu2022-05-261-3/+2
| * | tracing: Fix comments of create_filter()sunliming2022-05-261-1/+1
| * | tracing: Disable kcov on trace_preemptirq.cCongyu Liu2022-05-261-0/+4
| * | tracing: Initialize integer variable to prevent garbage return valueGautam Menghani2022-05-261-1/+1
| * | ftrace: Fix typo in commentJulia Lawall2022-05-261-1/+1
| * | ftrace: Remove return value of ftrace_arch_modify_*()Li kunyu2022-05-261-12/+4
| * | tracing: Cleanup code by removing init "char *name"liqiong2022-05-261-3/+1
| * | tracing: Change "char *" string form to "char []"liqiong2022-05-262-2/+2
| * | tracing/timerlat: Do not wakeup the thread if the trace stops at the IRQDaniel Bristot de Oliveira2022-05-261-0/+2
| * | tracing/timerlat: Print stacktrace in the IRQ handler if neededDaniel Bristot de Oliveira2022-05-261-0/+13
| * | tracing/timerlat: Notify IRQ new max latency only if stop tracing is setDaniel Bristot de Oliveira2022-05-261-4/+5
| * | tracing: Fix return value of trace_pid_write()Wonhyuk Yang2022-05-261-2/+4
| * | tracing: Fix potential double free in create_var_ref()Keita Suzuki2022-05-261-0/+3
| * | tracing: Use strim() to remove whitespace instead of doing it manuallyYuntao Wang2022-05-261-5/+3