index
:
kernel-crypto.git
audit
bugfixes
herbert
integration
master
ncr-audit
ncr-integration
ncr-rhel5-patches
ncr-standalone-master
ncr-standalone-rename
ncr-submission-2
ncr-userspace-crypto
User-space crypto API development for Linux
Miloslav Trmac
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace_events.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'linus' into tracing/core
Ingo Molnar
2009-09-17
1
-3
/
+3
|
\
|
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...
Linus Torvalds
2009-09-15
1
-3
/
+3
|
|
\
|
|
*
Merge branch 'percpu-for-linus' into percpu-for-next
Tejun Heo
2009-08-14
1
-2
/
+2
|
|
|
\
|
|
*
\
Merge branch 'master' into for-next
Tejun Heo
2009-07-04
1
-6
/
+22
|
|
|
\
\
|
|
*
|
|
percpu: clean up percpu variable definitions
Tejun Heo
2009-06-24
1
-3
/
+3
*
|
|
|
|
tracing: make testing syscall events a separate configuration
Steven Rostedt
2009-09-14
1
-0
/
+12
*
|
|
|
|
tracing: add static to generated TRACE_EVENT functions
Steven Rostedt
2009-09-14
1
-1
/
+1
*
|
|
|
|
tracing: use the new trace_entries.h to create format files
Steven Rostedt
2009-09-12
1
-0
/
+1
*
|
|
|
|
tracing: trace parser support for set_event
jolsa@redhat.com
2009-09-11
1
-47
/
+13
*
|
|
|
|
tracing: add lock depth to entries
Steven Rostedt
2009-09-11
1
-1
/
+4
*
|
|
|
|
tracing: move tgid out of generic entry and into userstack
Steven Rostedt
2009-09-11
1
-4
/
+1
|
/
/
/
/
*
|
|
|
tracing: pass around ring buffer instead of tracer
Steven Rostedt
2009-09-04
1
-2
/
+4
*
|
|
|
tracing/filters: Add __field_ext() to TRACE_EVENT
Li Zefan
2009-08-26
1
-3
/
+8
*
|
|
|
tracing/filters: Add filter_type to struct ftrace_event_field
Li Zefan
2009-08-26
1
-0
/
+2
*
|
|
|
tracing/syscalls: Add filtering support
Li Zefan
2009-08-19
1
-2
/
+3
*
|
|
|
tracing/events: Add trace_define_common_fields()
Li Zefan
2009-08-19
1
-0
/
+22
*
|
|
|
tracing/events: Add ftrace_event_call param to define_fields()
Li Zefan
2009-08-19
1
-1
/
+1
*
|
|
|
tracing: Add ftrace event call parameter to its field descriptor handler
Frederic Weisbecker
2009-08-11
1
-1
/
+1
*
|
|
|
tracing: Add ftrace_event_call void * 'data' field
Jason Baron
2009-08-11
1
-2
/
+2
*
|
|
|
tracing: Raw_init() bailout in trace event register fail case
Jason Baron
2009-08-11
1
-10
/
+19
*
|
|
|
Merge branch 'linus' into tracing/core
Ingo Molnar
2009-08-11
1
-2
/
+2
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
ftrace: Fix perf-tracepoint OOPS
Peter Zijlstra
2009-08-06
1
-1
/
+1
|
*
|
|
tracing: only truncate ftrace files when O_TRUNC is set
Steven Rostedt
2009-07-23
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
tracing/events: Only define remove_subsystem_dir() if CONFIG_MODULES
Frederic Weisbecker
2009-08-06
1
-26
/
+26
*
|
|
tracing/filter: Remove empty subsystem and its directory
Xiao Guangrong
2009-07-10
1
-1
/
+31
*
|
|
tracing/events: Add trace_event boot option
Li Zefan
2009-07-01
1
-4
/
+33
|
/
/
*
/
tracing/events: Don't increment @pos in s_start()
Li Zefan
2009-06-24
1
-6
/
+22
|
/
*
tracing: add protection around module events unload
Steven Rostedt
2009-06-09
1
-1
/
+3
*
ftrace: clean up of using ftrace_event_enable_disable()
Zhaolei
2009-05-26
1
-30
/
+14
*
ftrace: Add task_comm support for trace_event
Zhaolei
2009-05-26
1
-0
/
+6
*
ftrace: fix check for return value of register_module_notifier in event_trace...
Ming Lei
2009-05-20
1
-1
/
+1
*
tracing: add trace_set_clr_event to export event enabling function
Steven Rostedt
2009-05-08
1
-0
/
+17
*
tracing: initialize return value for __ftrace_set_clr_event
Steven Rostedt
2009-05-08
1
-1
/
+1
*
tracing/events: simplify system_enable_read()
Li Zefan
2009-05-08
1
-34
/
+6
*
tracing/events: clean up for ftrace_set_clr_event()
Li Zefan
2009-05-08
1
-80
/
+46
*
tracing: append ":*" to internal setting of system events
Steven Rostedt
2009-05-07
1
-2
/
+4
*
tracing: add hierarchical enabling of events
Steven Rostedt
2009-05-06
1
-0
/
+140
*
tracing: reset ring buffer when removing modules with events
Steven Rostedt
2009-05-06
1
-0
/
+9
*
tracing/events: fix concurrent access to ftrace_events list
Li Zefan
2009-05-06
1
-9
/
+11
*
tracing/events: fix memory leak when unloading module
Li Zefan
2009-05-06
1
-0
/
+18
*
tracing/filters: a better event parser
Tom Zanussi
2009-04-29
1
-51
/
+35
*
tracing/filters: distinguish between signed and unsigned fields
Tom Zanussi
2009-04-29
1
-1
/
+2
*
tracing/filters: move preds into event_filter object
Tom Zanussi
2009-04-29
1
-2
/
+1
*
tracing/events: make modules have their own file_operations structure
Steven Rostedt
2009-04-26
1
-7
/
+88
*
tracing: add size checks for exported ftrace internal structures
Steven Rostedt
2009-04-23
1
-0
/
+3
*
tracing: increase size of number of possible events
Steven Rostedt
2009-04-23
1
-1
/
+1
*
tracing/events: make struct trace_entry->type to be int type
Li Zefan
2009-04-22
1
-1
/
+1
*
tracing/filters: don't remove old filters when failed to write subsys->filter
Li Zefan
2009-04-21
1
-1
/
+0
*
tracing: use nowakeup version of commit for function event trace tests
Steven Rostedt
2009-04-20
1
-1
/
+1
*
tracing/events: call the correct event trace selftest init function
Steven Rostedt
2009-04-20
1
-1
/
+1
[next]