index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-26
tracing: Silence GCC 9 array bounds warning
Miguel Ojeda
1
-5
/
+1
2019-05-16
Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
1
-61
/
+356
2019-05-08
tracing: Fix documentation about disabling options using trace_options
Srivatsa S. Bhat (VMware)
1
-1
/
+1
2019-05-08
tracing: Allow RCU to run between postponed startup tests
Anders Roxell
1
-0
/
+4
2019-05-08
tracing: Eliminate const char[] auto variables
Rasmus Villemoes
1
-21
/
+13
2019-05-06
Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-58
/
+47
2019-05-03
tracing: Add trace_total_entries() / trace_total_entries_cpu()
Douglas Anderson
1
-15
/
+50
2019-04-29
tracing: Simplify stack trace retrieval
Thomas Gleixner
1
-27
/
+13
2019-04-29
tracing: Make ftrace_trace_userstack() static and conditional
Thomas Gleixner
1
-6
/
+8
2019-04-29
tracing: Use percpu stack trace buffer more intelligently
Thomas Gleixner
1
-36
/
+37
2019-04-26
Merge tag 'trace-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
1
-16
/
+19
2019-04-26
tracing: Fix a memory leak by early error exit in trace_pid_write()
Wenwen Wang
1
-1
/
+4
2019-04-26
tracing: Fix buffer_ref pipe ops
Jann Horn
1
-14
/
+14
2019-04-15
Merge branch 'page-refs' (page ref overflow)
Linus Torvalds
1
-1
/
+5
2019-04-14
fs: prevent page refcount overflow in pipe_buf_get
Matthew Wilcox
1
-1
/
+5
2019-04-08
tracing: Add error_log to README
Tom Zanussi
1
-0
/
+1
2019-04-08
tracing: Have the error logs show up in the proper instances
Steven Rostedt (VMware)
1
-18
/
+37
2019-04-03
tracing: Add tracing error log
Tom Zanussi
1
-0
/
+218
2019-04-03
tracing: Kernel access to Ftrace instances
Divya Indi
1
-24
/
+50
2019-03-16
Merge tag 'trace-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...
Linus Torvalds
1
-2
/
+4
2019-03-13
tracing: kdb: Fix ftdump to not sleep
Douglas Anderson
1
-2
/
+4
2019-03-12
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+0
2019-03-12
Merge tag 'trace-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
1
-9
/
+214
2019-03-05
tracing: Use strncpy instead of memcpy when copying comm in trace.c
Tom Zanussi
1
-2
/
+2
2019-02-20
tracing: Fix spelling mistake: "analagous" -> "analogous"
Colin Ian King
1
-1
/
+1
2019-02-20
tracing: Comment why cond_snapshot is checked outside of max_lock protection
Steven Rostedt (VMware)
1
-0
/
+8
2019-02-20
tracing: Add alternative synthetic event trace action syntax
Tom Zanussi
1
-1
/
+1
2019-02-20
tracing: Add hist trigger onchange() handler
Tom Zanussi
1
-1
/
+2
2019-02-20
tracing: Add hist trigger snapshot() action
Tom Zanussi
1
-0
/
+3
2019-02-20
tracing: Add conditional snapshot
Tom Zanussi
1
-4
/
+188
2019-02-20
tracing: Split up onmatch action data
Tom Zanussi
1
-1
/
+11
2019-02-20
tracing: Do not free iter->trace in fail path of tracing_open_pipe()
zhangyi (F)
1
-1
/
+0
2019-02-15
tracing: Fix number of entries in trace header
Quentin Perret
1
-0
/
+2
2019-02-01
pipe: stop using ->can_merge
Jann Horn
1
-2
/
+0
2018-12-31
Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
1
-8
/
+74
2018-12-23
tracing: Use the return of str_has_prefix() to remove open coded numbers
Steven Rostedt (VMware)
1
-3
/
+5
2018-12-23
tracing: Use str_has_prefix() instead of using fixed sizes
Steven Rostedt (VMware)
1
-1
/
+1
2018-12-22
tracing: Make function ‘ftrace_exports’ static
Mathieu Malaterre
1
-1
/
+1
2018-12-09
tracing: Use dyn_event framework for synthetic events
Masami Hiramatsu
1
-0
/
+8
2018-12-09
tracing: Add unified dynamic event framework
Masami Hiramatsu
1
-0
/
+4
2018-12-09
tracing: Change default buffer_percent to 50
Steven Rostedt (VMware)
1
-1
/
+1
2018-12-09
tracing: Add tracefs file buffer_percentage
Steven Rostedt (VMware)
1
-1
/
+53
2018-12-09
ring-buffer: Add percentage of ring buffer full to wake up reader
Steven Rostedt (VMware)
1
-4
/
+4
2018-11-27
tracing: Replace synchronize_sched() and call_rcu_sched()
Paul E. McKenney
1
-5
/
+5
2018-10-27
tracing: Export trace_dump_stack to modules
Nikolay Borisov
1
-0
/
+1
2018-10-11
tracing: probeevent: Add $argN for accessing function args
Masami Hiramatsu
1
-0
/
+4
2018-10-11
tracing: probeevent: Add array type support
Masami Hiramatsu
1
-1
/
+2
2018-10-11
tracing: probeevent: Add symbol type
Masami Hiramatsu
1
-1
/
+1
2018-09-24
uprobes: Support SDT markers having reference count (semaphore)
Ravi Bangoria
1
-1
/
+1
2018-08-21
Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
1
-2
/
+5
[next]