summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* tracing/histograms: Return an error if we fail to add histogram to hist_vars ...Mohamed Khalfella2023-07-231-1/+2
* ring-buffer: Do not swap cpu_buffer during resize processChen Lin2023-07-232-2/+15
* tracing: Remove unused extern declaration tracing_map_set_field_descr()YueHaibing2023-07-231-4/+0
* Merge tag 'probes-fixes-v6.5-rc1-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-07-166-29/+24
|\
| * tracing/probes: Fix to record 0-length data_loc in fetch_store_string*() if f...Masami Hiramatsu (Google)2023-07-143-12/+14
| * Revert "tracing: Add "(fault)" name injection to kernel probes"Masami Hiramatsu (Google)2023-07-143-26/+9
| * tracing/probes: Fix to update dynamic data counter if fetcharg uses itMasami Hiramatsu (Google)2023-07-141-5/+7
| * tracing/probes: Fix not to count error code to total lengthMasami Hiramatsu (Google)2023-07-141-0/+2
| * tracing/probes: Fix to avoid double count of the string length on the arrayMasami Hiramatsu (Google)2023-07-141-2/+2
| * fprobes: Add a comment why fprobe_kprobe_handler exits if kprobe is runningMasami Hiramatsu (Google)2023-07-141-0/+6
* | Merge tag 'trace-v6.5-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-07-138-30/+81
|\ \
| * | tracing: Fix memory leak of iter->temp when reading trace_pipeZheng Yejian2023-07-131-0/+1
| * | tracing/histograms: Add histograms to hist_vars if they have referenced varia...Mohamed Khalfella2023-07-121-3/+5
| * | tracing: Stop FORTIFY_SOURCE complaining about stack trace callerSteven Rostedt (Google)2023-07-121-2/+19
| * | ftrace: Fix possible warning on checking all pages used in ftrace_process_locs()Zheng Yejian2023-07-121-14/+31
| * | ring-buffer: Fix deadloop issue on reading trace_pipeZheng Yejian2023-07-121-9/+15
| * | tracing: arm64: Avoid missing-prototype warningsArnd Bergmann2023-07-123-2/+7
| * | tracing/user_events: Fix struct arg size match checkBeau Belgrave2023-07-101-0/+3
* | | Merge tag 'probes-fixes-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-07-123-10/+36
|\ \ \ | |/ / |/| / | |/
| * fprobe: Ensure running fprobe_exit_handler() finished before calling rethook_...Masami Hiramatsu (Google)2023-07-112-0/+16
| * fprobe: add unlock to match a succeeded ftrace_test_recursion_trylockZe Gao2023-07-111-1/+3
| * kernel/trace: Fix cleanup logic of enable_trace_eprobeTzvetomir Stoyanov (VMware)2023-07-111-2/+16
| * fprobe: Release rethook after the ftrace_ops is unregisteredJiri Olsa2023-06-271-9/+3
* | Merge tag 'trace-v6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2023-07-062-5/+5
|\ \
| * | tracing/boot: Test strscpy() against less than zero for errorSteven Rostedt (Google)2023-07-051-4/+4
| * | tracing: Fix null pointer dereference in tracing_err_log_open()Mateusz Stachyra2023-07-051-1/+1
* | | Merge tag 'probes-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds2023-06-3013-155/+1916
|\ \ \
| * | | tracing/probes: Fix tracepoint event with $arg* to fetch correct argumentMasami Hiramatsu (Google)2023-06-231-2/+8
| * | | tracing/probes: Fix to return NULL and keep using current argcMasami Hiramatsu (Google)2023-06-231-1/+2
| * | | tracing/probes: Add BTF retval type supportMasami Hiramatsu (Google)2023-06-062-7/+63
| * | | tracing/probes: Add $arg* meta argument for all function argsMasami Hiramatsu (Google)2023-06-064-12/+212
| * | | tracing/probes: Support function parameters if BTF is availableMasami Hiramatsu (Google)2023-06-066-31/+270
| * | | tracing/probes: Move event parameter fetching code to common parserMasami Hiramatsu (Google)2023-06-066-132/+155
| * | | tracing/probes: Add tracepoint support on fprobe_eventsMasami Hiramatsu (Google)2023-06-065-16/+151
| * | | tracing/probes: Add fprobe events for tracing function entry and exit.Masami Hiramatsu (Google)2023-06-069-7/+1100
| * | | tracing/probes: Avoid setting TPARG_FL_FENTRY and TPARG_FL_RETURNMasami Hiramatsu (Google)2023-06-062-1/+6
| * | | fprobe: Pass return address to the handlersMasami Hiramatsu (Google)2023-06-063-6/+9
* | | | Merge tag 'trace-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2023-06-309-23/+665
|\ \ \ \ | | |/ / | |/| |
| * | | tracing/boot: Replace strlcpy with strscpyAzeem Shaikh2023-06-221-4/+4
| * | | tracing/timerlat: Add user-space interfaceDaniel Bristot de Oliveira2023-06-222-5/+377
| * | | tracing/osnoise: Skip running osnoise if all instances are offDaniel Bristot de Oliveira2023-06-221-3/+28
| * | | tracing/osnoise: Switch from PF_NO_SETAFFINITY to migrate_disableDaniel Bristot de Oliveira2023-06-221-0/+68
| * | | ftrace: Show all functions with addresses in available_filter_functions_addrsJiri Olsa2023-06-221-0/+37
| * | | function_graph: Support recording and printing the return value of functionDonglin Peng2023-06-205-11/+148
| * | | fgraph: Add declaration of "struct fgraph_ret_regs"Steven Rostedt (Google)2023-06-201-0/+3
| |/ /
* | | Merge tag 'trace-v6.4-rc7-v3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-06-291-1/+2
|\ \ \
| * | | tracing/user_events: Fix incorrect return value for writing operation when ev...sunliming2023-06-281-1/+2
* | | | Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-06-281-2/+2
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-222-84/+208
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-082-2/+12
| |\ \ \ \