summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* ring-buffer: Only update pages_touched when a new page is touchedSteven Rostedt (Google)2024-04-111-3/+3
* tracing: hide unused ftrace_event_id_fopsArnd Bergmann2024-04-111-0/+4
* tracing: Fix FTRACE_RECORD_RECURSION_SIZE Kconfig entryPrasad Pandit2024-04-111-1/+1
* bpf: support deferring bpf_link dealloc to after RCU grace periodAndrii Nakryiko2024-03-281-2/+2
* bpf: put uprobe link's path and task in release callbackAndrii Nakryiko2024-03-281-3/+3
* Merge tag 'probes-fixes-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-03-271-1/+1
|\
| * tracing: probes: Fix to zero initialize a local variableMasami Hiramatsu (Google)2024-03-251-1/+1
* | tracing: Use div64_u64() instead of do_div()Thorsten Blum2024-03-181-3/+2
* | tracing: Support to dump instance traces by ftrace_dump_on_oopsHuang Yiwei2024-03-182-41/+117
* | ftrace: Fix most kernel-doc warningsRandy Dunlap2024-03-181-44/+46
* | tracing: Decrement the snapshot if the snapshot trigger fails to registerSteven Rostedt (Google)2024-03-181-1/+4
* | tracing: Fix snapshot counter going between two tracers that use itSteven Rostedt (Google)2024-03-181-1/+1
* | tracing: Use init_utsname()->releaseJohn Garry2024-03-181-2/+2
* | tracing/user_events: Introduce multi-format eventsBeau Belgrave2024-03-181-12/+90
* | tracing/user_events: Prepare find/delete for same name eventsBeau Belgrave2024-03-181-48/+59
* | tracing: Add snapshot refcountVincent Donnefort2024-03-183-36/+129
* | ring-buffer: Make wake once of ring_buffer_wait() more robustSteven Rostedt (Google)2024-03-181-13/+21
* | ring-buffer: use READ_ONCE() to read cpu_buffer->commit_page in concurrent en...linke li2024-03-171-1/+1
* | ring-buffer: Zero ring-buffer sub-buffersVincent Donnefort2024-03-171-3/+6
* | tracing: Move saved_cmdline code into trace_sched_switch.cSteven Rostedt (Google)2024-03-173-512/+528
* | tracing: Move open coded processing of tgid_map into helper functionSteven Rostedt (Google)2024-03-171-15/+23
* | tracing: Have saved_cmdlines arrays all in one allocationSteven Rostedt (Google)2024-03-171-10/+8
* | Merge tag 'trace-ring-buffer-v6.8-rc7-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2024-03-142-76/+125
|\ \
| * | tracing/ring-buffer: Fix wait_on_pipe() raceSteven Rostedt (Google)2024-03-122-17/+39
| * | ring-buffer: Use wait_event_interruptible() in ring_buffer_wait()Steven Rostedt (Google)2024-03-121-48/+68
| * | ring-buffer: Reuse rb_watermark_hit() for the poll logicSteven Rostedt (Google)2024-03-121-14/+7
| * | ring-buffer: Fix full_waiters_pending in pollSteven Rostedt (Google)2024-03-121-7/+20
| * | ring-buffer: Do not set shortest_full when full target is hitSteven Rostedt (Google)2024-03-121-3/+4
* | | Merge tag 'probes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds2024-03-148-168/+433
|\ \ \ | | |/ | |/|
| * | tracing/probes: Support $argN in return probe (kprobe and fprobe)Masami Hiramatsu (Google)2024-03-078-62/+283
| * | tracing: Remove redundant #else block for BTF args from READMEMasami Hiramatsu (Google)2024-03-071-3/+1
| * | tracing/probes: cleanup: Set trace_probe::nr_args at trace_probe_initMasami Hiramatsu (Google)2024-03-076-9/+11
| * | tracing/probes: Cleanup probe argument parserMasami Hiramatsu (Google)2024-03-071-93/+137
| * | tracing/fprobe-event: cleanup: Fix a wrong comment in fprobe eventMasami Hiramatsu (Google)2024-03-071-1/+1
* | | Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-03-121-6/+21
|\ \ \
| * \ \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-03-111-1/+1
| |\ \ \
| | * | | bpf: move sleepable flag from bpf_prog_aux to bpf_progAndrii Nakryiko2024-03-111-1/+1
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-071-8/+6
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| * | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-03-021-4/+4
| |\ \ \
| | * | | bpf: treewide: Annotate BPF kfuncs in BTFDaniel Xu2024-01-311-4/+4
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-225-5/+13
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-154-53/+67
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-082-4/+4
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-011-2/+4
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-01-261-1/+16
| |\ \ \ \ \ \ \
| | * | | | | | | bpf: Take into account BPF token when fetching helper protosAndrii Nakryiko2024-01-241-1/+1
| | * | | | | | | bpf: Store cookies in kprobe_multi bpf_link_info dataJiri Olsa2024-01-231-0/+15
* | | | | | | | | Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-03-111-1/+1
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...Ingo Molnar2024-02-141-1/+1
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | |
| | * | | | | | | | x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEBreno Leitao2024-01-101-1/+1