index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-30
tracing: Fix NULL pointer dereference in start_creating
Kamal Agrawal
1
-1
/
+3
2021-07-23
tracing/histogram: Rename "cpu" to "common_cpu"
Steven Rostedt (VMware)
1
-0
/
+4
2021-07-03
Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
1
-54
/
+211
2021-07-01
tracing: Resize tgid_map to pid_max, not PID_MAX_DEFAULT
Paul Burton
1
-16
/
+47
2021-07-01
kernel.h: split out panic and oops helpers
Andy Shevchenko
1
-0
/
+1
2021-06-30
tracing: Simplify & fix saved_tgids logic
Paul Burton
1
-25
/
+13
2021-06-25
tracing: Add LATENCY_FS_NOTIFY to define if latency_fsnotify() is defined
Steven Rostedt (VMware)
1
-2
/
+1
2021-06-25
trace: Add a generic function to read/write u64 values from tracefs
Daniel Bristot de Oliveira
1
-0
/
+85
2021-06-18
tracing: Do not stop recording comms if the trace file is being read
Steven Rostedt (VMware)
1
-9
/
+0
2021-06-18
tracing: Do not stop recording cmdlines when tracing is off
Steven Rostedt (VMware)
1
-2
/
+0
2021-06-17
tracing: Have ftrace_dump_on_oops kernel parameter take numbers
Steven Rostedt (VMware)
1
-2
/
+2
2021-06-17
tracing: Add tp_printk_stop_on_boot option
Steven Rostedt (VMware)
1
-11
/
+29
2021-06-10
tracing: Add better comments for the filtering temp buffer use case
Steven Rostedt (VMware)
1
-1
/
+35
2021-06-10
tracing: Simplify the max length test when using the filtering temp buffer
Steven Rostedt (VMware)
1
-1
/
+3
2021-06-10
tracing: Remove redundant initialization of variable ret
Colin Ian King
1
-1
/
+1
2021-06-08
tracing: Correct the length check which causes memory corruption
Liangyan
1
-1
/
+1
2021-05-13
tracing: Handle %.*s in trace_check_vprintf()
Steven Rostedt (VMware)
1
-4
/
+27
2021-05-03
Merge tag 'trace-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
1
-55
/
+283
2021-04-28
tracing: Map all PIDs to command lines
Steven Rostedt (VMware)
1
-26
/
+15
2021-04-26
Merge tag 'irq-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2021-04-20
tracing: Fix checking event hash pointer logic when tp_printk is enabled
Steven Rostedt (VMware)
1
-3
/
+7
2021-04-15
tracing: Add method for recording "func_repeats" events
Yordan Karadzhov (VMware)
1
-0
/
+34
2021-04-15
tracing: Add "last_func_repeats" to struct trace_array
Yordan Karadzhov (VMware)
1
-0
/
+1
2021-04-10
kernel: Initialize cpumask before parsing
Tetsuo Handa
1
-1
/
+1
2021-04-01
tracing: Remove unused argument from "ring_buffer_time_stamp()
Yordan Karadzhov (VMware)
1
-4
/
+4
2021-04-01
Merge branch 'trace/ftrace/urgent' into HEAD
Steven Rostedt (VMware)
1
-1
/
+2
2021-04-01
tracing: Fix stack trace event size
Steven Rostedt (VMware)
1
-1
/
+2
2021-03-23
tracing: Fix various typos in comments
Ingo Molnar
1
-9
/
+9
2021-03-18
tracing: Add a verifier to check string pointers for trace events
Steven Rostedt (VMware)
1
-0
/
+200
2021-03-18
tracing: Add tracing_event_time_stamp() API
Steven Rostedt (VMware)
1
-0
/
+8
2021-03-18
tracing: Use a no_filter_buffering_ref to stop using the filter buffer
Steven Rostedt (VMware)
1
-16
/
+12
2021-03-18
tracing: Pass buffer of event to trigger operations
Steven Rostedt (VMware)
1
-1
/
+1
2021-03-04
tracing: Skip selftests if tracing is disabled
Steven Rostedt (VMware)
1
-0
/
+6
2021-02-22
Merge tag 'trace-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
1
-123
/
+160
2021-02-12
tracing: Make hash-ptr option default
Steven Rostedt (VMware)
1
-1
/
+2
2021-02-11
tracing: Add ptr-hash option to show the hashed pointer value
Masami Hiramatsu
1
-0
/
+3
2021-02-11
tracing: Show real address for trace event arguments
Masami Hiramatsu
1
-1
/
+70
2021-02-11
tracing: Check length before giving out the filter buffer
Steven Rostedt (VMware)
1
-1
/
+1
2021-02-09
tracing/dynevent: Delegate parsing to create function
Masami Hiramatsu
1
-21
/
+2
2021-02-02
tracing: Fix a kernel doc warning
Bean Huo
1
-0
/
+1
2021-02-02
tracing: Use in_serving_softirq() to deduct softirq status.
Sebastian Andrzej Siewior
1
-2
/
+1
2021-02-02
tracing: Inline tracing_gen_ctx_flags()
Sebastian Andrzej Siewior
1
-36
/
+2
2021-02-02
tracing: Merge irqflags + preempt counter.
Sebastian Andrzej Siewior
1
-96
/
+112
2021-02-02
tracing: Update trace_ignore_this_task() kernel-doc comment
Qiujun Huang
1
-1
/
+2
2020-12-17
Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
1
-8
/
+45
2020-12-15
tracing: Offload eval map updates to a work queue
Steven Rostedt (VMware)
1
-1
/
+31
2020-12-14
tracing: Disable ftrace selftests when any tracer is running
Masami Hiramatsu
1
-6
/
+13
2020-12-04
tracing: Fix userstacktrace option for instances
Steven Rostedt (VMware)
1
-5
/
+8
2020-11-30
tracing: Fix alignment of static buffer
Minchan Kim
1
-1
/
+1
2020-11-10
tracing: Fix some typos in comments
Qiujun Huang
1
-1
/
+1
[next]