Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
3d56e331b6537671c66f1b510bed0f1e0331dfc8
/
kernel
/
trace
/
trace_syscalls.c
3d56e33
tracing: Replace syscall_meta_data struct array with pointer array
by Steven Rostedt
· 14 years ago
7f85803
tracing: Remove syscall_exit_fields
by Lai Jiangshan
· 14 years ago
c9642c4
tracing: Use a global field list for all syscall exit events
by Li Zefan
· 15 years ago
3771f07
perf_events, trace: Fix probe unregister race
by Peter Zijlstra
· 15 years ago
ff5f149
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip into trace/tip/tracing/core-7
by Steven Rostedt
· 15 years ago
1c024eca
perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to track events
by Peter Zijlstra
· 15 years ago
b7e2ece
perf, trace: Optimize tracepoints by removing IRQ-disable from perf/tracepoint interaction
by Peter Zijlstra
· 15 years ago
4f41c01
perf/ftrace: Optimize perf/tracepoint interaction for single events
by Peter Zijlstra
· 15 years ago
32c0eda
tracing: Remove duplicate id information in event structure
by Steven Rostedt
· 15 years ago
80decc7
tracing: Move print functions into event class
by Steven Rostedt
· 15 years ago
a9a5776
tracing: Allow events to share their print functions
by Steven Rostedt
· 15 years ago
0405ab8
tracing: Move raw_init from events to class
by Steven Rostedt
· 15 years ago
2e33af0
tracing: Move fields from event to class structure
by Steven Rostedt
· 15 years ago
2239291
tracing: Remove per event trace registering
by Steven Rostedt
· 15 years ago
38516ab
tracing: Let tracepoints have data passed to tracepoint callbacks
by Steven Rostedt
· 15 years ago
8f08201
tracing: Create class struct for events
by Steven Rostedt
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
97d5a22
perf: Drop the obsolete profile naming for trace events
by Frederic Weisbecker
· 15 years ago
c530665
perf: Take a hot regs snapshot for trace events
by Frederic Weisbecker
· 15 years ago
6556a67
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
6fb8302
Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into tracing/core
by Ingo Molnar
· 15 years ago
6574658
tracing: Fix typo in prof_sysexit_enable()
by Wenji Huang
· 15 years ago
e7b8e67
tracing: Unify arch_syscall_addr() implementations
by Mike Frysinger
· 15 years ago
430ad5a
perf: Factorize trace events raw sample buffer operations
by Xiao Guangrong
· 15 years ago
0fa0eda
tracing: Remove show_format and related macros from TRACE_EVENT
by Lai Jiangshan
· 15 years ago
c7ef3a9
tracing: Have syscall tracing call its own init function
by Steven Rostedt
· 15 years ago
50307a4
tracing/syscalls: Init print_fmt for syscall events
by Lai Jiangshan
· 15 years ago
07b139c
perf events: Remove CONFIG_EVENT_PROFILE
by Li Zefan
· 15 years ago
3b8e427
tracing: Move a printk out of ftrace_raw_reg_event_foo()
by Li Zefan
· 15 years ago
614a71a
tracing: Pull up calls to trace_define_common_fields()
by Li Zefan
· 15 years ago
7be077f
trace_syscalls: Remove unused syscall_name_to_nr()
by Lai Jiangshan
· 15 years ago
3bbe84e
trace_syscalls: Simplify syscall profile
by Lai Jiangshan
· 15 years ago
a1301da
trace_syscalls: Remove duplicate init_enter_##sname()
by Lai Jiangshan
· 15 years ago
c252f65
trace_syscalls: Add syscall_nr field to struct syscall_metadata
by Lai Jiangshan
· 15 years ago
fcc1943
trace_syscalls: Remove enter_id exit_id
by Lai Jiangshan
· 15 years ago
31c16b1
trace_syscalls: Set event_enter_##sname->data to its metadata
by Lai Jiangshan
· 15 years ago
bf56a4e
trace_syscalls: Remove unused event_syscall_enter and event_syscall_exit
by Lai Jiangshan
· 15 years ago
0f1ef51
trace_syscalls: Add syscall nr field
by Lai Jiangshan
· 15 years ago
4ed7c92
perf_events: Undo some recursion damage
by Peter Zijlstra
· 15 years ago
28889bf
tracing: Forget about the NMI buffer for syscall events
by Frederic Weisbecker
· 15 years ago
ce71b9d
tracing: Use the perf recursion protection from trace event
by Frederic Weisbecker
· 15 years ago
444a2a3
tracing, perf_events: Protect the buffer from recursion in perf
by Frederic Weisbecker
· 15 years ago
43315956
Merge branch 'perf/core' into perf/probes
by Ingo Molnar
· 15 years ago
bb3c3e8
Merge commit 'v2.6.32-rc5' into perf/probes
by Ingo Molnar
· 15 years ago
713490e
Merge branch 'tracing/core' into perf/core
by Ingo Molnar
· 15 years ago
c44fc77
tracing: Move syscalls metadata handling from arch to core
by Frederic Weisbecker
· 15 years ago
26a5074
tracing/events: Add 'signed' field to format files
by Tom Zanussi
· 15 years ago
ee949a8
tracing/syscalls: Use long for syscall ret format and field definitions
by Tom Zanussi
· 15 years ago
d7a4b41
Merge commit 'linus/master' into tracing/kprobes
by Frederic Weisbecker
· 15 years ago
43c1266
Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
cdd6c48
perf: Do the big rename: Performance Counters -> Performance Events
by Ingo Molnar
· 15 years ago
20ab4425
tracing: Allocate the ftrace event profile buffer dynamically
by Frederic Weisbecker
· 15 years ago
8f8ffe2
Merge commit 'tracing/core' into tracing/kprobes
by Frederic Weisbecker
· 15 years ago
e77405a
tracing: pass around ring buffer instead of tracer
by Steven Rostedt
· 15 years ago
f8468f3
tracing: Remove unneeded pointer casts
by Frederic Weisbecker
· 15 years ago
aeaeae1
tracing: Restore the const qualifier for field names and types definition
by Frederic Weisbecker
· 15 years ago
bd1a5c8
tracing: Ftrace dynamic ftrace_event_call support
by Masami Hiramatsu
· 15 years ago
57421db
tracing: Convert event tracing code to use NR_syscalls
by Jason Baron
· 15 years ago
cd0980f
tracing: Check invalid syscall nr while tracing syscalls
by Hendrik Brueckner
· 15 years ago
35dce1a
Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into tracing/core
by Ingo Molnar
· 15 years ago
43b51ea
tracing/filters: Add __field_ext() to TRACE_EVENT
by Li Zefan
· 15 years ago
1c569f0
tracing: Create generic syscall TRACE_EVENTs
by Josh Stone
· 15 years ago
4539f07
tracing/syscalls: Fix the output of syscalls with no arguments
by Li Zefan
· 15 years ago
540b7b8
tracing/syscalls: Add filtering support
by Li Zefan
· 15 years ago
10a5b66
tracing/syscalls: Add fields format for exit events
by Li Zefan
· 15 years ago
e697196
tracing/syscalls: Fix fields format for enter events
by Li Zefan
· 15 years ago
ba8b3a4
tracing/syscalls: Fix to print parameter types
by Li Zefan
· 15 years ago
19007a6
tracing: Support for syscall events raw records in perfcounters
by Frederic Weisbecker
· 15 years ago
dc4ddb4
tracing: Add fields format definition for syscall events
by Frederic Weisbecker
· 15 years ago
f4b5ffc
tracing: Add perf counter support for syscalls tracing
by Jason Baron
· 15 years ago
64c12e0
tracing: Add individual syscalls tracepoint id support
by Jason Baron
· 15 years ago
fb34a08
tracing: Add trace events for each syscall entry/exit
by Jason Baron
· 15 years ago
066e037
tracing: Call arch_init_ftrace_syscalls at boot
by Jason Baron
· 15 years ago
47788c5
tracing/syscalls: use a dedicated file header
by Frederic Weisbecker
· 16 years ago
5be71b6
tracing/syscalls: protect thread flag toggling from races
by Frederic Weisbecker
· 16 years ago
6404434
tracing/syscalls: various cleanups
by Frederic Weisbecker
· 16 years ago
ac99c58
tracing/syscalls: fix missing release of tracing
by Frederic Weisbecker
· 16 years ago
bed1ffc
tracing/syscalls: core infrastructure for syscalls tracing, enhancements
by Frederic Weisbecker
· 16 years ago
ee08c6e
tracing/ftrace: syscall tracing infrastructure, basics
by Frederic Weisbecker
· 16 years ago