summaryrefslogtreecommitdiffstats
path: root/kernel/trace (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-211-7/+9
|\
| * block: store a block_device pointer in struct bioChristoph Hellwig2021-01-251-7/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2021-02-211-0/+6
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-02-161-0/+6
| |\ \
| | * | bpf: Allow bpf_d_path in bpf_iter programSong Liu2021-02-121-0/+4
| | * | bpf: Expose bpf_get_socket_cookie to tracing programsFlorent Revest2021-02-121-0/+2
| | |/
* | | Merge tag 'trace-v5.11-rc7-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-02-121-1/+1
|\ \ \ | |/ / |/| |
| * | tracing: Check length before giving out the filter bufferSteven Rostedt (VMware)2021-02-111-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2021-02-101-3/+0
|\ \ \ | |/ / |/| |
| * | bpf: Unbreak BPF_PROG_TYPE_KPROBE when kprobe is called via do_int3Alexei Starovoitov2021-02-031-3/+0
| |/
* | tracing: Do not count ftrace events in top level enable outputSteven Rostedt (VMware)2021-02-051-1/+2
* | tracing/kprobe: Fix to support kretprobe events on unloaded modulesMasami Hiramatsu2021-01-291-4/+6
* | tracing: Use pause-on-trace with the latency tracersViktor Rosendahl2021-01-291-0/+4
* | fgraph: Initialize tracing_graph_pause at task creationSteven Rostedt (VMware)2021-01-291-2/+0
|/
* 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-081-1/+1
| * ring-buffer: Remove obsolete rb_event_is_commit()Lukas Bulwahn2020-12-081-17/+0
| * ring-buffer: Add test to validate the time stamp deltasSteven Rostedt (VMware)2020-12-022-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-1115-25/+25
| * ftrace: Remove unused varible 'ret'Alex Shi2020-11-111-4/+2
| * ring-buffer: Add recording of ring buffer recursion into recursed_functionsSteven Rostedt (VMware)2020-11-112-1/+25
| * fgraph: Make overruns 4 bytes in graph stack structureSteven Rostedt (VMware)2020-11-112-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
|\ \