summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* tracing/kprobes: Do the notrace functions check without kprobes on ftraceMasami Hiramatsu2021-01-112-2/+2
* Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2020-12-1734-347/+650
|\
| * tracing: Offload eval map updates to a work queueSteven Rostedt (VMware)2020-12-151-1/+31
| * Revert: "ring-buffer: Remove HAVE_64BIT_ALIGNED_ACCESS"Steven Rostedt (VMware)2020-12-141-4/+13
| * ring-buffer: Add rb_check_bpage in __rb_allocate_pagesQiujun Huang2020-12-141-8/+11
| * ring-buffer: Fix two typos in commentsQiujun Huang2020-12-141-2/+2
| * tracing: Drop unneeded assignment in ring_buffer_resize()Lukas Bulwahn2020-12-141-2/+0
| * tracing: Disable ftrace selftests when any tracer is runningMasami Hiramatsu2020-12-146-14/+25
| * ring-buffer: Fix a typo in function descriptionQiujun Huang2020-12-071-1/+1
| * ring-buffer: Remove obsolete rb_event_is_commit()Lukas Bulwahn2020-12-071-17/+0
| * ring-buffer: Add test to validate the time stamp deltasSteven Rostedt (VMware)2020-12-012-0/+170
| * tracing: Clean up after filter logic rewritingLukas Bulwahn2020-11-161-21/+0
| * tracing: Remove the useless value assignment in test_create_synth_event()Kaixu Xia2020-11-131-1/+1
| * ftrace/x86: Allow for arguments to be passed in to ftrace_regs by defaultSteven Rostedt (VMware)2020-11-131-0/+9
| * ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)2020-11-138-31/+35
| * tracing: Fix some typos in commentsQiujun Huang2020-11-1015-25/+25
| * ftrace: Remove unused varible 'ret'Alex Shi2020-11-101-4/+2
| * ring-buffer: Add recording of ring buffer recursion into recursed_functionsSteven Rostedt (VMware)2020-11-102-1/+25
| * fgraph: Make overruns 4 bytes in graph stack structureSteven Rostedt (VMware)2020-11-102-3/+3
| * ftrace: Add recording of functions that caused recursionSteven Rostedt (VMware)2020-11-068-7/+270
| * ftrace: Reverse what the RECURSION flag means in the ftrace_opsSteven Rostedt (VMware)2020-11-066-21/+13
| * perf/ftrace: Check for rcu_is_watching() in callback functionSteven Rostedt (VMware)2020-11-061-1/+3
| * perf/ftrace: Add recursion protection to the ftrace callbackSteven Rostedt (VMware)2020-11-061-1/+8
| * ftrace: Add ftrace_test_recursion_trylock() helper functionSteven Rostedt (VMware)2020-11-061-7/+5
| * ftrace: Move the recursion testing into global headersSteven Rostedt (VMware)2020-11-061-177/+0
* | Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-136/+45
|\ \
| * | blktrace: fix up a kerneldoc commentChristoph Hellwig2020-12-071-1/+0
| * | block: remove the request_queue to argument request based tracepointsChristoph Hellwig2020-12-041-27/+17
| * | block: remove the request_queue argument to the block_bio_remap tracepointChristoph Hellwig2020-12-041-9/+5
| * | block: remove the request_queue argument to the block_split tracepointChristoph Hellwig2020-12-041-3/+2
| * | block: simplify and extend the block_bio_merge tracepoint classChristoph Hellwig2020-12-041-31/+10
| * | block: remove the unused block_sleeprq tracepointChristoph Hellwig2020-12-041-22/+0
| * | block: merge struct block_device and struct hd_structChristoph Hellwig2020-12-011-35/+8
| * | block: move the start_sect field to struct block_deviceChristoph Hellwig2020-12-011-8/+3
| * | block: remove the nr_sects field in struct hd_structChristoph Hellwig2020-12-011-1/+1
| |/
* | Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-12-161-2/+0
|\ \
| * | timekeeping: remove arch_gettimeoffsetArnd Bergmann2020-10-301-2/+0
* | | blktrace: make relay callbacks constJani Nikula2020-12-151-1/+1
* | | Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-12-151-4/+37
|\ \ \
| * \ \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-141-0/+2
| |\ \ \
| | * | | bpf: Only provide bpf_sock_from_file with CONFIG_NETFlorent Revest2020-12-081-20/+2
| | * | | bpf: Add a bpf_sock_from_file helperFlorent Revest2020-12-041-0/+20
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-112-7/+10
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-041-3/+7
| |\ \ \ \
| | * | | | bpf: Fix bpf_put_raw_tracepoint()'s use of __module_address()Andrii Nakryiko2020-12-031-3/+5
| | * | | | bpf: Add bpf_ktime_get_coarse_ns helperDmitrii Banshchikov2020-11-181-0/+2
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-035-15/+33
| |\ \ \ \ \
| * \ \ \ \ \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-191-1/+11
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-11-141-1/+28
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | bpf: Expose bpf_d_path helper to sleepable LSM hooksKP Singh2020-11-131-1/+7