index
:
~airlied/linux
01.01-gsp-rm
amdgpu-dc-cleanups
amdgpu-non-dc-cleanups
amdgpu-semaphores
amdgpu-semapohres-sync-file
ast-fixes
ast-updates
cache-hacks
dal-4.7-minor-cleanups
dma-buf-merge
dp-mst-audio
drm-5.20-merged
drm-5.8-merged
drm-amdgpu-dal-wip
drm-amdgpu-dal-wip-bios-parser-separate
drm-amdgpu-objects
drm-connector-lifetimes
drm-core-next
drm-core-next-testing
drm-displayid-timings
drm-dmabuf
drm-dmabuf-wip
drm-dmabuf2
drm-exclusive-objects
drm-fixes
drm-fixes-amd-acp
drm-fixes-intel
drm-fixes-kbl
drm-fixes-mst
drm-fixes-no-fbcon
drm-fixes-staging
drm-hacked-to-shit
drm-i915-display-funcs-constify
drm-i915-mst-support
drm-i915-mst-support-next
drm-i915-mst-v3.14
drm-i915-mst-v3.16
drm-i915-next
drm-intel-display-refactor
drm-lease-v5
drm-legacy-cleanup
drm-linus-merged
drm-mst-dell-30-hacks
drm-mst-fixes
drm-mst-hide-monitor
drm-mst-next
drm-mst-tiled
drm-next
drm-next-5.10-merged
drm-next-5.11-merged
drm-next-5.15-merged
drm-next-5.17-merged
drm-next-5.5-merged
drm-next-6.1-merged
drm-next-6.2-merged
drm-next-6.9-merged
drm-next-amd-dc-staging
drm-next-ast-2500
drm-next-ast-fixes
drm-next-coc
drm-next-lease-stage
drm-next-merged
drm-next-mst-prep
drm-next-staging
drm-next-todo
drm-next-wip-fix-runtime-race
drm-nouveau-destage
drm-optimus-power-down
drm-optimus-power-down-snd-merge
drm-prime-dmabuf
drm-prime-dmabuf-initial
drm-prime-vmap
drm-radeon-aiw
drm-radeon-mullins
drm-radeon-poweroff
drm-radeon-sitn-support
drm-radeon-sun-hainan
drm-radeon-testing
drm-rcar-for-v3.12
drm-render-nodes
drm-syncobj
drm-syncobj-amdgpu
drm-syncobj-sem
drm-syncobj-tip
drm-syncobj-wait-null
drm-udl-next
drm-vma-manager
fbcon-fixes
fbcon-locking-fixes
for-intel-ci
i915-display-funcs-refactor-wip
i915-display-struct-refactor
i915-mst-hacks
i915-uncore-vfunc
i915-vtable-cleanup
kms-server
master
mgag200-queue
mst-hacks
nv-pm-ops2
nv-pm-ops2-wip
nv-pm-ops3
nv-pm-ops3-wip
prime-fixes
prime-merge
prime-todo
prime-todo2
qxl-3d
qxl-cleanups
qxl-demidlayer
qxl-fedora-queue
qxl-fixes
qxl-hack
qxl-kms-test
qxl-next
qxl-upstream
qxl-wtuf-reservations-port
radeon-cs-setup
radeon-mst-hacks
radeon-mst-hacks-rebase
radeon-mst-v1
switchy-wip
ttm-refactor-mem-manager
ttm-refactor-mem-manager-rename
udl-unplug
udl-v2
udl-v4
virgl
virgl-wip
virtio-gpu
virtio-vga
virtio-vga-3d
wip-open-source-userspace
Official DRM kernel tree
airlied
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
2016-09-29
tracing/syscalls: fix multiline in error message text
Colin Ian King
1
-4
/
+2
2016-04-07
perf: split perf_trace_buf_prepare into alloc and update parts
Alexei Starovoitov
1
-6
/
+7
2016-03-24
Merge tag 'trace-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
1
-0
/
+11
2016-03-08
tracing: Add get_syscall_name()
Tom Zanussi
1
-0
/
+11
2016-02-29
tracing/syscalls: Rename "/format" tracepoint field name "nr" to "__syscall_nr:
Taeung Song
1
-7
/
+9
2015-09-30
tracing: Move trace_flags from global to a trace_array field
Steven Rostedt (Red Hat)
1
-1
/
+2
2015-05-13
tracing: Rename ftrace_trigger_soft_disabled() to trace_trigger_soft_disabled()
Steven Rostedt (Red Hat)
1
-2
/
+2
2015-05-13
tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}
Steven Rostedt (Red Hat)
1
-20
/
+20
2015-05-13
tracing: Rename ftrace_event_file to trace_event_file
Steven Rostedt (Red Hat)
1
-16
/
+16
2015-01-14
perf: Avoid horrible stack usage
Peter Zijlstra (Intel)
1
-2
/
+2
2014-12-16
Merge tag 'trace-3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...
Linus Torvalds
1
-5
/
+2
2014-12-15
tracing: Move enabling tracepoints to just after rcu_init()
Steven Rostedt (Red Hat)
1
-5
/
+2
2014-12-10
Merge tag 'trace-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
1
-28
/
+19
2014-11-19
tracing: Do not use return values of trace_seq_printf() in syscall tracing
Steven Rostedt (Red Hat)
1
-28
/
+19
2014-10-30
tracing/syscalls: Ignore numbers outside NR_syscalls' range
Rabin Vincent
1
-4
/
+4
2014-09-10
kernel: trace_syscalls: Replace rcu_assign_pointer() with RCU_INIT_POINTER()
Andreea-Cristina Bernat
1
-2
/
+2
2014-01-09
tracing: Consolidate event trigger code
Steven Rostedt (Red Hat)
1
-40
/
+8
2014-01-06
tracing: Remove double-underscore naming in syscall trigger invocations
Tom Zanussi
1
-8
/
+8
2013-12-21
tracing: Add and use generic set_trigger_filter() implementation
Tom Zanussi
1
-10
/
+36
2013-12-20
tracing: Add basic event trigger framework
Tom Zanussi
1
-0
/
+4
2013-12-05
tracing: Only run synchronize_sched() at instance deletion time
Steven Rostedt
1
-10
/
+0
2013-11-05
tracing: Add support for SOFT_DISABLE to syscall events
Tom Zanussi
1
-10
/
+32
2013-11-05
tracing: Update event filters for multibuffer
Tom Zanussi
1
-4
/
+4
2013-08-21
tracing/syscalls: Annotate raw_init function with __init
Li Zefan
1
-5
/
+5
2013-07-18
tracing/perf: Move the PERF_MAX_TRACE_SIZE check into perf_trace_buf_prepare()
Oleg Nesterov
1
-12
/
+0
2013-07-18
tracing/syscall: Avoid perf_trace_buf_*() if sys_data->perf_events is empty
Oleg Nesterov
1
-4
/
+8
2013-07-18
tracing: Use trace_seq_puts()/trace_seq_putc() where possible
zhangwei(Jovi)
1
-1
/
+1
2013-07-02
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-12
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-10-31
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-07
tracing/syscalls: Early terminate search for sys_ni_syscall
Ian Munsie
1
-0
/
+3
2011-02-07
tracing/syscalls: Allow arch specific syscall symbol matching
Ian Munsie
1
-7
/
+14
2011-02-07
tracing/syscalls: Make arch_syscall_addr weak
Ian Munsie
1
-1
/
+1
2011-02-07
tracing/syscalls: Convert redundant syscall_nr checks into WARN_ON
Ian Munsie
1
-4
/
+4
2011-02-07
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-14
tracing: Remove syscall_exit_fields
Lai Jiangshan
1
-21
/
+12
[next]