index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace_events_hist.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'trace-v5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
2021-11-03
1
-1
/
+104
|
\
|
*
tracing/histogram: Optimize division by constants
Kalesh Singh
2021-11-02
1
-1
/
+104
*
|
Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2021-11-02
1
-86
/
+329
|
\
|
|
*
tracing/histogram: Fix semicolon.cocci warnings
kernel test robot
2021-10-30
1
-1
/
+1
|
*
tracing/histogram: Optimize division by a power of 2
Kalesh Singh
2021-10-27
1
-0
/
+4
|
*
tracing/histogram: Covert expr to const if both operands are constants
Kalesh Singh
2021-10-27
1
-30
/
+74
|
*
tracing/histogram: Simplify handling of .sym-offset in expressions
Kalesh Singh
2021-10-27
1
-26
/
+17
|
*
tracing: Fix operator precedence for hist triggers expression
Kalesh Singh
2021-10-27
1
-70
/
+140
|
*
tracing: Add division and multiplication support for hist triggers
Kalesh Singh
2021-10-27
1
-1
/
+71
|
*
tracing: Add support for creating hist trigger variables from literal
Kalesh Singh
2021-10-27
1
-1
/
+70
|
*
tracing: use %ps format string to print symbols
Arnd Bergmann
2021-10-21
1
-10
/
+5
*
|
tracing: Fix missing * in comment block
Colin Ian King
2021-10-11
1
-1
/
+1
|
/
*
tracing: Dynamically allocate the per-elt hist_elt_data array
Tom Zanussi
2021-09-08
1
-2
/
+12
*
tracing: Allow execnames to be passed as args for synthetic events
Steven Rostedt (VMware)
2021-08-16
1
-4
/
+42
*
tracing: Have histogram types be constant when possible
Steven Rostedt (VMware)
2021-08-16
1
-18
/
+14
*
tracing: Add linear buckets to histogram logic
Steven Rostedt (VMware)
2021-08-16
1
-7
/
+58
*
tracing / histogram: Fix NULL pointer dereference on strcmp() on NULL event name
Steven Rostedt (VMware)
2021-08-12
1
-0
/
+2
*
tracing: Reject string operand in the histogram expression
Masami Hiramatsu
2021-08-04
1
-1
/
+19
*
tracing / histogram: Give calculation hist_fields a size
Steven Rostedt (VMware)
2021-08-04
1
-0
/
+4
*
tracing/histogram: Rename "cpu" to "common_cpu"
Steven Rostedt (VMware)
2021-07-23
1
-6
/
+16
*
tracing: Do not reference char * as a string in histograms
Steven Rostedt (VMware)
2021-07-15
1
-3
/
+3
*
tracing/histograms: Fix parsing of "sym-offset" modifier
Steven Rostedt (VMware)
2021-07-07
1
-0
/
+7
*
tracing: Add WARN_ON_ONCE when returned value is negative
Hyeonggon Yoo
2021-06-10
1
-0
/
+1
*
tracing: Remove redundant assignment to event_var
Jiapeng Chong
2021-06-10
1
-1
/
+1
*
tracing: Use a no_filter_buffering_ref to stop using the filter buffer
Steven Rostedt (VMware)
2021-03-18
1
-3
/
+3
*
ring-buffer: Allow ring_buffer_event_time_stamp() to return time stamp of all...
Steven Rostedt (VMware)
2021-03-18
1
-1
/
+1
*
tracing: Pass buffer of event to trigger operations
Steven Rostedt (VMware)
2021-03-18
1
-31
/
+61
*
tracing: Fix some typos in comments
Qiujun Huang
2020-11-11
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-06
1
-0
/
+9
*
tracing: Save normal string variables
Tom Zanussi
2020-10-06
1
-2
/
+32
*
tracing: Change STR_VAR_MAX_LEN
Tom Zanussi
2020-10-06
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-23
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-12
1
-141
/
+86
|
\
|
|
*
tracing: Consolidate trace() functions
Tom Zanussi
2020-02-11
1
-134
/
+86
|
*
tracing: Don't return -EINVAL when tracing soft disabled synth events
Tom Zanussi
2020-02-11
1
-14
/
+6
|
*
tracing: Add missing nest end to synth_event_trace_start() error case
Tom Zanussi
2020-02-11
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-02-01
1
-84
/
+57
[next]