index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace_events_hist.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-27
tracing/histograms: Return an error if we fail to add histogram to hist_vars ...
Mohamed Khalfella
1
-1
/
+2
2023-07-27
tracing/histograms: Add histograms to hist_vars if they have referenced varia...
Mohamed Khalfella
1
-3
/
+5
2023-03-22
tracing: Check field value in hist_field_name()
Steven Rostedt (Google)
1
-0
/
+3
2023-02-01
trace_events_hist: add check for return value of 'create_hist_field'
Natalia Petrova
1
-0
/
+2
2023-01-14
tracing/hist: Fix wrong return value in parse_action_params()
Zheng Yejian
1
-0
/
+1
2023-01-14
tracing/hist: Fix out-of-bound write on 'action_data.var_ref_idx'
Zheng Yejian
1
-2
/
+8
2023-01-14
tracing/hist: Fix issue of losting command info in error_log
Zheng Yejian
1
-1
/
+1
2022-07-21
tracing/histograms: Fix memory leak problem
Zheng Yejian
1
-0
/
+2
2022-06-09
tracing: Fix potential double free in create_var_ref()
Keita Suzuki
1
-0
/
+3
2022-03-08
tracing/histogram: Fix sorting on old "cpu" value
Steven Rostedt (Google)
1
-3
/
+3
2022-02-16
tracing: Propagate is_signed to expression
Tom Zanussi
1
-0
/
+3
2022-02-01
tracing/histogram: Fix a potential memory leak for kstrdup()
Xiaoke Wang
1
-0
/
+1
2021-12-08
tracing/histograms: String compares should not care about signed values
Steven Rostedt (VMware)
1
-1
/
+1
2021-11-26
tracing: Add length protection to histogram string copies
Steven Rostedt (VMware)
1
-2
/
+7
2021-11-26
tracing/histogram: Do not copy the fixed-size char array field over the field...
Masami Hiramatsu
1
-4
/
+5
2021-08-26
tracing / histogram: Fix NULL pointer dereference on strcmp() on NULL event name
Steven Rostedt (VMware)
1
-0
/
+2
2021-08-12
tracing: Reject string operand in the histogram expression
Masami Hiramatsu
1
-1
/
+19
2021-08-12
tracing / histogram: Give calculation hist_fields a size
Steven Rostedt (VMware)
1
-0
/
+4
2021-07-28
tracing/histogram: Rename "cpu" to "common_cpu"
Steven Rostedt (VMware)
1
-6
/
+16
2021-07-20
tracing: Do not reference char * as a string in histograms
Steven Rostedt (VMware)
1
-3
/
+3
2021-07-14
tracing/histograms: Fix parsing of "sym-offset" modifier
Steven Rostedt (VMware)
1
-0
/
+7
2020-10-15
tracing: Check return value of __create_val_fields() before using its result
Steven Rostedt (VMware)
1
-1
/
+1
2020-10-05
tracing: Add support for dynamic strings to synthetic events
Tom Zanussi
1
-0
/
+9
2020-10-05
tracing: Save normal string variables
Tom Zanussi
1
-2
/
+32
2020-10-05
tracing: Change STR_VAR_MAX_LEN
Tom Zanussi
1
-0
/
+2
2020-09-18
tracing: fix double free
Tom Rix
1
-1
/
+0
2020-06-01
tracing: Move synthetic events to a separate file
Tom Zanussi
1
-1785
/
+2
2020-06-01
tracing: Add hist_debug trace event files for histogram debugging
Tom Zanussi
1
-0
/
+273
2020-06-01
tracing: Check state.disabled in synth event trace functions
Tom Zanussi
1
-16
/
+3
2020-04-22
tracing: Fix memory leaks in trace_events_hist.c
Vamshi K Sthambamkadi
1
-0
/
+7
2020-02-26
Merge tag 'trace-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
1
-11
/
+101
2020-02-20
tracing: Clear trace_state when starting trace
Masami Hiramatsu
1
-2
/
+2
2020-02-20
tracing: Fix number printing bug in print_synth_event()
Tom Zanussi
1
-3
/
+29
2020-02-20
tracing: Check that number of vals matches number of synth event fields
Tom Zanussi
1
-2
/
+12
2020-02-20
tracing: Make synth_event trace functions endian-correct
Tom Zanussi
1
-4
/
+58
2020-02-11
Merge tag 'trace-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
1
-141
/
+86
2020-02-10
tracing: Consolidate trace() functions
Tom Zanussi
1
-134
/
+86
2020-02-10
tracing: Don't return -EINVAL when tracing soft disabled synth events
Tom Zanussi
1
-14
/
+6
2020-02-10
tracing: Add missing nest end to synth_event_trace_start() error case
Tom Zanussi
1
-0
/
+1
2020-02-06
Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...
Linus Torvalds
1
-87
/
+943
2020-02-01
tracing: Use seq_buf for building dynevent_cmd string
Tom Zanussi
1
-1
/
+1
2020-02-01
tracing: Remove check_arg() callbacks from dynevent args
Tom Zanussi
1
-8
/
+8
2020-01-31
tracing: Consolidate some synth_event_trace code
Tom Zanussi
1
-84
/
+57
2020-01-31
tracing: Fix now invalid var_ref_vals assumption in trace action
Tom Zanussi
1
-15
/
+38
2020-01-31
tracing: Change trace_boot to use synth_event interface
Tom Zanussi
1
-7
/
+2
2020-01-30
tracing: Add synth_event_trace() and related functions
Tom Zanussi
1
-0
/
+463
2020-01-30
tracing: Add synthetic event command generation functions
Tom Zanussi
1
-4
/
+375
2020-01-30
tracing: Add synth_event_delete()
Tom Zanussi
1
-16
/
+41
2020-01-28
tracing: Add 'hist:' to hist trigger error log error string
Tom Zanussi
1
-1
/
+2
2020-01-28
tracing: Add hist trigger error messages for sort specification
Tom Zanussi
1
-4
/
+17
[next]