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
compress-2025-01-21
compress-2025-01-23
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
2025-12-03
tracing: Fix memory leaks in create_field_var()
Zilin Guan
1
-2
/
+4
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-06
trace_events_hist: add check for return value of 'create_hist_field'
Natalia Petrova
1
-0
/
+2
2023-01-18
tracing/hist: Fix wrong return value in parse_action_params()
Zheng Yejian
1
-0
/
+1
2023-01-18
tracing/hist: Fix out-of-bound write on 'action_data.var_ref_idx'
Zheng Yejian
1
-2
/
+8
2023-01-18
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-14
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-01
tracing/histogram: Fix a potential memory leak for kstrdup()
Xiaoke Wang
1
-0
/
+1
2021-11-26
tracing/histogram: Do not copy the fixed-size char array field over the field...
Masami Hiramatsu
1
-4
/
+5
2021-11-26
tracing: Save normal string variables
Tom Zanussi
1
-2
/
+32
2021-08-26
tracing / histogram: Fix NULL pointer dereference on strcmp() on NULL event name
Steven Rostedt (VMware)
1
-0
/
+2
2021-08-15
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-01
tracing: fix double free
Tom Rix
1
-1
/
+0
2020-05-10
tracing: Fix memory leaks in trace_events_hist.c
Vamshi K Sthambamkadi
1
-0
/
+7
2020-03-21
tracing: Fix number printing bug in print_synth_event()
Tom Zanussi
1
-3
/
+29
2020-02-24
tracing: Simplify assignment parsing for hist triggers
Tom Zanussi
1
-43
/
+27
2020-02-11
tracing: Fix now invalid var_ref_vals assumption in trace action
Tom Zanussi
1
-15
/
+38
2020-01-29
tracing: Fix histogram code when expression has same var as value
Steven Rostedt (VMware)
1
-0
/
+22
2020-01-29
tracing: trigger: Replace unneeded RCU-list traversals
Masami Hiramatsu
1
-11
/
+30
2020-01-09
tracing: Fix endianness bug in histogram trigger
Sven Schnelle
1
-1
/
+20
2019-10-18
tracing: Fix "gfp_t" format for synthetic events
Zhengjun Xing
1
-0
/
+2
2019-10-12
tracing: Add locked_down checks to the open calls of files created for tracefs
Steven Rostedt (VMware)
1
-0
/
+11
2019-10-12
tracing: Add tracing_check_open_get_tr()
Steven Rostedt (VMware)
1
-1
/
+1
2019-09-17
tracing: Make sure variable reference alias has correct var_ref_idx
Tom Zanussi
1
-0
/
+2
2019-09-05
tracing: Add "gfp_t" support in synthetic_events
Zhengjun Xing
1
-0
/
+19
2019-08-31
tracing/dynevent: Pass extra arguments to match operation
Masami Hiramatsu
1
-2
/
+2
2019-05-21
tracing: Add a check_val() check before updating cond_snapshot() track_val
Tom Zanussi
1
-0
/
+6
2019-05-21
tracing: Check keys for variable references in expressions too
Tom Zanussi
1
-2
/
+2
2019-05-21
tracing: Prevent hist_field_var_ref() from accessing NULL tracing_map_elts
Tom Zanussi
1
-0
/
+3
2019-05-15
Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
1
-113
/
+155
2019-04-29
tracing: Simplify stacktrace retrieval in histograms
Thomas Gleixner
1
-9
/
+3
2019-04-14
tracing: Remove the ULONG_MAX stack trace hackery
Thomas Gleixner
1
-1
/
+1
2019-04-08
tracing: Have the error logs show up in the proper instances
Steven Rostedt (VMware)
1
-1
/
+2
2019-04-08
tracing: Have histogram code pass around trace_array for error handling
Steven Rostedt (VMware)
1
-62
/
+80
2019-04-02
tracing: Use tracing error_log with hist triggers
Tom Zanussi
1
-102
/
+104
2019-04-02
tracing: Save the last hist command's associated event name
Tom Zanussi
1
-6
/
+27
2019-03-26
tracing: Remove unnecessary var_ref destroy in track_data_destroy()
Tom Zanussi
1
-1
/
+0
2019-03-05
tracing: Use strncpy instead of memcpy when copying comm for hist triggers
Tom Zanussi
1
-2
/
+2
2019-03-05
tracing: Use strncpy instead of memcpy for string keys in hist triggers
Tom Zanussi
1
-2
/
+3
2019-03-05
tracing: Use str_has_prefix() in synth_event_create()
Tom Zanussi
1
-2
/
+2
2019-02-20
tracing: Add alternative synthetic event trace action syntax
Tom Zanussi
1
-4
/
+38
2019-02-20
tracing: Add hist trigger onchange() handler
Tom Zanussi
1
-8
/
+50
[next]