index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace_events_hist.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tracing: Fix some typos in comments
Qiujun Huang
2020-11-10
1
-1
/
+1
*
tracing: Check return value of __create_val_fields() before using its result
Steven Rostedt (VMware)
2020-10-15
1
-1
/
+1
*
tracing: Add support for dynamic strings to synthetic events
Tom Zanussi
2020-10-05
1
-0
/
+9
*
tracing: Save normal string variables
Tom Zanussi
2020-10-05
1
-2
/
+32
*
tracing: Change STR_VAR_MAX_LEN
Tom Zanussi
2020-10-05
1
-0
/
+2
*
tracing: fix double free
Tom Rix
2020-09-18
1
-1
/
+0
*
tracing: Move synthetic events to a separate file
Tom Zanussi
2020-06-01
1
-1785
/
+2
*
tracing: Add hist_debug trace event files for histogram debugging
Tom Zanussi
2020-06-01
1
-0
/
+273
*
tracing: Check state.disabled in synth event trace functions
Tom Zanussi
2020-06-01
1
-16
/
+3
*
tracing: Fix memory leaks in trace_events_hist.c
Vamshi K Sthambamkadi
2020-04-22
1
-0
/
+7
*
Merge tag 'trace-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
2020-02-26
1
-11
/
+101
|
\
|
*
tracing: Clear trace_state when starting trace
Masami Hiramatsu
2020-02-20
1
-2
/
+2
|
*
tracing: Fix number printing bug in print_synth_event()
Tom Zanussi
2020-02-20
1
-3
/
+29
|
*
tracing: Check that number of vals matches number of synth event fields
Tom Zanussi
2020-02-20
1
-2
/
+12
|
*
tracing: Make synth_event trace functions endian-correct
Tom Zanussi
2020-02-20
1
-4
/
+58
*
|
Merge tag 'trace-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
2020-02-11
1
-141
/
+86
|
\
|
|
*
tracing: Consolidate trace() functions
Tom Zanussi
2020-02-10
1
-134
/
+86
|
*
tracing: Don't return -EINVAL when tracing soft disabled synth events
Tom Zanussi
2020-02-10
1
-14
/
+6
|
*
tracing: Add missing nest end to synth_event_trace_start() error case
Tom Zanussi
2020-02-10
1
-0
/
+1
*
|
Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...
Linus Torvalds
2020-02-06
1
-87
/
+943
|
\
|
|
*
tracing: Use seq_buf for building dynevent_cmd string
Tom Zanussi
2020-02-01
1
-1
/
+1
|
*
tracing: Remove check_arg() callbacks from dynevent args
Tom Zanussi
2020-02-01
1
-8
/
+8
|
*
tracing: Consolidate some synth_event_trace code
Tom Zanussi
2020-01-31
1
-84
/
+57
|
*
tracing: Fix now invalid var_ref_vals assumption in trace action
Tom Zanussi
2020-01-31
1
-15
/
+38
|
*
tracing: Change trace_boot to use synth_event interface
Tom Zanussi
2020-01-31
1
-7
/
+2
|
*
tracing: Add synth_event_trace() and related functions
Tom Zanussi
2020-01-30
1
-0
/
+463
|
*
tracing: Add synthetic event command generation functions
Tom Zanussi
2020-01-30
1
-4
/
+375
|
*
tracing: Add synth_event_delete()
Tom Zanussi
2020-01-30
1
-16
/
+41
|
*
tracing: Add 'hist:' to hist trigger error log error string
Tom Zanussi
2020-01-28
1
-1
/
+2
|
*
tracing: Add hist trigger error messages for sort specification
Tom Zanussi
2020-01-28
1
-4
/
+17
|
*
tracing: Simplify assignment parsing for hist triggers
Tom Zanussi
2020-01-28
1
-43
/
+27
|
*
tracing: trigger: Replace unneeded RCU-list traversals
Masami Hiramatsu
2020-01-13
1
-11
/
+30
|
*
tracing/boot: Add synthetic event support
Masami Hiramatsu
2020-01-13
1
-0
/
+5
|
*
tracing: Add NULL trace-array check in print_synth_event()
Masami Hiramatsu
2020-01-13
1
-1
/
+1
|
*
tracing: Accept different type for synthetic event fields
Masami Hiramatsu
2020-01-13
1
-2
/
+5
|
*
tracing: Make struct ring_buffer less ambiguous
Steven Rostedt (VMware)
2020-01-13
1
-1
/
+1
|
*
tracing: Rename trace_buffer to array_buffer
Steven Rostedt (VMware)
2020-01-13
1
-1
/
+1
*
|
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2020-01-28
1
-1
/
+7
|
\
\
|
*
\
Merge branch 'core/kprobes' into perf/core, to pick up a completed branch
Ingo Molnar
2019-12-25
1
-1
/
+7
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflicts
Ingo Molnar
2019-12-10
1
-1
/
+1
|
|
|
\
|
|
*
|
ftrace: Rework event_create_dir()
Peter Zijlstra
2019-11-27
1
-1
/
+7
*
|
|
|
tracing: Fix histogram code when expression has same var as value
Steven Rostedt (VMware)
2020-01-20
1
-0
/
+22
*
|
|
|
tracing: trigger: Replace unneeded RCU-list traversals
Masami Hiramatsu
2020-01-14
1
-11
/
+30
|
/
/
/
*
|
/
tracing: Fix endianness bug in histogram trigger
Sven Schnelle
2019-12-21
1
-1
/
+20
|
|
/
|
/
|
*
|
tracing: Increase SYNTH_FIELDS_MAX for synthetic_events
Artem Bityutskiy
2019-11-15
1
-1
/
+1
|
/
*
tracing: Fix "gfp_t" format for synthetic events
Zhengjun Xing
2019-10-18
1
-0
/
+2
*
tracing: Add locked_down checks to the open calls of files created for tracefs
Steven Rostedt (VMware)
2019-10-12
1
-0
/
+11
*
tracing: Add tracing_check_open_get_tr()
Steven Rostedt (VMware)
2019-10-12
1
-1
/
+1
*
tracing: Make sure variable reference alias has correct var_ref_idx
Tom Zanussi
2019-09-17
1
-0
/
+2
*
tracing: Add "gfp_t" support in synthetic_events
Zhengjun Xing
2019-09-05
1
-0
/
+19
[next]