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.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace_events_hist.c
Age
Commit message (
Expand
)
Author
2024-05-25
tracing: Remove unnecessary var_ref destroy in track_data_destroy()
Tom Zanussi
2024-05-25
tracing: Generalize hist trigger onmax and save action
Tom Zanussi
2024-05-25
tracing: Split up onmatch action data
Tom Zanussi
2024-05-25
tracing: Refactor hist trigger action code
Tom Zanussi
2024-05-25
tracing: Have the historgram use the result of str_has_prefix() for len of pr...
Steven Rostedt (VMware)
2024-05-25
tracing: Use str_has_prefix() instead of using fixed sizes
Steven Rostedt (VMware)
2024-05-25
tracing: Use str_has_prefix() helper for histogram code
Steven Rostedt (VMware)
2024-05-25
tracing: Consolidate trace_add/remove_event_call back to the nolock functions
Steven Rostedt (VMware)
2024-05-25
tracing: Remove unneeded synth_event_mutex
Masami Hiramatsu
2024-05-25
tracing: Use dyn_event framework for synthetic events
Masami Hiramatsu
2024-05-25
tracing: Simplify creation and deletion of synthetic events
Masami Hiramatsu
2024-05-02
tracing: Use var_refs[] for hist trigger reference checking
Tom Zanussi
2024-05-02
tracing: Remove hist trigger synth_var_refs
Tom Zanussi
2023-08-11
tracing/histograms: Return an error if we fail to add histogram to hist_vars ...
Mohamed Khalfella
2023-08-11
tracing/histograms: Add histograms to hist_vars if they have referenced varia...
Mohamed Khalfella
2023-03-22
tracing: Check field value in hist_field_name()
Steven Rostedt (Google)
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
[next]