Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
220cd058d9b66b940105e0a32324f06d557deba7
/
kernel
/
trace
/
trace_events.c
6ed0106
tracing: Return -EBUSY when event_enable_func() fails to get module
by Masami Hiramatsu
· 12 years ago
da511bf
tracing: Add helper function trace_create_new_event() to remove duplicate code
by Steven Rostedt (Red Hat)
· 12 years ago
1cf4c07
tracing: Modify soft-mode only if there's no other referrer
by Masami Hiramatsu
· 12 years ago
3005217
tracing: Indicate enabled soft-mode in enable file
by Masami Hiramatsu
· 12 years ago
ff305de
tracing: Return error if register_ftrace_function_probe() fails for event_enable_func()
by Steven Rostedt (Red Hat)
· 12 years ago
a5b85bd
tracing: Don't succeed if event_enable_func did not register anything
by Masami Hiramatsu
· 12 years ago
52f6ad6
tracing: Rename trace_event_mutex to trace_event_sem
by zhangwei(Jovi)
· 12 years ago
ad7067c
tracing: Convert trace_destroy_fields() to static
by zhangwei(Jovi)
· 12 years ago
b3a8c6f
tracing: Move find_event_field() into trace_events.c
by zhangwei(Jovi)
· 12 years ago
3cd715d
tracing: Add function probe triggers to enable/disable events
by Steven Rostedt (Red Hat)
· 12 years ago
417944c
tracing: Add a way to soft disable trace events
by Steven Rostedt (Red Hat)
· 12 years ago
55034cd
tracing: Add alloc_snapshot kernel command line parameter
by Steven Rostedt (Red Hat)
· 12 years ago
873c642
tracing: Clear all trace buffers when unloaded module event was used
by Steven Rostedt (Red Hat)
· 12 years ago
575380d
tracing: Only clear trace buffer on module unload if event was traced
by Steven Rostedt (Red Hat)
· 12 years ago
315326c
tracing: Fix trace events build without modules
by Steven Rostedt (Red Hat)
· 12 years ago
92edca0
tracing: Use direct field, type and system names
by Steven Rostedt
· 12 years ago
d1a2914
tracing: Use kmem_cache_alloc instead of kmalloc in trace_events.c
by Steven Rostedt
· 12 years ago
7724822
tracing: Get trace_events kernel command line working again
by Steven Rostedt
· 12 years ago
0c8916c
tracing: Add rmdir to remove multibuffer instances
by Steven Rostedt
· 12 years ago
277ba04
tracing: Add interface to allow multiple trace buffers
by Steven Rostedt
· 12 years ago
ae63b31
tracing: Separate out trace events from global variables
by Steven Rostedt
· 13 years ago
b000c80
tracing: Remove the extra 4 bytes of padding in events
by Steven Rostedt
· 12 years ago
0d5c6e1
tracing: Use irq_work for wake ups and remove *_nowake_*() functions
by Steven Rostedt
· 12 years ago
15075ca
tracing: Separate open function from set_event and available_events
by Steven Rostedt
· 13 years ago
8169883
tracing: Enable comm recording if trace_printk() is used
by Steven Rostedt
· 12 years ago
8781915
trace: Move trace event enable from fs_initcall to core_initcall
by Ezequiel Garcia
· 12 years ago
76bab1b
tracing: Skip printing "OK" if failed to disable event
by Yuanhan Liu
· 12 years ago
4740974
ftrace: Add default recursion protection for function tracing
by Steven Rostedt
· 12 years ago
a1e2e31
ftrace: Return pt_regs to function trace callback
by Steven Rostedt
· 13 years ago
2f5f6ad
ftrace: Pass ftrace_ops as third parameter to function trace callback
by Steven Rostedt
· 13 years ago
9b63776
tracing: Do not enable function event with enable
by Steven Rostedt
· 13 years ago
489c75c
ftrace, perf: Add add/del tracepoint perf registration actions
by Jiri Olsa
· 13 years ago
ceec0b6
ftrace, perf: Add open/close tracepoint perf registration actions
by Jiri Olsa
· 13 years ago
cb59974
tracing: fix event_subsystem ref counting
by Ilya Dryomov
· 13 years ago
492f73a
Merge branch 'perf/urgent' into perf/core
by Ingo Molnar
· 13 years ago
40ee4df
tracing: Have "enable" file use refcounts like the "filter" file
by Steven Rostedt
· 14 years ago
e9dbfae
tracing: Fix bug when reading system filters on module removal
by Steven Rostedt
· 14 years ago
22fe9b5
tracing: Convert to kstrtoul_from_user
by Peter Huewe
· 14 years ago
17bb615
tracing: Have event with function tracer check error return
by Steven Rostedt
· 14 years ago
a3a4a5a
Regression: partial revert "tracing: Remove lock_depth from event entry"
by Arjan van de Ven
· 14 years ago
56355b8
tracing: Export trace_set_clr_event()
by Yuanhan Liu
· 14 years ago
e6e1e25
tracing: Remove lock_depth from event entry
by Steven Rostedt
· 14 years ago
e4a9ea5
tracing: Replace trace_event struct array with pointer array
by Steven Rostedt
· 14 years ago
0429578
tracing/events: Show real number in array fields
by Steven Rostedt
· 14 years ago
092e0e7
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
by Linus Torvalds
· 14 years ago
6038f37
llseek: automatically add .llseek fop
by Arnd Bergmann
· 14 years ago
86397dc
tracing: Clean up seqfile code for format file
by Li Zefan
· 14 years ago
d244b6b
Merge branch 'tip/perf/urgent-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into trace/tip/perf/urgent-4
by Steven Rostedt
· 14 years ago
2a37a3d
tracing/events: Convert format output to seq_file
by Steven Rostedt
· 15 years ago
e870e9a
tracing: Allow to disable cmdline recording
by Li Zefan
· 15 years ago
a1d0ce8
tracing: Use class->reg() for all registering of events
by Steven Rostedt
· 15 years ago
67ead0a
tracing: Remove open-coded __trace_add_event_call()
by Li Zefan
· 15 years ago
c9d932c
tracing: Remove test of NULL define_fields callback
by Li Zefan
· 15 years ago
8728fe5
tracing: Don't allocate common fields for every trace events
by Li Zefan
· 15 years ago
5168ae5
tracing: Remove ftrace_preempt_disable/enable
by Steven Rostedt
· 15 years ago
553552c
tracing: Combine event filter_active and enable into single flags field
by Steven Rostedt
· 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
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
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
7b60997f
tracing: Simplify memory recycle of trace_define_field
by Wenji Huang
· 15 years ago
0fa0eda
tracing: Remove show_format and related macros from TRACE_EVENT
by Lai Jiangshan
· 15 years ago
5a65e95
tracing: Use defined fields and print_fmt to print formats
by Lai Jiangshan
· 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
87d9b4e
tracing: Extract duplicate ftrace_raw_init_event_foo()
by Li Zefan
· 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
26a5074
tracing/events: Add 'signed' field to format files
by Tom Zanussi
· 15 years ago
88f70d7
tracing/ftrace: Fix to check create_event_dir() when adding new events
by Masami Hiramatsu
· 15 years ago
0aa73ba
Merge branch 'tracing/urgent' into tracing/core
by Ingo Molnar
· 15 years ago
f3f3f00
tracing/event: Cleanup the useless dentry variable
by Frederic Weisbecker
· 15 years ago
d7a4b41
Merge commit 'linus/master' into tracing/kprobes
by Frederic Weisbecker
· 15 years ago
4ba7978
tracing: Check the return value of trace_get_user()
by Li Zefan
· 15 years ago
30bd39c
tracing/events: use list_for_entry_continue
by Li Zefan
· 15 years ago
45bd00d
Merge branch 'linus' into tracing/core
by Ingo Molnar
· 15 years ago
4fead8e
ftrace: Fix trace_remove_event_call() to lock trace_event_mutex
by Masami Hiramatsu
· 15 years ago
588bebb
ftrace: Fix trace_add_event_call() to initialize list
by Masami Hiramatsu
· 15 years ago
ada3fa1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 15 years ago
1f5a6b4
tracing: make testing syscall events a separate configuration
by Steven Rostedt
· 15 years ago
ec827c7
tracing: add static to generated TRACE_EVENT functions
by Steven Rostedt
· 15 years ago
4e5292e
tracing: use the new trace_entries.h to create format files
by Steven Rostedt
· 15 years ago
4896636
tracing: trace parser support for set_event
by jolsa@redhat.com
· 15 years ago
637e7e8
tracing: add lock depth to entries
by Steven Rostedt
· 15 years ago
48659d3
tracing: move tgid out of generic entry and into userstack
by Steven Rostedt
· 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
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
43b51ea
tracing/filters: Add __field_ext() to TRACE_EVENT
by Li Zefan
· 15 years ago
aa38e9f
tracing/filters: Add filter_type to struct ftrace_event_field
by Li Zefan
· 15 years ago
540b7b8
tracing/syscalls: Add filtering support
by Li Zefan
· 15 years ago
e647d6b
tracing/events: Add trace_define_common_fields()
by Li Zefan
· 15 years ago
14be96c
tracing/events: Add ftrace_event_call param to define_fields()
by Li Zefan
· 15 years ago
384be2b
Merge branch 'percpu-for-linus' into percpu-for-next
by Tejun Heo
· 15 years ago
Next »