index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-03
tracing: Fix indentation issue
Colin Ian King
1
-1
/
+1
2020-01-03
kernel/trace: Fix do not unregister tracepoints when register sched_migrate_t...
Kaitao Cheng
1
-1
/
+3
2020-01-02
ftrace: Avoid potential division by zero in function profiler
Wen Yang
1
-3
/
+3
2020-01-02
tracing: Have stack tracer compile when MCOUNT_INSN_SIZE is not defined
Steven Rostedt (VMware)
1
-0
/
+5
2020-01-02
tracing: Define MCOUNT_INSN_SIZE when not defined without direct calls
Steven Rostedt (VMware)
1
-0
/
+14
2020-01-02
tracing: Initialize val to zero in parse_entry of inject code
Steven Rostedt (VMware)
1
-1
/
+1
2019-12-21
tracing: Fix endianness bug in histogram trigger
Sven Schnelle
1
-1
/
+20
2019-12-21
tracing: Fix lock inversion in trace_event_enable_tgid_record()
Prateek Sood
2
-4
/
+12
2019-12-19
tracing: Have the histogram compare functions convert to u64 first
Steven Rostedt (VMware)
1
-2
/
+2
2019-12-19
tracing: Avoid memory leak in process_system_preds()
Keita Suzuki
1
-1
/
+1
2019-12-11
Merge tag 'trace-v5.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...
Linus Torvalds
3
-14
/
+16
2019-12-10
ftrace: Fix function_graph tracer interaction with BPF trampoline
Alexei Starovoitov
2
-12
/
+16
2019-12-10
tracing: remove set but not used variable 'buffer'
YueHaibing
1
-2
/
+0
2019-12-06
Fix up for "printk: Drop pr_warning definition"
Stephen Rothwell
2
-4
/
+4
2019-12-04
Merge tag 'trace-v5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...
Linus Torvalds
7
-0
/
+371
2019-12-04
tracing: Do not create directories if lockdown is in affect
Steven Rostedt (VMware)
2
-0
/
+23
2019-12-03
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2019-12-02
tracing: Introduce trace event injection
Cong Wang
5
-0
/
+348
2019-11-27
Merge tag 'trace-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
18
-143
/
+1064
2019-11-27
Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+0
2019-11-26
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-5
/
+10
2019-11-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-52
/
+175
2019-11-25
Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-2
/
+2
2019-11-25
Merge branch 'for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
1
-38
/
+46
2019-11-25
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-3
/
+3
2019-11-22
tracing: Use xarray for syscall trace events
Hassan Naveed
1
-7
/
+25
2019-11-22
tracing: Adding new functions for kernel access to Ftrace instances
Divya Indi
3
-22
/
+102
2019-11-22
tracing: Fix Kconfig indentation
Krzysztof Kozlowski
1
-4
/
+4
2019-11-22
ring-buffer: Fix typos in function ring_buffer_producer
Xianting Tian
1
-2
/
+2
2019-11-22
tracing: Remove unnecessary DEBUG_FS dependency
Kusanagi Kouichi
1
-1
/
+0
2019-11-18
ftrace: Rename ftrace_graph_stub to ftrace_stub_graph
Steven Rostedt (VMware)
1
-3
/
+3
2019-11-18
ftrace: Add a helper function to modify_ftrace_direct() to allow arch optimiz...
Steven Rostedt (VMware)
1
-32
/
+88
2019-11-15
ftrace: Add helper find_direct_entry() to consolidate code
Steven Rostedt (VMware)
1
-30
/
+29
2019-11-15
ftrace: Add another check for match in register_ftrace_direct()
Steven Rostedt (VMware)
1
-1
/
+6
2019-11-15
ftrace: Fix accounting bug with direct->count in register_ftrace_direct()
Steven Rostedt (VMware)
1
-2
/
+1
2019-11-15
tracing: Increase SYNTH_FIELDS_MAX for synthetic_events
Artem Bityutskiy
1
-1
/
+1
2019-11-14
ftrace: Add modify_ftrace_direct()
Steven Rostedt (VMware)
1
-0
/
+78
2019-11-14
tracing: Add missing "inline" in stub function of latency_fsnotify()
Steven Rostedt (VMware)
1
-1
/
+1
2019-11-14
tracing: Remove stray tab in TRACE_EVAL_MAP_FILE's help text
Borislav Petkov
1
-2
/
+2
2019-11-14
tracing: Use seq_buf_hex_dump() to dump buffers
Piotr Maziarz
2
-0
/
+45
2019-11-14
tracing/kprobe: Check whether the non-suffixed symbol is notrace
Masami Hiramatsu
1
-3
/
+24
2019-11-14
tracing: use kvcalloc for tgid_map array allocation
Yuming Han
1
-1
/
+1
2019-11-14
tracing/hwlat: Fix a few trivial nits
Srivatsa S. Bhat (VMware)
1
-2
/
+2
2019-11-14
tracing: Use generic type for comparator function
Andy Shevchenko
4
-15
/
+13
2019-11-14
fgraph: Fix function type mismatches of ftrace_graph_return using ftrace_stub
Steven Rostedt (VMware)
1
-3
/
+8
2019-11-13
tracing: Adding NULL checks for trace_array descriptor pointer
Divya Indi
2
-0
/
+5
2019-11-13
tracing: Verify if trace array exists before destroying it.
Divya Indi
1
-3
/
+12
2019-11-13
tracing: Declare newly exported APIs in include/linux/trace.h
Divya Indi
1
-3
/
+1
2019-11-13
tracing: Make internal ftrace events static
Ben Dooks
1
-2
/
+2
2019-11-13
tracing: Use CONFIG_PREEMPTION
Sebastian Andrzej Siewior
1
-0
/
+2
[next]