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
/
kernel
/
trace
/
trace_events.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-14
tracing: Combine event filter_active and enable into single flags field
Steven Rostedt
1
-8
/
+8
2010-05-14
tracing: Remove duplicate id information in event structure
Steven Rostedt
1
-4
/
+3
2010-05-14
tracing: Move print functions into event class
Steven Rostedt
1
-3
/
+3
2010-05-14
tracing: Move raw_init from events to class
Steven Rostedt
1
-6
/
+6
2010-05-14
tracing: Move fields from event to class structure
Steven Rostedt
1
-12
/
+36
2010-05-14
tracing: Remove per event trace registering
Steven Rostedt
1
-9
/
+23
2010-05-14
tracing: Create class struct for events
Steven Rostedt
1
-10
/
+10
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-10
perf: Drop the obsolete profile naming for trace events
Frederic Weisbecker
1
-1
/
+1
2010-02-25
tracing: Simplify memory recycle of trace_define_field
Wenji Huang
1
-3
/
+1
2010-01-06
tracing: Remove show_format and related macros from TRACE_EVENT
Lai Jiangshan
1
-12
/
+0
2010-01-06
tracing: Use defined fields and print_fmt to print formats
Lai Jiangshan
1
-24
/
+41
2009-12-13
tracing: Move a printk out of ftrace_raw_reg_event_foo()
Li Zefan
1
-5
/
+15
2009-12-13
tracing: Pull up calls to trace_define_common_fields()
Li Zefan
1
-3
/
+4
2009-12-13
tracing: Extract duplicate ftrace_raw_init_event_foo()
Li Zefan
1
-0
/
+14
2009-10-23
Merge branch 'perf/core' into perf/probes
Ingo Molnar
1
-24
/
+23
2009-10-17
Merge commit 'v2.6.32-rc5' into perf/probes
Ingo Molnar
1
-4
/
+3
2009-10-15
Merge branch 'tracing/core' into perf/core
Ingo Molnar
1
-12
/
+11
2009-10-06
tracing/events: Add 'signed' field to format files
Tom Zanussi
1
-12
/
+12
2009-10-03
tracing/ftrace: Fix to check create_event_dir() when adding new events
Masami Hiramatsu
1
-11
/
+14
2009-10-01
Merge branch 'tracing/urgent' into tracing/core
Ingo Molnar
1
-38
/
+18
2009-09-24
tracing/event: Cleanup the useless dentry variable
Frederic Weisbecker
1
-12
/
+11
2009-09-24
Merge commit 'linus/master' into tracing/kprobes
Frederic Weisbecker
1
-87
/
+47
2009-09-22
tracing: Check the return value of trace_get_user()
Li Zefan
1
-4
/
+3
2009-09-19
tracing/events: use list_for_entry_continue
Li Zefan
1
-34
/
+15
2009-09-17
Merge branch 'linus' into tracing/core
Ingo Molnar
1
-3
/
+3
2009-09-17
ftrace: Fix trace_remove_event_call() to lock trace_event_mutex
Masami Hiramatsu
1
-0
/
+5
2009-09-17
ftrace: Fix trace_add_event_call() to initialize list
Masami Hiramatsu
1
-1
/
+4
2009-09-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...
Linus Torvalds
1
-3
/
+3
2009-09-14
tracing: make testing syscall events a separate configuration
Steven Rostedt
1
-0
/
+12
2009-09-14
tracing: add static to generated TRACE_EVENT functions
Steven Rostedt
1
-1
/
+1
2009-09-13
tracing: use the new trace_entries.h to create format files
Steven Rostedt
1
-0
/
+1
2009-09-11
tracing: trace parser support for set_event
jolsa@redhat.com
1
-47
/
+13
2009-09-11
tracing: add lock depth to entries
Steven Rostedt
1
-1
/
+4
2009-09-11
tracing: move tgid out of generic entry and into userstack
Steven Rostedt
1
-4
/
+1
2009-09-11
Merge commit 'tracing/core' into tracing/kprobes
Frederic Weisbecker
1
-2
/
+4
2009-09-05
tracing: pass around ring buffer instead of tracer
Steven Rostedt
1
-2
/
+4
2009-08-27
tracing: Restore the const qualifier for field names and types definition
Frederic Weisbecker
1
-2
/
+2
2009-08-27
tracing: Ftrace dynamic ftrace_event_call support
Masami Hiramatsu
1
-37
/
+84
2009-08-26
tracing/filters: Add __field_ext() to TRACE_EVENT
Li Zefan
1
-3
/
+8
2009-08-26
tracing/filters: Add filter_type to struct ftrace_event_field
Li Zefan
1
-0
/
+2
2009-08-19
tracing/syscalls: Add filtering support
Li Zefan
1
-2
/
+3
2009-08-19
tracing/events: Add trace_define_common_fields()
Li Zefan
1
-0
/
+22
2009-08-19
tracing/events: Add ftrace_event_call param to define_fields()
Li Zefan
1
-1
/
+1
2009-08-14
Merge branch 'percpu-for-linus' into percpu-for-next
Tejun Heo
1
-2
/
+2
2009-08-11
tracing: Add ftrace event call parameter to its field descriptor handler
Frederic Weisbecker
1
-1
/
+1
2009-08-11
tracing: Add ftrace_event_call void * 'data' field
Jason Baron
1
-2
/
+2
2009-08-11
tracing: Raw_init() bailout in trace event register fail case
Jason Baron
1
-10
/
+19
2009-08-11
Merge branch 'linus' into tracing/core
Ingo Molnar
1
-2
/
+2
2009-08-06
tracing/events: Only define remove_subsystem_dir() if CONFIG_MODULES
Frederic Weisbecker
1
-26
/
+26
[next]