index
:
linux/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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace_events_hist.c
Age
Commit message (
Expand
)
Author
2021-12-06
tracing: Support __rel_loc relative dynamic data location attribute
Masami Hiramatsu
2021-12-01
tracing/histograms: String compares should not care about signed values
Steven Rostedt (VMware)
2021-11-18
tracing/histogram: Fix UAF in destroy_hist_field()
Kalesh Singh
2021-11-14
Merge tag 'trace-v5.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
2021-11-14
tracing: Add length protection to histogram string copies
Steven Rostedt (VMware)
2021-11-13
Merge tag 'trace-v5.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
2021-11-12
tracing/histogram: Fix check for missing operands in an expression
Kalesh Singh
2021-11-12
tracing/histogram: Do not copy the fixed-size char array field over the field...
Masami Hiramatsu
2021-11-03
Merge tag 'trace-v5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
2021-11-01
Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2021-11-01
tracing/histogram: Optimize division by constants
Kalesh Singh
2021-10-29
tracing/histogram: Fix semicolon.cocci warnings
kernel test robot
2021-10-26
tracing/histogram: Optimize division by a power of 2
Kalesh Singh
2021-10-26
tracing/histogram: Covert expr to const if both operands are constants
Kalesh Singh
2021-10-26
tracing/histogram: Simplify handling of .sym-offset in expressions
Kalesh Singh
2021-10-26
tracing: Fix operator precedence for hist triggers expression
Kalesh Singh
2021-10-26
tracing: Add division and multiplication support for hist triggers
Kalesh Singh
2021-10-26
tracing: Add support for creating hist trigger variables from literal
Kalesh Singh
2021-10-21
tracing: use %ps format string to print symbols
Arnd Bergmann
2021-10-10
tracing: Fix missing * in comment block
Colin Ian King
2021-09-08
tracing: Dynamically allocate the per-elt hist_elt_data array
Tom Zanussi
2021-08-16
tracing: Allow execnames to be passed as args for synthetic events
Steven Rostedt (VMware)
2021-08-16
tracing: Have histogram types be constant when possible
Steven Rostedt (VMware)
2021-08-16
tracing: Add linear buckets to histogram logic
Steven Rostedt (VMware)
2021-08-12
tracing / histogram: Fix NULL pointer dereference on strcmp() on NULL event name
Steven Rostedt (VMware)
2021-08-04
tracing: Reject string operand in the histogram expression
Masami Hiramatsu
2021-08-04
tracing / histogram: Give calculation hist_fields a size
Steven Rostedt (VMware)
2021-07-23
tracing/histogram: Rename "cpu" to "common_cpu"
Steven Rostedt (VMware)
2021-07-15
tracing: Do not reference char * as a string in histograms
Steven Rostedt (VMware)
2021-07-07
tracing/histograms: Fix parsing of "sym-offset" modifier
Steven Rostedt (VMware)
2021-06-10
tracing: Add WARN_ON_ONCE when returned value is negative
Hyeonggon Yoo
2021-06-10
tracing: Remove redundant assignment to event_var
Jiapeng Chong
2021-03-18
tracing: Use a no_filter_buffering_ref to stop using the filter buffer
Steven Rostedt (VMware)
2021-03-18
ring-buffer: Allow ring_buffer_event_time_stamp() to return time stamp of all...
Steven Rostedt (VMware)
2021-03-18
tracing: Pass buffer of event to trigger operations
Steven Rostedt (VMware)
2020-11-10
tracing: Fix some typos in comments
Qiujun Huang
2020-10-15
tracing: Check return value of __create_val_fields() before using its result
Steven Rostedt (VMware)
2020-10-05
tracing: Add support for dynamic strings to synthetic events
Tom Zanussi
2020-10-05
tracing: Save normal string variables
Tom Zanussi
2020-10-05
tracing: Change STR_VAR_MAX_LEN
Tom Zanussi
2020-09-18
tracing: fix double free
Tom Rix
2020-06-01
tracing: Move synthetic events to a separate file
Tom Zanussi
2020-06-01
tracing: Add hist_debug trace event files for histogram debugging
Tom Zanussi
2020-06-01
tracing: Check state.disabled in synth event trace functions
Tom Zanussi
2020-04-22
tracing: Fix memory leaks in trace_events_hist.c
Vamshi K Sthambamkadi
2020-02-26
Merge tag 'trace-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
2020-02-20
tracing: Clear trace_state when starting trace
Masami Hiramatsu
2020-02-20
tracing: Fix number printing bug in print_synth_event()
Tom Zanussi
2020-02-20
tracing: Check that number of vals matches number of synth event fields
Tom Zanussi
2020-02-20
tracing: Make synth_event trace functions endian-correct
Tom Zanussi
[prev]
[next]