index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
ftrace_event.h
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-13
tracing: Rename ftrace_event.h to trace_events.h
Steven Rostedt (Red Hat)
1
-616
/
+0
2015-05-13
tracing: Remove unused prototype ftrace_event_define_field()
Steven Rostedt (Red Hat)
1
-8
/
+0
2015-05-12
tracing: remove unused ftrace_output_event() prototype
Nicolas Iooss
1
-3
/
+0
2015-05-07
tracing: Make ftrace_print_array_seq compute buf_len
Alex Bennée
1
-1
/
+1
2015-04-15
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+14
2015-04-08
tracing: Add TRACE_DEFINE_ENUM() macro to map enums to their values
Steven Rostedt (Red Hat)
1
-1
/
+1
2015-04-08
tracing: Give system name a pointer
Steven Rostedt (Red Hat)
1
-1
/
+1
2015-04-02
tracing, perf: Implement BPF programs attached to kprobes
Alexei Starovoitov
1
-0
/
+11
2015-04-02
tracing: Add kprobe flag
Alexei Starovoitov
1
-0
/
+3
2015-02-12
Merge tag 'trace-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
1
-0
/
+4
2015-01-28
tracing: Add array printing helper
Dave Martin
1
-0
/
+4
2015-01-14
perf: Avoid horrible stack usage
Peter Zijlstra (Intel)
1
-1
/
+1
2014-11-19
tracing: Add trace_seq_has_overflowed() and trace_handle_return()
Steven Rostedt (Red Hat)
1
-0
/
+11
2014-08-10
Merge tag 'trace-ipi-tracepoints' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-34
/
+0
2014-08-08
tracing: Do not do anything special with tracepoint_string when tracing is di...
Steven Rostedt
1
-34
/
+0
2014-07-16
tracing: Kill ftrace_event_call->files
Oleg Nesterov
1
-1
/
+0
2014-07-16
tracing: Kill destroy_call_preds()
Oleg Nesterov
1
-1
/
+0
2014-07-16
tracing: Kill destroy_preds() and destroy_file_preds()
Oleg Nesterov
1
-1
/
+0
2014-05-15
tracing: Add __bitmask() macro to trace events to cpumasks and other bitmasks
Steven Rostedt (Red Hat)
1
-0
/
+3
2014-04-09
tracepoint: Use struct pointer instead of name hash for reg/unreg tracepoints
Mathieu Desnoyers
1
-2
/
+20
2014-04-03
Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
1
-0
/
+28
2014-03-21
Revert "tracing: Move event storage for array from macro to standalone function"
Steven Rostedt (Red Hat)
1
-0
/
+8
2014-03-20
tracing: Fix array size mismatch in format string
Vaibhav Nagarnaik
1
-4
/
+0
2014-03-07
tracing: Use helper functions in event assignment to shrink macro size
Steven Rostedt
1
-0
/
+15
2014-03-07
tracing: Move event storage for array from macro to standalone function
Steven Rostedt
1
-4
/
+4
2014-03-07
tracing: Move raw output code from macro to standalone function
Steven Rostedt
1
-0
/
+5
2014-01-10
tracing: Consolidate event trigger code
Steven Rostedt (Red Hat)
1
-0
/
+117
2013-12-22
tracing: Add and use generic set_trigger_filter() implementation
Tom Zanussi
1
-1
/
+8
2013-12-22
tracing: Add 'enable_event' and 'disable_event' event trigger commands
Tom Zanussi
1
-0
/
+1
2013-12-22
tracing: Add 'stacktrace' event trigger command
Tom Zanussi
1
-0
/
+1
2013-12-22
tracing: Add 'snapshot' event trigger command
Tom Zanussi
1
-0
/
+1
2013-12-21
tracing: Add 'traceon' and 'traceoff' event trigger commands
Tom Zanussi
1
-0
/
+1
2013-12-21
tracing: Add basic event trigger framework
Tom Zanussi
1
-0
/
+11
2013-11-19
ftrace, perf: Avoid infinite event generation loop
Peter Zijlstra
1
-0
/
+16
2013-11-06
tracing: Update event filters for multibuffer
Tom Zanussi
1
-5
/
+20
2013-09-03
Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...
Ingo Molnar
1
-0
/
+34
2013-08-03
tracing: Fix fields of struct trace_iterator that are zeroed by mistake
Andrew Vagin
1
-4
/
+6
2013-07-31
tracing: trace_remove_event_call() should fail if call/file is in use
Oleg Nesterov
1
-1
/
+1
2013-07-26
tracing: Add __tracepoint_string() to export string pointers
Steven Rostedt (Red Hat)
1
-0
/
+34
2013-05-10
tracing: Modify soft-mode only if there's no other referrer
Masami Hiramatsu
1
-0
/
+1
2013-04-20
tracing: Compare to 1 instead of zero for is_signed_type()
Steven Rostedt (Red Hat)
1
-1
/
+1
2013-03-15
tracing: Add a way to soft disable trace events
Steven Rostedt (Red Hat)
1
-6
/
+14
2013-03-15
tracing: Fix comments for ftrace_event_file/call flags
Steven Rostedt (Red Hat)
1
-7
/
+10
2013-03-15
tracing: Consolidate max_tr into main trace_array structure
Steven Rostedt (Red Hat)
1
-0
/
+2
2013-03-15
tracing: Only clear trace buffer on module unload if event was traced
Steven Rostedt (Red Hat)
1
-0
/
+5
2013-03-15
tracing: Add comment for trace event flag IGNORE_ENABLE
Steven Rostedt (Red Hat)
1
-0
/
+1
2013-03-15
tracing: Add a helper function for event print functions
Li Zefan
1
-2
/
+6
2013-03-15
tracing: Pass the ftrace_file to the buffer lock reserve code
Steven Rostedt
1
-0
/
+7
2013-03-15
tracing: Separate out trace events from global variables
Steven Rostedt
1
-11
/
+40
2013-01-30
tracing: Make a snapshot feature available from userspace
Hiraku Toyooka
1
-0
/
+3
[next]