summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* tracing: Fix endianness bug in histogram triggerSven Schnelle2019-12-211-1/+20
* tracing: Fix lock inversion in trace_event_enable_tgid_record()Prateek Sood2019-12-212-4/+12
* tracing: Have the histogram compare functions convert to u64 firstSteven Rostedt (VMware)2019-12-191-2/+2
* tracing: Avoid memory leak in process_system_preds()Keita Suzuki2019-12-191-1/+1
* Merge tag 'trace-v5.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2019-12-113-14/+16
|\
| * ftrace: Fix function_graph tracer interaction with BPF trampolineAlexei Starovoitov2019-12-102-12/+16
| * tracing: remove set but not used variable 'buffer'YueHaibing2019-12-101-2/+0
* | Fix up for "printk: Drop pr_warning definition"Stephen Rothwell2019-12-062-4/+4
* | Merge tag 'trace-v5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2019-12-047-0/+371
|\|
| * tracing: Do not create directories if lockdown is in affectSteven Rostedt (VMware)2019-12-042-0/+23
| * tracing: Introduce trace event injectionCong Wang2019-12-025-0/+348
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-12-031-1/+1
|\ \
| * | irq_work: Convert flags to atomic_tFrederic Weisbecker2019-11-111-1/+1
* | | Merge tag 'trace-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-11-2718-143/+1064
|\ \ \ | | |/ | |/|
| * | tracing: Use xarray for syscall trace eventsHassan Naveed2019-11-221-7/+25
| * | tracing: Adding new functions for kernel access to Ftrace instancesDivya Indi2019-11-223-22/+102
| * | tracing: Fix Kconfig indentationKrzysztof Kozlowski2019-11-221-4/+4
| * | ring-buffer: Fix typos in function ring_buffer_producerXianting Tian2019-11-221-2/+2
| * | ftrace: Rename ftrace_graph_stub to ftrace_stub_graphSteven Rostedt (VMware)2019-11-181-3/+3
| * | ftrace: Add a helper function to modify_ftrace_direct() to allow arch optimiz...Steven Rostedt (VMware)2019-11-181-32/+88
| * | ftrace: Add helper find_direct_entry() to consolidate codeSteven Rostedt (VMware)2019-11-151-30/+29
| * | ftrace: Add another check for match in register_ftrace_direct()Steven Rostedt (VMware)2019-11-151-1/+6
| * | ftrace: Fix accounting bug with direct->count in register_ftrace_direct()Steven Rostedt (VMware)2019-11-151-2/+1
| * | tracing: Increase SYNTH_FIELDS_MAX for synthetic_eventsArtem Bityutskiy2019-11-151-1/+1
| * | ftrace: Add modify_ftrace_direct()Steven Rostedt (VMware)2019-11-141-0/+78
| * | tracing: Add missing "inline" in stub function of latency_fsnotify()Steven Rostedt (VMware)2019-11-141-1/+1
| * | tracing: Remove stray tab in TRACE_EVAL_MAP_FILE's help textBorislav Petkov2019-11-141-2/+2
| * | tracing: Use seq_buf_hex_dump() to dump buffersPiotr Maziarz2019-11-142-0/+45
| * | tracing/kprobe: Check whether the non-suffixed symbol is notraceMasami Hiramatsu2019-11-141-3/+24
| * | tracing: use kvcalloc for tgid_map array allocationYuming Han2019-11-141-1/+1
| * | tracing/hwlat: Fix a few trivial nitsSrivatsa S. Bhat (VMware)2019-11-141-2/+2
| * | tracing: Use generic type for comparator functionAndy Shevchenko2019-11-144-15/+13
| * | fgraph: Fix function type mismatches of ftrace_graph_return using ftrace_stubSteven Rostedt (VMware)2019-11-141-3/+8
| * | tracing: Adding NULL checks for trace_array descriptor pointerDivya Indi2019-11-132-0/+5
| * | tracing: Verify if trace array exists before destroying it.Divya Indi2019-11-131-3/+12
| * | tracing: Declare newly exported APIs in include/linux/trace.hDivya Indi2019-11-131-3/+1
| * | tracing: Make internal ftrace events staticBen Dooks2019-11-131-2/+2
| * | tracing: Use CONFIG_PREEMPTIONSebastian Andrzej Siewior2019-11-131-0/+2
| * | preemptirq_delay_test: Add the burst feature and a sysfs triggerViktor Rosendahl (BMW)2019-11-132-22/+128
| * | ftrace: Implement fs notification for tracing_max_latencyViktor Rosendahl (BMW)2019-11-133-6/+98
| * | ftrace: Add information on number of page groups allocatedSteven Rostedt (VMware)2019-11-133-6/+31
| * | ftrace/x86: Add a counter to test function_graph with directSteven Rostedt (VMware)2019-11-131-0/+4
| * | ftrace: Add ftrace_find_direct_func()Steven Rostedt (VMware)2019-11-131-1/+78
| * | ftrace: Add register_ftrace_direct()Steven Rostedt (VMware)2019-11-132-5/+272
| * | ftrace: Separate out functionality from ftrace_location_range()Steven Rostedt (VMware)2019-11-081-15/+23
| * | ftrace: Separate out the copying of a ftrace_hash from __ftrace_hash_move()Steven Rostedt (VMware)2019-11-081-12/+17
| * | ftrace: Introduce PERMANENT ftrace_ops flagMiroslav Benes2019-11-041-2/+21
| |/
* | Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-11-271-1/+0
|\ \
| * | tracing: Remove unnecessary DEBUG_FS dependencyKusanagi Kouichi2019-11-221-1/+0
| |/
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-11-261-5/+10
|\ \