index
:
~thomash/linux
async_vma10
coherent-rebased
drm-fixes
drm-next
feature/thellstrom/render-nodes
gb-objects-3.13
ickle-wip-migrate
linux-3.13.y
locking-rework
master
original_dg1
pagewalk
thellstrom/locking-rework
topic/migration_fence_2
topic/ttm_accel_branch
topic/ttm_accel_v3
topic/ttm_accel_v9
topic/ttm_branch
topic/ttm_branch_ready
topic/ttm_branch_v2
topic/ttm_branch_v3
topic/ttm_branch_v5
topic/ttm_rebased
topic/ttm_region
ttm-fixes-3.12
ttm-fixes-3.13
ttm-fixes-3.14
ttm-next
ttm-next-3.13
ttm-prot-fix
ttm-transhuge
ttm_branch_for_mesa
vm_open2
vmwgfx-coherent
vmwgfx-fixes-3.12
vmwgfx-fixes-3.13
vmwgfx-fixes-3.14
vmwgfx-fixes-3.15
vmwgfx-fixes-3.16
vmwgfx-fixes-3.17
vmwgfx-fixes-3.18
vmwgfx-fixes-3.19
vmwgfx-fixes-4.0
vmwgfx-fixes-4.11
vmwgfx-fixes-4.12
vmwgfx-fixes-4.15
vmwgfx-fixes-4.16
vmwgfx-fixes-4.17
vmwgfx-fixes-4.19
vmwgfx-fixes-4.2
vmwgfx-fixes-4.20
vmwgfx-fixes-4.3
vmwgfx-fixes-4.4
vmwgfx-fixes-5.0
vmwgfx-fixes-5.0-2
vmwgfx-fixes-5.1
vmwgfx-fixes-5.2
vmwgfx-fixes-5.3
vmwgfx-next
vmwgfx-next-3.13
vmwgfx-next-stage
vmwgfx and ttm linux repo
thomash
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
2011-01-14
tracing: Remove syscall_exit_fields
Lai Jiangshan
1
-21
/
+12
2010-06-28
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
2010-01-29
perf: Factorize trace events raw sample buffer operations
Xiao Guangrong
1
-61
/
+10
2010-01-06
tracing: Remove show_format and related macros from TRACE_EVENT
Lai Jiangshan
1
-66
/
+0
2010-01-06
tracing: Have syscall tracing call its own init function
Steven Rostedt
1
-6
/
+6
2010-01-06
tracing/syscalls: Init print_fmt for syscall events
Lai Jiangshan
1
-1
/
+67
2009-12-28
perf events: Remove CONFIG_EVENT_PROFILE
Li Zefan
1
-3
/
+2
2009-12-13
tracing: Move a printk out of ftrace_raw_reg_event_foo()
Li Zefan
1
-8
/
+2
2009-12-13
tracing: Pull up calls to trace_define_common_fields()
Li Zefan
1
-8
/
+0
2009-12-01
trace_syscalls: Remove unused syscall_name_to_nr()
Lai Jiangshan
1
-16
/
+0
2009-12-01
trace_syscalls: Simplify syscall profile
Lai Jiangshan
1
-16
/
+8
2009-12-01
trace_syscalls: Remove duplicate init_enter_##sname()
Lai Jiangshan
1
-0
/
+12
2009-12-01
trace_syscalls: Add syscall_nr field to struct syscall_metadata
Lai Jiangshan
1
-13
/
+9
2009-12-01
trace_syscalls: Remove enter_id exit_id
Lai Jiangshan
1
-20
/
+10
2009-12-01
trace_syscalls: Set event_enter_##sname->data to its metadata
Lai Jiangshan
1
-25
/
+11
2009-12-01
trace_syscalls: Remove unused event_syscall_enter and event_syscall_exit
Lai Jiangshan
1
-8
/
+0
2009-11-27
trace_syscalls: Add syscall nr field
Lai Jiangshan
1
-0
/
+8
2009-11-23
perf_events: Undo some recursion damage
Peter Zijlstra
1
-6
/
+8
2009-11-22
tracing: Forget about the NMI buffer for syscall events
Frederic Weisbecker
1
-8
/
+2
2009-11-22
tracing: Use the perf recursion protection from trace event
Frederic Weisbecker
1
-30
/
+17
2009-11-08
tracing, perf_events: Protect the buffer from recursion in perf
Frederic Weisbecker
1
-8
/
+36
2009-10-23
Merge branch 'perf/core' into perf/probes
Ingo Molnar
1
-7
/
+99
2009-10-17
Merge commit 'v2.6.32-rc5' into perf/probes
Ingo Molnar
1
-2
/
+2
2009-10-15
Merge branch 'tracing/core' into perf/core
Ingo Molnar
1
-0
/
+86
2009-10-14
tracing: Move syscalls metadata handling from arch to core
Frederic Weisbecker
1
-0
/
+86
2009-10-06
tracing/events: Add 'signed' field to format files
Tom Zanussi
1
-7
/
+13
2009-10-06
tracing/syscalls: Use long for syscall ret format and field definitions
Tom Zanussi
1
-2
/
+2
2009-09-23
Merge commit 'linus/master' into tracing/kprobes
Frederic Weisbecker
1
-20
/
+79
2009-09-21
Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-3
/
+3
2009-09-21
perf: Do the big rename: Performance Counters -> Performance Events
Ingo Molnar
1
-3
/
+3
[next]