summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-021-2/+2
|\
| * blktrace: Report pid with note messagesJan Kara2020-05-161-2/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-021-12/+0
|\ \
| * | mm: remove vmalloc_sync_(un)mappings()Joerg Roedel2020-06-021-12/+0
* | | Merge tag 'perf-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-06-011-1/+1
|\ \ \
| * | | Merge tag 'v5.7-rc7' into perf/core, to pick up fixesIngo Molnar2020-05-2811-101/+152
| |\| |
| * | | Merge tag 'perf-core-for-mingo-5.8-20200420' of git://git.kernel.org/pub/scm/...Ingo Molnar2020-04-221-1/+1
| |\ \ \ | | |_|/ | |/| |
| | * | trace/bpf_trace: Open access for CAP_PERFMON privileged processAlexey Budankov2020-04-161-1/+1
* | | | Merge tag 'core-rcu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-012-24/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | sh/ftrace: Move arch_ftrace_nmi_{enter,exit} into nmi exceptionPeter Zijlstra2020-05-191-10/+0
| * | | Merge tag 'noinstr-lds-2020-05-19' into core/rcuThomas Gleixner2020-05-198-24/+65
| |\ \ \
| * | | | ftrace: Use synchronize_rcu_tasks_rude() instead of ftrace_sync()Paul E. McKenney2020-04-272-14/+4
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-05-151-34/+66
|\ \ \ \
| * | | | bpf: Restrict bpf_trace_printk()'s %s usage and add %pks, %pus specifierDaniel Borkmann2020-05-151-32/+62
| * | | | bpf: Restrict bpf_probe_read{, str}() only to archs where they workDaniel Borkmann2020-05-151-2/+4
* | | | | Merge tag 'trace-v5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-05-142-43/+13
|\ \ \ \ \
| * | | | | ring-buffer: Remove all BUG() callsSteven Rostedt (VMware)2020-05-141-6/+6
| * | | | | ring-buffer: Don't deactivate the ring buffer on failed iterator readsSteven Rostedt (VMware)2020-05-141-15/+7
| * | | | | x86/ftrace: Have ftrace trampolines turn read-only at the end of system boot upSteven Rostedt (VMware)2020-05-121-22/+0
* | | | | | Merge tag 'trace-v5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-05-121-2/+10
|\| | | | | | |_|_|/ / |/| | | |
| * | | | tracing: Wait for preempt irq delay thread to executeSteven Rostedt (VMware)2020-05-111-2/+10
* | | | | Stop the ad-hoc games with -Wno-maybe-initializedLinus Torvalds2020-05-091-1/+0
|/ / / /
* | | | tracing: Make tracing_snapshot_instance_cond() staticZou Wei2020-05-071-1/+2
* | | | tracing: Add a vmalloc_sync_mappings() for safe measureSteven Rostedt (VMware)2020-05-071-0/+13
* | | | tracing: Wait for preempt irq delay thread to finishSteven Rostedt (VMware)2020-05-071-6/+24
* | | | tracing/kprobes: Reject new event if loc is NULLMasami Hiramatsu2020-05-061-0/+6
* | | | tracing/boottime: Fix kprobe event API usageMasami Hiramatsu2020-05-061-12/+8
* | | | tracing/kprobes: Fix a double initialization typoMasami Hiramatsu2020-05-061-1/+1
|/ / /
* | | tracing: Convert local functions in tracing_map.c to staticJason Yan2020-04-221-3/+3
* | | ftrace: Fix memory leak caused by not freeing entry in unregister_ftrace_dire...Steven Rostedt (VMware)2020-04-221-0/+1
* | | tracing: Fix memory leaks in trace_events_hist.cVamshi K Sthambamkadi2020-04-221-0/+7
|/ /
* / tracing: Fix the race between registering 'snapshot' event trigger and trigge...Xiao Yang2020-04-141-7/+3
|/
* Merge tag 'trace-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2020-04-0510-205/+714
|\
| * tracing: Do not allocate buffer in trace_find_next_entry() in atomicSteven Rostedt (VMware)2020-04-031-1/+20
| * tracing: Create set_event_notrace_pid to not trace tasksSteven Rostedt (VMware)2020-03-273-72/+244
| * ftrace: Create set_ftrace_notrace_pid to not trace tasksSteven Rostedt (VMware)2020-03-274-35/+180
| * ftrace: Make function trace pid filtering a bit more exactSteven Rostedt (VMware)2020-03-272-9/+27
| * ftrace/kprobe: Show the maxactive number on kprobe_eventsMasami Hiramatsu2020-03-271-0/+2
| * ring-buffer/tracing: Have iterator acknowledge dropped eventsSteven Rostedt (VMware)2020-03-272-4/+28
| * tracing: Do not disable tracing when reading the trace fileSteven Rostedt (VMware)2020-03-272-3/+7
| * ring-buffer: Do not disable recording when there is an iteratorSteven Rostedt (VMware)2020-03-271-2/+0
| * ring-buffer: Make resize disable per cpu buffer instead of total bufferSteven Rostedt (VMware)2020-03-271-13/+30
| * ring-buffer: Optimize rb_iter_head_event()Steven Rostedt (VMware)2020-03-191-0/+3
| * ring-buffer: Do not die if rb_iter_peek() fails more than thriceSteven Rostedt (VMware)2020-03-191-3/+10
| * ring-buffer: Have rb_iter_head_event() handle concurrent writerSteven Rostedt (VMware)2020-03-191-31/+75
| * ring-buffer: Add page_stamp to iterator for synchronizationSteven Rostedt (VMware)2020-03-191-3/+7
| * ring-buffer: Rename ring_buffer_read() to read_buffer_iter_advance()Steven Rostedt (VMware)2020-03-193-20/+9
| * ring-buffer: Have ring_buffer_empty() not depend on tracing stoppedSteven Rostedt (VMware)2020-03-191-2/+23
| * tracing: Save off entry when peeking at next entrySteven Rostedt (VMware)2020-03-192-10/+45
| * tracing: Use address-of operator on section symbolsNathan Chancellor2020-03-191-1/+1