index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
trace
/
ftrace.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
tracing: Fix return value of ftrace_raw_output_prep()
Steven Rostedt (Red Hat)
2014-11-19
1
-1
/
+1
*
tracing: Add trace_seq_has_overflowed() and trace_handle_return()
Steven Rostedt (Red Hat)
2014-11-19
1
-4
/
+2
*
tracing: Add __field_struct macro for TRACE_EVENT()
Steven Rostedt
2014-06-21
1
-0
/
+33
*
tracing: Add __get_dynamic_array_len() macro for trace events
Steven Rostedt (Red Hat)
2014-06-04
1
-1
/
+10
*
tracing: Add __bitmask() macro to trace events to cpumasks and other bitmasks
Steven Rostedt (Red Hat)
2014-05-15
1
-1
/
+56
*
tracing: Fix anonymous unions in struct ftrace_event_call
Mathieu Desnoyers
2014-04-09
1
-3
/
+9
*
tracepoint: Use struct pointer instead of name hash for reg/unreg tracepoints
Mathieu Desnoyers
2014-04-08
1
-3
/
+6
*
Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2014-04-03
1
-27
/
+11
|
\
|
*
Revert "tracing: Move event storage for array from macro to standalone function"
Steven Rostedt (Red Hat)
2014-03-21
1
-4
/
+8
|
*
tracing: Evaluate len expression only once in __dynamic_array macro
Filipe Brandenburger
2014-03-07
1
-2
/
+4
|
*
tracing: Correctly expand len expressions from __dynamic_array macro
Filipe Brandenburger
2014-03-07
1
-1
/
+1
|
*
tracing: Use helper functions in event assignment to shrink macro size
Steven Rostedt
2014-03-07
1
-16
/
+6
|
*
tracing: Move event storage for array from macro to standalone function
Steven Rostedt
2014-03-07
1
-8
/
+4
|
*
tracing: Move raw output code from macro to standalone function
Steven Rostedt
2014-03-07
1
-9
/
+1
*
|
tracing: Fix array size mismatch in format string
Vaibhav Nagarnaik
2014-03-20
1
-5
/
+2
|
/
*
tracing: Consolidate event trigger code
Steven Rostedt (Red Hat)
2014-01-09
1
-19
/
+4
*
tracing: Add and use generic set_trigger_filter() implementation
Tom Zanussi
2013-12-21
1
-12
/
+36
*
tracing: Add basic event trigger framework
Tom Zanussi
2013-12-20
1
-0
/
+4
*
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2013-12-02
1
-0
/
+7
|
\
|
*
ftrace, perf: Avoid infinite event generation loop
Peter Zijlstra
2013-11-19
1
-0
/
+7
*
|
tracing: Allow events to have NULL strings
Steven Rostedt (Red Hat)
2013-11-26
1
-2
/
+3
|
/
*
tracing: Update event filters for multibuffer
Tom Zanussi
2013-11-05
1
-4
/
+3
*
tracing/perf: Avoid perf_trace_buf_*() in perf_trace_##call() when possible
Oleg Nesterov
2013-08-13
1
-1
/
+6
*
tracing/perf: Reimplement TP_perf_assign() logic
Oleg Nesterov
2013-08-13
1
-8
/
+11
*
tracing/perf: Expand TRACE_EVENT(sched_stat_runtime)
Oleg Nesterov
2013-08-13
1
-4
/
+3
*
tracing/perf: Move the PERF_MAX_TRACE_SIZE check into perf_trace_buf_prepare()
Oleg Nesterov
2013-07-18
1
-4
/
+0
*
tracing: Add DEFINE_EVENT_FN() macro
Steven Rostedt
2013-06-20
1
-0
/
+4
*
tracing: Remove obsolete macro guard _TRACE_PROFILE_INIT
zhangwei(Jovi)
2013-04-12
1
-2
/
+0
*
tracing: Add a way to soft disable trace events
Steven Rostedt (Red Hat)
2013-03-15
1
-0
/
+8
*
tracing: Fix some section mismatch warnings
Li Zefan
2013-03-15
1
-1
/
+1
*
tracing: Annotate event field-defining functions with __init
Li Zefan
2013-03-15
1
-1
/
+1
*
tracing: Add a helper function for event print functions
Li Zefan
2013-03-15
1
-17
/
+6
*
tracing: Pass the ftrace_file to the buffer lock reserve code
Steven Rostedt
2013-03-15
1
-4
/
+5
*
tracing: Separate out trace events from global variables
Steven Rostedt
2013-03-15
1
-1
/
+2
*
tracing: Kill unused and puzzled sample code in ftrace.h
Shan Wei
2012-11-13
1
-73
/
+0
*
tracing: Use irq_work for wake ups and remove *_nowake_*() functions
Steven Rostedt
2012-11-02
1
-2
/
+1
*
perf/trace: Add ability to set a target task for events
Andrew Vagin
2012-07-31
1
-1
/
+5
*
tracing/kvm: Use __print_hex() for kvm_emulate_insn tracepoint
Namhyung Kim
2012-06-28
1
-0
/
+1
*
perf: Fix counter of ftrace events
Andrew Vagin
2011-10-04
1
-0
/
+3
*
tracing: Add __print_symbolic_u64 to avoid warnings on 32bit machine
liubo
2011-05-25
1
-0
/
+13
*
tracing: Replace trace_event struct array with pointer array
Steven Rostedt
2011-02-02
1
-11
/
+13
*
tracing/events: Show real number in array fields
Steven Rostedt
2010-11-19
1
-4
/
+10
*
tracing: Allow syscall trace events for non privileged users
Frederic Weisbecker
2010-11-18
1
-6
/
+1
*
tracing: New macro to set up initial event flags value
Frederic Weisbecker
2010-11-18
1
-0
/
+12
*
tracing: Drop cpparg() macro
Frederic Weisbecker
2010-08-02
1
-5
/
+2
*
tracing: Reduce latency and remove percpu trace_seq
Lai Jiangshan
2010-07-20
1
-9
/
+3
*
tracing: Use class->reg() for all registering of events
Steven Rostedt
2010-06-28
1
-0
/
+2
*
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...
Ingo Molnar
2010-06-09
1
-1
/
+1
|
\
|
*
perf: Drop the skip argument from perf_arch_fetch_regs_caller
Frederic Weisbecker
2010-06-08
1
-1
/
+1
*
|
perf_events, trace: Fix probe unregister race
Peter Zijlstra
2010-05-31
1
-1
/
+1
|
/
[next]