index
:
linux.git
dev
master
v4.9.13
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace_events_hist.c
Age
Commit message (
Expand
)
Author
2023-02-06
trace_events_hist: add check for return value of 'create_hist_field'
Natalia Petrova
2023-01-18
tracing/hist: Fix issue of losting command info in error_log
Zheng Yejian
2022-07-21
tracing/histograms: Fix memory leak problem
Zheng Yejian
2022-06-14
tracing: Fix potential double free in create_var_ref()
Keita Suzuki
2022-03-08
tracing/histogram: Fix sorting on old "cpu" value
Steven Rostedt (Google)
2021-08-26
tracing / histogram: Fix NULL pointer dereference on strcmp() on NULL event name
Steven Rostedt (VMware)
2021-08-15
tracing: Reject string operand in the histogram expression
Masami Hiramatsu
2021-08-12
tracing/histogram: Rename "cpu" to "common_cpu"
Steven Rostedt (VMware)
2021-08-12
tracing / histogram: Give calculation hist_fields a size
Steven Rostedt (VMware)
2021-07-20
tracing: Do not reference char * as a string in histograms
Steven Rostedt (VMware)
2021-07-20
tracing/histograms: Fix parsing of "sym-offset" modifier
Steven Rostedt (VMware)
2020-10-01
tracing: fix double free
Tom Rix
2020-01-29
tracing: Fix histogram code when expression has same var as value
Steven Rostedt (VMware)
2020-01-29
tracing: Remove open-coding of hist trigger var_ref management
Tom Zanussi
2020-01-29
tracing: Use hist trigger's var_ref array to destroy var_refs
Tom Zanussi
2020-01-29
tracing: trigger: Replace unneeded RCU-list traversals
Masami Hiramatsu
2020-01-09
tracing: Fix endianness bug in histogram trigger
Sven Schnelle
2019-12-05
tracing: Lock event_mutex before synth_event_mutex
Masami Hiramatsu
2019-11-10
tracing: Fix "gfp_t" format for synthetic events
Zhengjun Xing
2019-10-11
tracing: Make sure variable reference alias has correct var_ref_idx
Tom Zanussi
2019-06-19
tracing: Prevent hist_field_var_ref() from accessing NULL tracing_map_elts
Tom Zanussi
2019-03-23
tracing: Use strncpy instead of memcpy for string keys in hist triggers
Tom Zanussi
2018-11-13
tracing: Return -ENOENT if there is no target synthetic event
Masami Hiramatsu
2018-10-19
tracing: Fix synthetic event to allow semicolon at end
Masami Hiramatsu
2018-10-19
tracing: Fix synthetic event to accept unsigned modifier
Masami Hiramatsu
2018-08-16
tracing: Add SPDX License format tags to tracing files
Steven Rostedt (VMware)
2018-08-10
tracing: Fix synchronizing to event changes with tracepoint_synchronize_unreg...
Steven Rostedt (VMware)
2018-07-03
tracing: Avoid string overflow
Arnd Bergmann
2018-05-29
tracing: Allow histogram triggers to access ftrace internal events
Steven Rostedt (VMware)
2018-04-26
tracing: Add field modifier parsing hist error for hist triggers
Tom Zanussi
2018-04-26
tracing: Add field parsing hist error for hist triggers
Tom Zanussi
2018-04-26
tracing: Restore proper field flag printing when displaying triggers
Tom Zanussi
2018-04-06
tracing: Uninitialized variable in create_tracing_map_fields()
Dan Carpenter
2018-04-06
tracing: Make sure variable string fields are NULL-terminated
Tom Zanussi
2018-04-06
tracing: Add action comparisons when testing matching hist triggers
Tom Zanussi
2018-04-06
tracing: Don't add flag strings when displaying variable references
Tom Zanussi
2018-04-06
tracing: Fix display of hist trigger expressions containing timestamps
Tom Zanussi
2018-03-23
tracing: Fix a potential NULL dereference
Dan Carpenter
2018-03-10
tracing: Use the ring-buffer nesting to allow synthetic events to be traced
Steven Rostedt (VMware)
2018-03-10
tracing: Add a clock attribute for hist triggers
Tom Zanussi
2018-03-10
tracing: Add 'last error' error facility for hist triggers
Tom Zanussi
2018-03-10
tracing: Add hist trigger support for variable reference aliases
Tom Zanussi
2018-03-10
tracing: Add cpu field for hist triggers
Tom Zanussi
2018-03-10
tracing: Allow whitespace to surround hist trigger filter
Tom Zanussi
2018-03-10
tracing: Add 'onmax' hist trigger action support
Tom Zanussi
2018-03-10
tracing: Add 'onmatch' hist trigger action support
Tom Zanussi
2018-03-10
tracing: Add support for 'field variables'
Tom Zanussi
2018-03-10
tracing: Add support for 'synthetic' events
Tom Zanussi
2018-03-10
tracing: Add hist trigger action hook
Tom Zanussi
2018-03-10
tracing: Add variable reference handling to hist triggers
Tom Zanussi
[next]