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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
|
|
tracing: Don't trace kernel thread syscalls
Hendrik Brueckner
2009-08-26
1
-1
/
+3
|
*
|
|
|
|
|
|
tracing: Check invalid syscall nr while tracing syscalls
Hendrik Brueckner
2009-08-26
1
-0
/
+4
|
|
/
/
/
/
/
/
|
*
|
|
|
|
|
Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Ingo Molnar
2009-08-26
3
-18
/
+23
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
tracing: Create generic syscall TRACE_EVENTs
Josh Stone
2009-08-26
1
-8
/
+9
|
|
*
|
|
|
|
|
tracing: Move tracepoint callbacks from declaration to definition
Josh Stone
2009-08-26
1
-5
/
+9
|
|
*
|
|
|
|
|
tracing: Make syscall tracepoints conditional
Josh Stone
2009-08-26
1
-1
/
+1
|
|
*
|
|
|
|
|
tracing: Rename FTRACE_SYSCALLS for tracepoints
Josh Stone
2009-08-26
2
-4
/
+4
|
*
|
|
|
|
|
|
ftrace: Move setting of clock-source out of options
Zhaolei
2009-08-26
2
-20
/
+79
|
*
|
|
|
|
|
|
tracing/filters: Support filtering for char * strings
Li Zefan
2009-08-26
1
-3
/
+23
|
*
|
|
|
|
|
|
tracing/filters: Add __field_ext() to TRACE_EVENT
Li Zefan
2009-08-26
4
-14
/
+17
|
*
|
|
|
|
|
|
tracing/filters: Add filter_type to struct ftrace_event_field
Li Zefan
2009-08-26
3
-9
/
+18
|
|
/
/
/
/
/
/
|
*
|
|
|
|
|
tracing: Eliminate code duplication in kernel/tracepoint.c
Anirban Sinha
2009-08-25
1
-3
/
+0
|
*
|
|
|
|
|
tracing/syscalls: Fix the output of syscalls with no arguments
Li Zefan
2009-08-20
1
-9
/
+16
|
*
|
|
|
|
|
tracing/syscalls: Add filtering support
Li Zefan
2009-08-19
2
-6
/
+50
|
*
|
|
|
|
|
tracing/events: Add trace_define_common_fields()
Li Zefan
2009-08-19
2
-5
/
+25
|
*
|
|
|
|
|
tracing/events: Add ftrace_event_call param to define_fields()
Li Zefan
2009-08-19
2
-4
/
+3
|
*
|
|
|
|
|
tracing/syscalls: Add fields format for exit events
Li Zefan
2009-08-19
1
-1
/
+17
|
*
|
|
|
|
|
tracing/syscalls: Fix fields format for enter events
Li Zefan
2009-08-19
1
-23
/
+28
|
*
|
|
|
|
|
ftrace: Simplify seqfile code
Li Zefan
2009-08-17
1
-13
/
+2
|
*
|
|
|
|
|
trace_stack: Simplify seqfile code
Li Zefan
2009-08-17
1
-22
/
+12
|
*
|
|
|
|
|
trace_stat: Fix missing entry in stat file
Li Zefan
2009-08-17
1
-3
/
+7
|
*
|
|
|
|
|
tracing/syscalls: Fix to print parameter types
Li Zefan
2009-08-17
1
-16
/
+1
|
*
|
|
|
|
|
tracing/events: Add module tracepoints
Li Zefan
2009-08-17
2
-0
/
+15
|
*
|
|
|
|
|
tracing: Fix syscall tracing on !HAVE_FTRACE_SYSCALLS architectures
Ingo Molnar
2009-08-13
1
-0
/
+3
|
*
|
|
|
|
|
tracing: Support for syscall events raw records in perfcounters
Frederic Weisbecker
2009-08-11
1
-2
/
+37
|
*
|
|
|
|
|
tracing: Add fields format definition for syscall events
Frederic Weisbecker
2009-08-11
1
-0
/
+46
|
*
|
|
|
|
|
tracing: Add ftrace event call parameter to its field descriptor handler
Frederic Weisbecker
2009-08-11
2
-3
/
+5
|
*
|
|
|
|
|
tracing: Add perf counter support for syscalls tracing
Jason Baron
2009-08-11
1
-0
/
+121
|
*
|
|
|
|
|
tracing: Add individual syscalls tracepoint id support
Jason Baron
2009-08-11
2
-16
/
+16
|
*
|
|
|
|
|
tracing: Add trace events for each syscall entry/exit
Jason Baron
2009-08-11
1
-92
/
+91
|
*
|
|
|
|
|
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
|
*
|
|
|
|
|
tracing: Add syscall tracepoints
Jason Baron
2009-08-11
1
-0
/
+38
|
*
|
|
|
|
|
tracing: Call arch_init_ftrace_syscalls at boot
Jason Baron
2009-08-11
1
-1
/
+0
|
*
|
|
|
|
|
tracing: Rename set_tracer_flags()'s local variable trace_flags
Zhaolei
2009-08-11
1
-7
/
+7
|
*
|
|
|
|
|
Merge branch 'linus' into tracing/core
Ingo Molnar
2009-08-11
36
-367
/
+712
|
|
\
\
\
\
\
\
|
*
|
|
|
|
|
|
tracing/filters: Don't use pred on alloc failure
Tom Zanussi
2009-08-08
1
-0
/
+2
|
*
|
|
|
|
|
|
tracing/events: Only define remove_subsystem_dir() if CONFIG_MODULES
Frederic Weisbecker
2009-08-06
1
-26
/
+26
|
*
|
|
|
|
|
|
tracing/function-graph-tracer: Move graph event insertion helpers in the grap...
Frederic Weisbecker
2009-08-06
4
-113
/
+121
|
*
|
|
|
|
|
|
tracing: Move sched event insertion helpers in the sched switch tracer file
Frederic Weisbecker
2009-08-06
2
-56
/
+57
|
*
|
|
|
|
|
|
tracing/core: Make the stack entry helpers global
Frederic Weisbecker
2009-08-06
2
-19
/
+33
|
*
|
|
|
|
|
|
tracing/core: Turn ftrace_cpu_disabled into a global var
Frederic Weisbecker
2009-08-06
2
-1
/
+2
|
*
|
|
|
|
|
|
tracing: Simplify print_graph_cpu()
Lai Jiangshan
2009-08-06
1
-26
/
+4
|
*
|
|
|
|
|
|
tracing/filters: improve subsystem filter
Li Zefan
2009-07-20
2
-43
/
+84
|
*
|
|
|
|
|
|
tracing: cleanup for tracing_trace_options_read()
Xiao Guangrong
2009-07-20
1
-3
/
+3
|
*
|
|
|
|
|
|
tracing/events: record the size of dynamic arrays
Li Zefan
2009-07-20
1
-2
/
+4
|
*
|
|
|
|
|
|
tracing: Remove unused fields/variables
jolsa@redhat.com
2009-07-18
2
-5
/
+1
|
*
|
|
|
|
|
|
Merge branch 'linus' into tracing/core
Ingo Molnar
2009-07-18
31
-795
/
+1191
|
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
tracing/function: Cleanup for function tracer
Xiao Guangrong
2009-07-17
2
-17
/
+4
|
*
|
|
|
|
|
|
|
tracing/trace_stack: Cleanup for trace_lookup_stack()
Xiao Guangrong
2009-07-17
1
-8
/
+1
[prev]
[next]