summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-0/+3
|\
| * Merge branch 'v6.0-rc7'Peter Zijlstra2022-09-297-55/+43
| |\
| * | bpf: Check flags for branch stack in bpf_read_branch_records helperJiri Olsa2022-09-271-0/+3
* | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-10-033-5/+215
|\ \ \ | |_|/ |/| |
| * | bpf: Return value in kprobe get_func_ip only for entry addressJiri Olsa2022-09-261-1/+4
| * | bpf: Adjust kprobe_multi entry_ip for CONFIG_X86_KERNEL_IBTJiri Olsa2022-09-261-2/+18
| * | ftrace: Keep the resolved addr in kallsyms_callbackJiri Olsa2022-09-261-2/+1
| * | bpf: Prevent bpf program recursion for raw tracepoint probesJiri Olsa2022-09-211-0/+6
| * | bpf: Add bpf_verify_pkcs7_signature() kfuncRoberto Sassu2022-09-211-0/+45
| * | bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncsRoberto Sassu2022-09-211-0/+135
| * | ftrace: Add HAVE_DYNAMIC_FTRACE_NO_PATCHABLEPeter Zijlstra (Intel)2022-09-161-0/+6
* | | rv/reactor: add __init/__exit annotations to module init/exit funcsXiu Jianfeng2022-09-062-4/+4
* | | tracing: Fix to check event_mutex is held while accessing trigger listMasami Hiramatsu (Google)2022-09-061-1/+2
* | | tracing: hold caller_addr to hardirq_{enable,disable}_ipYipeng Zou2022-09-061-2/+2
* | | rv/monitors: Make monitor's automata definition staticDaniel Bristot de Oliveira2022-09-062-2/+2
|/ /
* / ftrace: Fix build warning for ops_references_rec() not usedWang Jingjin2022-08-221-46/+33
|/
* Merge tag 'trace-v6.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-08-215-21/+119
|\
| * tracing: Have filter accept "common_cpu" to be consistentSteven Rostedt (Google)2022-08-211-0/+1
| * tracing/probes: Have kprobes and uprobes use $COMM tooSteven Rostedt (Google)2022-08-211-2/+3
| * tracing/eprobes: Have event probes be consistent with kprobes and uprobesSteven Rostedt (Google)2022-08-211-6/+64
| * tracing/eprobes: Fix reading of string fieldsSteven Rostedt (Google)2022-08-211-0/+21
| * tracing/eprobes: Do not hardcode $comm as a stringSteven Rostedt (Google)2022-08-211-2/+3
| * tracing/eprobes: Do not allow eprobes to use $stack, or % for regsSteven Rostedt (Google)2022-08-211-8/+13
| * ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is deadYang Jihong2022-08-211-0/+10
| * tracing/perf: Fix double put of trace event when init failsSteven Rostedt (Google)2022-08-211-3/+4
| * tracing: React to error return from traceprobe_parse_event_name()Lukas Bulwahn2022-08-211-1/+1
* | Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2022-08-0523-49/+1896
|\|
| * 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
* | Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-08-033-55/+284
|\ \
| * \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-07-221-50/+278
| |\ \
| | * | ftrace: Allow IPMODIFY and DIRECT ops on the same functionSong Liu2022-07-221-26/+216
| | * | ftrace: Add modify_ftrace_direct_multi_nolockSong Liu2022-07-221-24/+62
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-143-6/+10
| |\ \ \ | | |/ / | |/| / | | |/
| * | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-07-091-0/+2
| |\ \