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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-03
Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
14
-221
/
+2957
2021-07-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+1
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-30
tracing: Change variable type as bool for clean-up
Austin Kim
1
-12
/
+12
2021-06-29
trace/timerlat: Fix indentation on timerlat_main()
Daniel Bristot de Oliveira
1
-3
/
+3
2021-06-29
trace/osnoise: Make 'noise' variable s64 in run_osnoise()
Daniel Bristot de Oliveira
1
-2
/
+3
2021-06-29
tracepoint: Add tracepoint_probe_register_may_exist() for BPF tracing
Steven Rostedt (VMware)
1
-1
/
+2
2021-06-29
once: implement DO_ONCE_LITE for non-fast-path "do once" functionality
Tanner Love
1
-10
/
+3
2021-06-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-0
/
+2
2021-06-28
trace/osnoise: Fix return value on osnoise_init_hotplug_support
Daniel Bristot de Oliveira
1
-1
/
+1
2021-06-28
trace/osnoise: Make interval u64 on osnoise_main
Daniel Bristot de Oliveira
1
-1
/
+1
2021-06-28
trace/osnoise: Fix 'no previous prototype' warnings
Daniel Bristot de Oliveira
1
-9
/
+11
2021-06-28
tracing: Have osnoise_main() add a quiescent state for task rcu
Steven Rostedt (VMware)
1
-1
/
+4
2021-06-28
bpf: Allow bpf_get_current_ancestor_cgroup_id for tracing
Namhyung Kim
1
-0
/
+2
2021-06-26
trace/osnoise: Support hotplug operations
Daniel Bristot de Oliveira
1
-30
/
+135
2021-06-26
trace/hwlat: Support hotplug operations
Daniel Bristot de Oliveira
1
-0
/
+65
2021-06-26
trace/hwlat: Protect kdata->kthread with get/put_online_cpus
Daniel Bristot de Oliveira
1
-6
/
+13
2021-06-26
trace: Add timerlat tracer
Daniel Bristot de Oliveira
5
-31
/
+688
2021-06-26
trace: Add osnoise tracer
Daniel Bristot de Oliveira
6
-4
/
+1521
2021-06-26
tracing: Add LATENCY_FS_NOTIFY to define if latency_fsnotify() is defined
Steven Rostedt (VMware)
2
-5
/
+4
2021-06-26
trace/hwlat: Remove printk from sampling loop
Daniel Bristot de Oliveira
1
-3
/
+12
2021-06-26
trace/hwlat: Use trace_min_max_param for width and window params
Daniel Bristot de Oliveira
1
-121
/
+24
2021-06-26
trace: Add a generic function to read/write u64 values from tracefs
Daniel Bristot de Oliveira
2
-0
/
+103
2021-06-26
trace/hwlat: Implement the per-cpu mode
Daniel Bristot de Oliveira
1
-36
/
+150
2021-06-24
trace/hwlat: Switch disable_migrate to mode none
Daniel Bristot de Oliveira
1
-8
/
+5
2021-06-24
trace/hwlat: Implement the mode config option
Daniel Bristot de Oliveira
1
-12
/
+167
2021-06-24
trace/hwlat: Fix Clark's email
Daniel Bristot de Oliveira
1
-1
/
+1
2021-06-18
tracing: Do no increment trace_clock_global() by one
Steven Rostedt (VMware)
1
-3
/
+3
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/boot: Add per-group/all events enablement
Masami Hiramatsu
1
-2
/
+25
2021-06-10
tracing: Add WARN_ON_ONCE when returned value is negative
Hyeonggon Yoo
1
-0
/
+1
2021-06-10
tracing: Fix set_named_trigger_data() kernel-doc comment
Qiujun Huang
1
-1
/
+2
2021-06-10
tracing: Remove redundant initialization of variable ret
Colin Ian King
1
-1
/
+1
2021-06-10
ring-buffer: Use fallthrough pseudo-keyword
Wei Ming Chen
1
-1
/
+1
2021-06-10
tracing: Remove redundant assignment to event_var
Jiapeng Chong
1
-1
/
+1
2021-06-08
tracing: Correct the length check which causes memory corruption
Liangyan
1
-1
/
+1
2021-06-08
ftrace: Do not blindly read the ip address in ftrace_bug()
Steven Rostedt (VMware)
1
-1
/
+7
2021-06-02
bpf, lockdown, audit: Fix buggy SELinux lockdown permission checks
Daniel Borkmann
1
-20
/
+12
2021-05-13
tracing: Handle %.*s in trace_check_vprintf()
Steven Rostedt (VMware)
1
-4
/
+27
2021-05-06
Merge tag 'trace-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
1
-1
/
+4
2021-05-05
ftrace: Handle commands when closing set_ftrace_filter file
Steven Rostedt (VMware)
1
-1
/
+4
2021-05-03
Merge tag 'trace-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
25
-260
/
+1122
2021-04-30
tracing: Restructure trace_clock_global() to never block
Steven Rostedt (VMware)
1
-14
/
+30
[next]