index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2022-01-16
70
-292
/
+6706
|
\
|
*
tracing: Add ustring operation to filtering string pointers
Steven Rostedt
2022-01-14
2
-24
/
+66
|
*
rtla: Add rtla timerlat hist documentation
Daniel Bristot de Oliveira
2022-01-13
1
-0
/
+106
|
*
rtla: Add rtla timerlat top documentation
Daniel Bristot de Oliveira
2022-01-13
2
-0
/
+161
|
*
rtla: Add rtla timerlat documentation
Daniel Bristot de Oliveira
2022-01-13
2
-0
/
+67
|
*
rtla: Add rtla osnoise hist documentation
Daniel Bristot de Oliveira
2022-01-13
2
-0
/
+89
|
*
rtla: Add rtla osnoise top documentation
Daniel Bristot de Oliveira
2022-01-13
4
-0
/
+109
|
*
rtla: Add rtla osnoise man page
Daniel Bristot de Oliveira
2022-01-13
2
-0
/
+67
|
*
rtla: Add Documentation
Daniel Bristot de Oliveira
2022-01-13
4
-4
/
+127
|
*
rtla/timerlat: Add timerlat hist mode
Daniel Bristot de Oliveira
2022-01-13
3
-2
/
+828
|
*
rtla: Add timerlat tool and timelart top mode
Daniel Bristot de Oliveira
2022-01-13
5
-0
/
+697
|
*
rtla/osnoise: Add the hist mode
Daniel Bristot de Oliveira
2022-01-13
3
-1
/
+807
|
*
rtla/osnoise: Add osnoise top mode
Daniel Bristot de Oliveira
2022-01-13
3
-0
/
+596
|
*
rtla: Add osnoise tool
Daniel Bristot de Oliveira
2022-01-13
4
-0
/
+956
|
*
rtla: Helper functions for rtla
Daniel Bristot de Oliveira
2022-01-13
4
-0
/
+708
|
*
rtla: Real-Time Linux Analysis tool
Daniel Bristot de Oliveira
2022-01-13
3
-0
/
+184
|
*
tracing/osnoise: Properly unhook events if start_per_cpu_kthreads() fails
Nikita Yushchenko
2022-01-13
1
-4
/
+16
|
*
tracing: Remove duplicate warnings when calling trace_create_file()
Yuntao Wang
2022-01-13
1
-9
/
+3
|
*
tracing/kprobes: 'nmissed' not showed correctly for kretprobe
Xiangyang Zhang
2022-01-13
1
-1
/
+4
|
*
tracing: Add test for user space strings when filtering on string pointers
Steven Rostedt
2022-01-13
2
-3
/
+73
|
*
tracing: Have syscall trace events use trace_event_buffer_lock_reserve()
Steven Rostedt
2022-01-13
1
-4
/
+2
|
*
tracing: Fix mismatched comment in __string_len
Geliang Tang
2022-01-13
1
-1
/
+1
|
*
ftrace: Add test to make sure compiled time sorts work
Steven Rostedt (VMware)
2022-01-13
2
-0
/
+37
|
*
scripts: ftrace - move the sort-processing in ftrace_init
Yinan Liu
2022-01-13
5
-8
/
+137
|
*
tracing/probes: check the return value of kstrndup() for pbuf
Xiaoke Wang
2022-01-13
1
-0
/
+2
|
*
tracing/uprobes: Check the return value of kstrdup() for tu->filename
Xiaoke Wang
2022-01-13
1
-0
/
+5
|
*
tracing: Account bottom half disabled sections.
Sebastian Andrzej Siewior
2022-01-13
3
-2
/
+9
|
*
tracing: Add helper functions to simplify event_command.parse() callback hand...
Tom Zanussi
2022-01-10
2
-0
/
+366
|
*
tracing: Remove ops param from event_command reg()/unreg() callbacks
Tom Zanussi
2022-01-10
4
-28
/
+20
|
*
tracing: Change event_trigger_ops func() to trigger()
Tom Zanussi
2022-01-10
4
-26
/
+37
|
*
tracing: Change event_command func() to parse()
Tom Zanussi
2022-01-10
4
-39
/
+44
|
*
tracing: Use trace_iterator_reset() in tracing_read_pipe()
Steven Rostedt (VMware)
2021-12-11
1
-2
/
+1
|
*
tracing: Use memset_startat helper in trace_iterator_reset()
Xiu Jianfeng
2021-12-11
1
-8
/
+1
|
*
tracing: Do not let synth_events block other dyn_event systems during create
Beau Belgrave
2021-12-11
1
-6
/
+7
|
*
tracing: Iterate trace_[ku]probe objects directly
Jiri Olsa
2021-12-11
2
-24
/
+12
|
*
tracefs: Use d_inode() helper function to get the dentry inode
Steven Rostedt (VMware)
2021-12-11
1
-12
/
+12
|
*
script/sorttable: Code style improvements
Yinan Liu
2021-12-11
1
-2
/
+2
|
*
tracing: Make trace_marker{,_raw} stream-like
John Keeping
2021-12-08
1
-10
/
+8
|
*
tracing: Switch to kvfree_rcu() API
Uladzislau Rezki (Sony)
2021-12-06
2
-4
/
+2
|
*
tracing: Fix synth_event_add_val() kernel-doc comment
Qiujun Huang
2021-12-06
1
-1
/
+1
|
*
tracing/uprobes: Use trace_event_buffer_reserve() helper
Steven Rostedt (VMware)
2021-12-06
1
-7
/
+4
|
*
tracing/kprobes: Do not open code event reserve logic
Steven Rostedt (VMware)
2021-12-06
1
-18
/
+7
|
*
tracing: Have eprobes use filtering logic of trace events
Steven Rostedt (VMware)
2021-12-06
1
-11
/
+5
|
*
tracing: Disable preemption when using the filter buffer
Steven Rostedt (VMware)
2021-12-06
2
-27
/
+36
|
*
tracing: Use __this_cpu_read() in trace_event_buffer_lock_reserver()
Steven Rostedt (VMware)
2021-12-06
1
-1
/
+1
|
*
tools/perf: Add '__rel_loc' event field parsing support
Masami Hiramatsu
2021-12-06
7
-0
/
+14
|
*
libtraceevent: Add __rel_loc relative location attribute support
Masami Hiramatsu
2021-12-06
3
-22
/
+47
|
*
samples/trace_event: Add '__rel_loc' using sample event
Masami Hiramatsu
2021-12-06
2
-0
/
+36
|
*
tracing: Add '__rel_loc' using trace event macros
Masami Hiramatsu
2021-12-06
4
-2
/
+153
|
*
tracing: Support __rel_loc relative dynamic data location attribute
Masami Hiramatsu
2021-12-06
5
-6
/
+60
[next]