summaryrefslogtreecommitdiff
path: root/kernel/trace/trace_events_hist.c
AgeCommit message (Expand)Author
2021-12-01tracing/histograms: String compares should not care about signed valuesSteven Rostedt (VMware)
2021-11-18tracing/histogram: Fix UAF in destroy_hist_field()Kalesh Singh
2021-11-14Merge tag 'trace-v5.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2021-11-14tracing: Add length protection to histogram string copiesSteven Rostedt (VMware)
2021-11-13Merge tag 'trace-v5.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2021-11-12tracing/histogram: Fix check for missing operands in an expressionKalesh Singh
2021-11-12tracing/histogram: Do not copy the fixed-size char array field over the field...Masami Hiramatsu
2021-11-03Merge tag 'trace-v5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2021-11-01tracing/histogram: Optimize division by constantsKalesh Singh
2021-10-29tracing/histogram: Fix semicolon.cocci warningskernel test robot
2021-10-26tracing/histogram: Optimize division by a power of 2Kalesh Singh
2021-10-26tracing/histogram: Covert expr to const if both operands are constantsKalesh Singh
2021-10-26tracing/histogram: Simplify handling of .sym-offset in expressionsKalesh Singh
2021-10-26tracing: Fix operator precedence for hist triggers expressionKalesh Singh
2021-10-26tracing: Add division and multiplication support for hist triggersKalesh Singh
2021-10-26tracing: Add support for creating hist trigger variables from literalKalesh Singh
2021-10-21tracing: use %ps format string to print symbolsArnd Bergmann
2021-10-10tracing: Fix missing * in comment blockColin Ian King
2021-09-08tracing: Dynamically allocate the per-elt hist_elt_data arrayTom Zanussi
2021-08-16tracing: Allow execnames to be passed as args for synthetic eventsSteven Rostedt (VMware)
2021-08-16tracing: Have histogram types be constant when possibleSteven Rostedt (VMware)
2021-08-16tracing: Add linear buckets to histogram logicSteven Rostedt (VMware)
2021-08-12tracing / histogram: Fix NULL pointer dereference on strcmp() on NULL event nameSteven Rostedt (VMware)
2021-08-04tracing: Reject string operand in the histogram expressionMasami Hiramatsu
2021-08-04tracing / histogram: Give calculation hist_fields a sizeSteven Rostedt (VMware)
2021-07-23tracing/histogram: Rename "cpu" to "common_cpu"Steven Rostedt (VMware)
2021-07-15tracing: Do not reference char * as a string in histogramsSteven Rostedt (VMware)
2021-07-07tracing/histograms: Fix parsing of "sym-offset" modifierSteven Rostedt (VMware)
2021-06-10tracing: Add WARN_ON_ONCE when returned value is negativeHyeonggon Yoo
2021-06-10tracing: Remove redundant assignment to event_varJiapeng Chong
2021-03-18tracing: Use a no_filter_buffering_ref to stop using the filter bufferSteven Rostedt (VMware)
2021-03-18ring-buffer: Allow ring_buffer_event_time_stamp() to return time stamp of all...Steven Rostedt (VMware)
2021-03-18tracing: Pass buffer of event to trigger operationsSteven Rostedt (VMware)
2020-11-10tracing: Fix some typos in commentsQiujun Huang
2020-10-15tracing: Check return value of __create_val_fields() before using its resultSteven Rostedt (VMware)
2020-10-05tracing: Add support for dynamic strings to synthetic eventsTom Zanussi
2020-10-05tracing: Save normal string variablesTom Zanussi
2020-10-05tracing: Change STR_VAR_MAX_LENTom Zanussi
2020-09-18tracing: fix double freeTom Rix
2020-06-01tracing: Move synthetic events to a separate fileTom Zanussi
2020-06-01tracing: Add hist_debug trace event files for histogram debuggingTom Zanussi
2020-06-01tracing: Check state.disabled in synth event trace functionsTom Zanussi
2020-04-22tracing: Fix memory leaks in trace_events_hist.cVamshi K Sthambamkadi
2020-02-26Merge tag 'trace-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-02-20tracing: Clear trace_state when starting traceMasami Hiramatsu
2020-02-20tracing: Fix number printing bug in print_synth_event()Tom Zanussi
2020-02-20tracing: Check that number of vals matches number of synth event fieldsTom Zanussi
2020-02-20tracing: Make synth_event trace functions endian-correctTom Zanussi
2020-02-11Merge tag 'trace-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds