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
/
trace_events.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-16
tracing/events: Add __vstring() and __assign_vstr() helper macros
Steven Rostedt (Google)
1
-0
/
+18
2022-03-24
Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-0
/
+7
2022-03-23
Merge tag 'trace-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
1
-1
/
+23
2022-03-18
bpf: Add multi kprobe link
Jiri Olsa
1
-0
/
+7
2022-03-11
tracing: Add TRACE_CUSTOM_EVENT() macro
Steven Rostedt (Google)
1
-1
/
+23
2022-02-25
tracing: Uninline trace_trigger_soft_disabled() partly
Christophe Leroy
1
-10
/
+12
2022-01-14
tracing: Account bottom half disabled sections.
Sebastian Andrzej Siewior
1
-0
/
+1
2021-12-06
tracing: Support __rel_loc relative dynamic data location attribute
Masami Hiramatsu
1
-0
/
+1
2021-11-15
tracing: Add length protection to histogram string copies
Steven Rostedt (VMware)
1
-1
/
+1
2021-10-27
tracing: Increase PERF_MAX_TRACE_SIZE to handle Sentinel1 and docker together
Robin H. Johnson
1
-1
/
+1
2021-09-05
Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
1
-1
/
+51
2021-08-20
tracing: Add a probe that attaches to trace events
Tzvetomir Stoyanov (VMware)
1
-0
/
+4
2021-08-19
tracing: Have dynamic events have a ref counter
Steven Rostedt (VMware)
1
-1
/
+44
2021-08-19
tracing: Add DYNAMIC flag for dynamic events
Steven Rostedt (VMware)
1
-0
/
+3
2021-08-17
bpf: Allow to specify user-provided bpf_cookie for BPF perf links
Andrii Nakryiko
1
-3
/
+3
2021-08-17
bpf: Implement minimal BPF perf link
Andrii Nakryiko
1
-0
/
+3
2021-04-01
tracing: Remove duplicate struct declaration in trace_events.h
Wan Jiabing
1
-1
/
+0
2021-03-23
tracing: Fix various typos in comments
Ingo Molnar
1
-1
/
+1
2021-03-18
tracing: Pass buffer of event to trigger operations
Steven Rostedt (VMware)
1
-2
/
+3
2021-03-04
tracing: Fix comment about the trace_event_call flags
Steven Rostedt (VMware)
1
-9
/
+2
2021-02-12
tracing: Show real address for trace event arguments
Masami Hiramatsu
1
-0
/
+4
2021-02-03
tracing: Remove NULL check from current in tracing_generic_entry_update().
Sebastian Andrzej Siewior
1
-3
/
+1
2021-02-03
tracing: Inline tracing_gen_ctx_flags()
Sebastian Andrzej Siewior
1
-3
/
+51
2021-02-03
tracing: Merge irqflags + preempt counter.
Sebastian Andrzej Siewior
1
-7
/
+18
2020-10-26
treewide: Convert macro and uses of __section(foo) to __section("foo")
Joe Perches
1
-1
/
+1
2020-03-20
tracing: Save off entry when peeking at next entry
Steven Rostedt (VMware)
1
-0
/
+2
2020-02-12
Merge tag 'trace-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
1
-1
/
+1
2020-02-11
tracing: Consolidate trace() functions
Tom Zanussi
1
-1
/
+1
2020-02-06
Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...
Linus Torvalds
1
-4
/
+127
2020-02-01
tracing: Use seq_buf for building dynevent_cmd string
Tom Zanussi
1
-3
/
+1
2020-01-30
tracing: Add kprobe event command generation functions
Tom Zanussi
1
-0
/
+31
2020-01-30
tracing: Add synth_event_trace() and related functions
Tom Zanussi
1
-0
/
+26
2020-01-30
tracing: Add synthetic event command generation functions
Tom Zanussi
1
-0
/
+37
2020-01-30
tracing: Add dynamic event command creation interface
Tom Zanussi
1
-0
/
+23
2020-01-30
tracing: Add synth_event_delete()
Tom Zanussi
1
-0
/
+2
2020-01-30
tracing: Add trace_get/put_event_file()
Tom Zanussi
1
-0
/
+5
2020-01-13
tracing: kprobes: Output kprobe event to printk buffer
Masami Hiramatsu
1
-0
/
+1
2020-01-13
tracing: Make struct ring_buffer less ambiguous
Steven Rostedt (VMware)
1
-2
/
+2
2020-01-13
tracing: Rename trace_buffer to array_buffer
Steven Rostedt (VMware)
1
-2
/
+2
2019-12-10
Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflicts
Ingo Molnar
1
-1
/
+7
2019-11-27
ftrace: Rework event_create_dir()
Peter Zijlstra
1
-1
/
+17
2019-11-23
tracing: Adding new functions for kernel access to Ftrace instances
Divya Indi
1
-1
/
+2
2019-11-14
tracing: Use seq_buf_hex_dump() to dump buffers
Piotr Maziarz
1
-0
/
+5
2019-08-31
tracing: Make exported ftrace_set_clr_event non-static
Denis Efremov
1
-0
/
+1
2019-07-16
tracing: Make trace_get_fields() global
Cong Wang
1
-0
/
+8
2019-07-16
tracing: Pass type into tracing_generic_entry_update()
Cong Wang
1
-0
/
+1
2018-12-19
bpf: support raw tracepoints in modules
Matt Mullins
1
-2
/
+6
2018-10-11
trace_uprobe: support reference counter in fd-based uprobe
Song Liu
1
-1
/
+2
2018-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-0
/
+17
2018-05-29
tracing: Do not reference event data in post call triggers
Steven Rostedt (VMware)
1
-2
/
+1
[next]