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-10-28
Merge tag 'trace-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-14
/
+22
2020-10-27
tracing, synthetic events: Replace buggy strcat() with seq_buf operations
Steven Rostedt (VMware)
1
-14
/
+22
2020-10-25
treewide: Convert macro and uses of __section(foo) to __section("foo")
Joe Perches
2
-2
/
+2
2020-10-23
Merge tag 'trace-v5.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
1
-5
/
+5
2020-10-22
ring-buffer: Update the description for ring_buffer_wait
Qiujun Huang
1
-1
/
+1
2020-10-22
ring-buffer: Return 0 on success from ring_buffer_resize()
Qiujun Huang
1
-4
/
+4
2020-10-16
Merge tag 'trace-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
1
-1
/
+1
2020-10-16
tracing: Remove __init from __trace_early_add_new_event()
Masami Hiramatsu
1
-1
/
+1
2020-10-15
Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-7
/
+165
2020-10-15
Merge tag 'trace-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
22
-244
/
+735
2020-10-15
Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-125
/
+145
2020-10-15
tracing: support "bool" type in synthetic trace events
Axel Rasmussen
1
-0
/
+4
2020-10-15
tracing: Handle synthetic event array field type checking correctly
Tom Zanussi
1
-3
/
+9
2020-10-15
tracing: Add synthetic event error logging
Tom Zanussi
1
-2
/
+90
2020-10-15
tracing: Check that the synthetic event and field names are legal
Tom Zanussi
1
-0
/
+9
2020-10-15
tracing: Move is_good_name() from trace_probe.h to trace.h
Tom Zanussi
2
-13
/
+13
2020-10-15
tracing: Don't show dynamic string internals in synthetic event description
Tom Zanussi
1
-1
/
+9
2020-10-15
tracing: Fix some typos in comments
Qiujun Huang
2
-6
/
+6
2020-10-15
tracing/boot: Add ftrace.instance.*.alloc_snapshot option
Masami Hiramatsu
1
-0
/
+6
2020-10-15
tracing: Fix race in trace_open and buffer resize call
Gaurav Kohli
1
-0
/
+10
2020-10-15
tracing: Check return value of __create_val_fields() before using its result
Steven Rostedt (VMware)
1
-1
/
+1
2020-10-13
Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-9
/
+4
2020-10-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-0
/
+6
2020-10-12
Merge tag 'perf-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-3
/
+4
2020-10-12
Merge tag 'core-static_call-2020-10-12' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
4
-6
/
+10
2020-10-08
tracing: Fix synthetic print fmt check for use of __get_str()
Steven Rostedt (VMware)
1
-1
/
+1
2020-10-08
tracing: Remove a pointless assignment
Sudip Mukherjee
1
-1
/
+0
2020-10-08
ftrace: Format variable declarations of ftrace_allocate_records
Steven Rostedt (VMware)
1
-1
/
+2
2020-10-08
ftrace: Simplify the calculation of page number for ftrace_page->records
Wei Yang
1
-3
/
+4
2020-10-08
ftrace: Simplify the hash calculation
Steven Rostedt (VMware)
1
-4
/
+3
2020-10-08
ftrace: Use fls() to get the bits for dup_hash()
Wei Yang
1
-2
/
+3
2020-10-08
tracing: Change synthetic event string format to limit printed length
Steven Rostedt (VMware)
1
-1
/
+3
2020-10-08
tracing: Add README information for synthetic_events file
Tom Zanussi
1
-1
/
+6
2020-10-07
bpf: Fix build failure for kernel/trace/bpf_trace.c with CONFIG_NET=n
Yonghong Song
1
-0
/
+2
2020-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-8
/
+8
2020-10-05
tracing: Add support for dynamic strings to synthetic events
Tom Zanussi
4
-38
/
+241
2020-10-05
tracing: Save normal string variables
Tom Zanussi
1
-2
/
+32
2020-10-05
tracing: Fix parse_synth_field() error handling
Tom Zanussi
1
-2
/
+4
2020-10-05
tracing: Change STR_VAR_MAX_LEN
Tom Zanussi
2
-1
/
+3
2020-10-05
block: add a bdget_part helper
Christoph Hellwig
1
-7
/
+2
2020-10-05
tracing: Add trace_export support for trace_marker
Tingwei Zhang
1
-0
/
+9
2020-10-05
tracing: Add trace_export support for event trace
Tingwei Zhang
1
-125
/
+134
2020-10-05
tracing: Add flag to control different traces
Tingwei Zhang
1
-17
/
+19
2020-10-02
bpf: Introducte bpf_this_cpu_ptr()
Hao Luo
1
-0
/
+2
2020-10-02
bpf: Introduce bpf_per_cpu_ptr()
Hao Luo
1
-0
/
+2
2020-10-02
ftrace: Fix some typos in comment
Qiujun Huang
1
-5
/
+5
2020-10-01
Merge tag 'trace-v5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
2
-8
/
+8
2020-09-29
ftrace: Move RCU is watching check after recursion check
Steven Rostedt (VMware)
1
-4
/
+2
2020-09-29
tracing: Fix trace_find_next_entry() accounting of temp buffer size
Steven Rostedt (VMware)
1
-4
/
+6
2020-09-28
bpf: Add bpf_seq_printf_btf helper
Alan Maguire
1
-0
/
+33
[next]