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
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_syscalls.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-06
tracing: Add support for SOFT_DISABLE to syscall events
Tom Zanussi
1
-10
/
+32
2013-11-06
tracing: Update event filters for multibuffer
Tom Zanussi
1
-4
/
+4
2013-08-22
tracing/syscalls: Annotate raw_init function with __init
Li Zefan
1
-5
/
+5
2013-07-19
tracing/perf: Move the PERF_MAX_TRACE_SIZE check into perf_trace_buf_prepare()
Oleg Nesterov
1
-12
/
+0
2013-07-19
tracing/syscall: Avoid perf_trace_buf_*() if sys_data->perf_events is empty
Oleg Nesterov
1
-4
/
+8
2013-07-19
tracing: Use trace_seq_puts()/trace_seq_putc() where possible
zhangwei(Jovi)
1
-1
/
+1
2013-07-03
tracing: Fix irqs-off tag display in syscall tracing
zhangwei(Jovi)
1
-4
/
+17
2013-03-15
tracing: Fix comment about prefix in arch_syscall_match_sym_name()
zhangwei(Jovi)
1
-1
/
+1
2013-03-15
tracing: Consolidate max_tr into main trace_array structure
Steven Rostedt (Red Hat)
1
-2
/
+2
2013-03-15
tracing: Fix some section mismatch warnings
Li Zefan
1
-2
/
+2
2013-03-15
tracing/syscalls: Annotate field-defining functions with __init
Li Zefan
1
-2
/
+2
2013-03-15
tracing: Make syscall events suitable for multiple buffers
Steven Rostedt
1
-34
/
+46
2013-02-13
tracing/syscalls: Allow archs to ignore tracing compat syscalls
Steven Rostedt
1
-5
/
+38
2013-01-21
tracing/syscalls: Make local functions static
Fengguang Wu
1
-9
/
+9
2012-11-01
tracing: Cleanup unnecessary function declarations
Vaibhav Nagarnaik
1
-32
/
+29
2012-09-24
trace: Move trace event enable from fs_initcall to core_initcall
Ezequiel Garcia
1
-1
/
+1
2012-08-17
tracing/syscalls: Fix perf syscall tracing when syscall_nr == -1
Will Deacon
1
-0
/
+4
2012-07-31
perf/trace: Add ability to set a target task for events
Andrew Vagin
1
-2
/
+2
2012-02-21
ftrace, perf: Add add/del tracepoint perf registration actions
Jiri Olsa
1
-0
/
+4
2012-02-21
ftrace, perf: Add open/close tracepoint perf registration actions
Jiri Olsa
1
-4
/
+10
2012-02-13
tracing/trivial: Use kcalloc instead of kzalloc to allocate array
Thomas Meyer
1
-2
/
+2
2011-10-31
kernel: Add <linux/module.h> to files using it implicitly
Paul Gortmaker
1
-0
/
+1
2011-02-08
tracing/syscalls: Early terminate search for sys_ni_syscall
Ian Munsie
1
-0
/
+3
2011-02-08
tracing/syscalls: Allow arch specific syscall symbol matching
Ian Munsie
1
-7
/
+14
2011-02-08
tracing/syscalls: Make arch_syscall_addr weak
Ian Munsie
1
-1
/
+1
2011-02-08
tracing/syscalls: Convert redundant syscall_nr checks into WARN_ON
Ian Munsie
1
-4
/
+4
2011-02-08
tracing/syscalls: Don't add events for unmapped syscalls
Ian Munsie
1
-0
/
+8
2011-02-03
tracing: Replace syscall_meta_data struct array with pointer array
Steven Rostedt
1
-9
/
+10
2011-01-15
tracing: Remove syscall_exit_fields
Lai Jiangshan
1
-21
/
+12
2010-06-29
tracing: Use a global field list for all syscall exit events
Li Zefan
1
-3
/
+4
2010-05-31
perf_events, trace: Fix probe unregister race
Peter Zijlstra
1
-2
/
+2
2010-05-21
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...
Steven Rostedt
1
-8
/
+9
2010-05-21
perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to tr...
Peter Zijlstra
1
-4
/
+7
2010-05-21
perf, trace: Optimize tracepoints by removing IRQ-disable from perf/tracepoin...
Peter Zijlstra
1
-6
/
+4
2010-05-18
perf/ftrace: Optimize perf/tracepoint interaction for single events
Peter Zijlstra
1
-2
/
+4
2010-05-14
tracing: Remove duplicate id information in event structure
Steven Rostedt
1
-6
/
+8
2010-05-14
tracing: Move print functions into event class
Steven Rostedt
1
-0
/
+8
2010-05-14
tracing: Allow events to share their print functions
Steven Rostedt
1
-2
/
+4
2010-05-14
tracing: Move raw_init from events to class
Steven Rostedt
1
-0
/
+2
2010-05-14
tracing: Move fields from event to class structure
Steven Rostedt
1
-4
/
+27
2010-05-14
tracing: Remove per event trace registering
Steven Rostedt
1
-2
/
+54
2010-05-14
tracing: Let tracepoints have data passed to tracepoint callbacks
Steven Rostedt
1
-12
/
+12
2010-05-14
tracing: Create class struct for events
Steven Rostedt
1
-0
/
+4
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-10
perf: Drop the obsolete profile naming for trace events
Frederic Weisbecker
1
-36
/
+36
2010-03-10
perf: Take a hot regs snapshot for trace events
Frederic Weisbecker
1
-2
/
+2
2010-02-28
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-64
/
+12
2010-02-27
Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Ingo Molnar
1
-0
/
+5
2010-02-25
tracing: Fix typo in prof_sysexit_enable()
Wenji Huang
1
-1
/
+1
2010-02-17
tracing: Unify arch_syscall_addr() implementations
Mike Frysinger
1
-0
/
+5
[next]