index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
trace
/
ftrace.h
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-28
tracing: Add array printing helper
Dave Martin
1
-0
/
+9
2014-11-19
tracing: Fix return value of ftrace_raw_output_prep()
Steven Rostedt (Red Hat)
1
-1
/
+1
2014-11-19
tracing: Add trace_seq_has_overflowed() and trace_handle_return()
Steven Rostedt (Red Hat)
1
-4
/
+2
2014-06-21
tracing: Add __field_struct macro for TRACE_EVENT()
Steven Rostedt
1
-0
/
+33
2014-06-04
tracing: Add __get_dynamic_array_len() macro for trace events
Steven Rostedt (Red Hat)
1
-1
/
+10
2014-05-15
tracing: Add __bitmask() macro to trace events to cpumasks and other bitmasks
Steven Rostedt (Red Hat)
1
-1
/
+56
2014-04-10
tracing: Fix anonymous unions in struct ftrace_event_call
Mathieu Desnoyers
1
-3
/
+9
2014-04-09
tracepoint: Use struct pointer instead of name hash for reg/unreg tracepoints
Mathieu Desnoyers
1
-3
/
+6
2014-04-03
Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
1
-27
/
+11
2014-03-21
Revert "tracing: Move event storage for array from macro to standalone function"
Steven Rostedt (Red Hat)
1
-4
/
+8
2014-03-20
tracing: Fix array size mismatch in format string
Vaibhav Nagarnaik
1
-5
/
+2
2014-03-07
tracing: Evaluate len expression only once in __dynamic_array macro
Filipe Brandenburger
1
-2
/
+4
2014-03-07
tracing: Correctly expand len expressions from __dynamic_array macro
Filipe Brandenburger
1
-1
/
+1
2014-03-07
tracing: Use helper functions in event assignment to shrink macro size
Steven Rostedt
1
-16
/
+6
2014-03-07
tracing: Move event storage for array from macro to standalone function
Steven Rostedt
1
-8
/
+4
2014-03-07
tracing: Move raw output code from macro to standalone function
Steven Rostedt
1
-9
/
+1
2014-01-10
tracing: Consolidate event trigger code
Steven Rostedt (Red Hat)
1
-19
/
+4
2013-12-22
tracing: Add and use generic set_trigger_filter() implementation
Tom Zanussi
1
-12
/
+36
2013-12-21
tracing: Add basic event trigger framework
Tom Zanussi
1
-0
/
+4
2013-12-02
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+7
2013-11-26
tracing: Allow events to have NULL strings
Steven Rostedt (Red Hat)
1
-2
/
+3
2013-11-19
ftrace, perf: Avoid infinite event generation loop
Peter Zijlstra
1
-0
/
+7
2013-11-06
tracing: Update event filters for multibuffer
Tom Zanussi
1
-4
/
+3
2013-08-14
tracing/perf: Avoid perf_trace_buf_*() in perf_trace_##call() when possible
Oleg Nesterov
1
-1
/
+6
2013-08-14
tracing/perf: Reimplement TP_perf_assign() logic
Oleg Nesterov
1
-8
/
+11
2013-08-14
tracing/perf: Expand TRACE_EVENT(sched_stat_runtime)
Oleg Nesterov
1
-4
/
+3
2013-07-19
tracing/perf: Move the PERF_MAX_TRACE_SIZE check into perf_trace_buf_prepare()
Oleg Nesterov
1
-4
/
+0
2013-06-21
tracing: Add DEFINE_EVENT_FN() macro
Steven Rostedt
1
-0
/
+4
2013-04-13
tracing: Remove obsolete macro guard _TRACE_PROFILE_INIT
zhangwei(Jovi)
1
-2
/
+0
2013-03-15
tracing: Add a way to soft disable trace events
Steven Rostedt (Red Hat)
1
-0
/
+8
2013-03-15
tracing: Fix some section mismatch warnings
Li Zefan
1
-1
/
+1
2013-03-15
tracing: Annotate event field-defining functions with __init
Li Zefan
1
-1
/
+1
2013-03-15
tracing: Add a helper function for event print functions
Li Zefan
1
-17
/
+6
2013-03-15
tracing: Pass the ftrace_file to the buffer lock reserve code
Steven Rostedt
1
-4
/
+5
2013-03-15
tracing: Separate out trace events from global variables
Steven Rostedt
1
-1
/
+2
2012-11-14
tracing: Kill unused and puzzled sample code in ftrace.h
Shan Wei
1
-73
/
+0
2012-11-02
tracing: Use irq_work for wake ups and remove *_nowake_*() functions
Steven Rostedt
1
-2
/
+1
2012-07-31
perf/trace: Add ability to set a target task for events
Andrew Vagin
1
-1
/
+5
2012-06-28
tracing/kvm: Use __print_hex() for kvm_emulate_insn tracepoint
Namhyung Kim
1
-0
/
+1
2011-10-04
perf: Fix counter of ftrace events
Andrew Vagin
1
-0
/
+3
2011-05-26
tracing: Add __print_symbolic_u64 to avoid warnings on 32bit machine
liubo
1
-0
/
+13
2011-02-03
tracing: Replace trace_event struct array with pointer array
Steven Rostedt
1
-11
/
+13
2010-11-19
tracing/events: Show real number in array fields
Steven Rostedt
1
-4
/
+10
2010-11-18
tracing: Allow syscall trace events for non privileged users
Frederic Weisbecker
1
-6
/
+1
2010-11-18
tracing: New macro to set up initial event flags value
Frederic Weisbecker
1
-0
/
+12
2010-08-02
tracing: Drop cpparg() macro
Frederic Weisbecker
1
-5
/
+2
2010-07-21
tracing: Reduce latency and remove percpu trace_seq
Lai Jiangshan
1
-9
/
+3
2010-06-29
tracing: Use class->reg() for all registering of events
Steven Rostedt
1
-0
/
+2
2010-06-09
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...
Ingo Molnar
1
-1
/
+1
2010-06-09
perf: Drop the skip argument from perf_arch_fetch_regs_caller
Frederic Weisbecker
1
-1
/
+1
[next]