summaryrefslogtreecommitdiff
path: root/kernel/trace/trace_events_hist.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-08tracing/histogram: Fix sorting on old "cpu" valueSteven Rostedt (Google)1-3/+3
2022-02-16tracing: Propagate is_signed to expressionTom Zanussi1-0/+3
2022-02-01tracing/histogram: Fix a potential memory leak for kstrdup()Xiaoke Wang1-0/+1
2021-12-08tracing/histograms: String compares should not care about signed valuesSteven Rostedt (VMware)1-1/+1
2021-11-25tracing: Add length protection to histogram string copiesSteven Rostedt (VMware)1-2/+7
2021-11-25tracing/histogram: Do not copy the fixed-size char array field over the field...Masami Hiramatsu1-4/+5
2021-10-11tracing: Fix missing * in comment blockColin Ian King1-1/+1
2021-09-08tracing: Dynamically allocate the per-elt hist_elt_data arrayTom Zanussi1-2/+12
2021-08-16tracing: Allow execnames to be passed as args for synthetic eventsSteven Rostedt (VMware)1-4/+42
2021-08-16tracing: Have histogram types be constant when possibleSteven Rostedt (VMware)1-18/+14
2021-08-16tracing: Add linear buckets to histogram logicSteven Rostedt (VMware)1-7/+58
2021-08-12tracing / histogram: Fix NULL pointer dereference on strcmp() on NULL event nameSteven Rostedt (VMware)1-0/+2
2021-08-05tracing: Reject string operand in the histogram expressionMasami Hiramatsu1-1/+19
2021-08-05tracing / histogram: Give calculation hist_fields a sizeSteven Rostedt (VMware)1-0/+4
2021-07-23tracing/histogram: Rename "cpu" to "common_cpu"Steven Rostedt (VMware)1-6/+16
2021-07-16tracing: Do not reference char * as a string in histogramsSteven Rostedt (VMware)1-3/+3
2021-07-07tracing/histograms: Fix parsing of "sym-offset" modifierSteven Rostedt (VMware)1-0/+7
2021-06-10tracing: Add WARN_ON_ONCE when returned value is negativeHyeonggon Yoo1-0/+1
2021-06-10tracing: Remove redundant assignment to event_varJiapeng Chong1-1/+1
2021-03-18tracing: Use a no_filter_buffering_ref to stop using the filter bufferSteven Rostedt (VMware)1-3/+3
2021-03-18ring-buffer: Allow ring_buffer_event_time_stamp() to return time stamp of all...Steven Rostedt (VMware)1-1/+1
2021-03-18tracing: Pass buffer of event to trigger operationsSteven Rostedt (VMware)1-31/+61
2020-11-11tracing: Fix some typos in commentsQiujun Huang1-1/+1
2020-10-15tracing: Check return value of __create_val_fields() before using its resultSteven Rostedt (VMware)1-1/+1
2020-10-06tracing: Add support for dynamic strings to synthetic eventsTom Zanussi1-0/+9
2020-10-06tracing: Save normal string variablesTom Zanussi1-2/+32
2020-10-06tracing: Change STR_VAR_MAX_LENTom Zanussi1-0/+2
2020-09-18tracing: fix double freeTom Rix1-1/+0
2020-06-01tracing: Move synthetic events to a separate fileTom Zanussi1-1785/+2
2020-06-01tracing: Add hist_debug trace event files for histogram debuggingTom Zanussi1-0/+273
2020-06-01tracing: Check state.disabled in synth event trace functionsTom Zanussi1-16/+3
2020-04-23tracing: Fix memory leaks in trace_events_hist.cVamshi K Sthambamkadi1-0/+7
2020-02-26Merge tag 'trace-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-11/+101
2020-02-21tracing: Clear trace_state when starting traceMasami Hiramatsu1-2/+2
2020-02-21tracing: Fix number printing bug in print_synth_event()Tom Zanussi1-3/+29
2020-02-21tracing: Check that number of vals matches number of synth event fieldsTom Zanussi1-2/+12
2020-02-21tracing: Make synth_event trace functions endian-correctTom Zanussi1-4/+58
2020-02-12Merge tag 'trace-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-141/+86
2020-02-11tracing: Consolidate trace() functionsTom Zanussi1-134/+86
2020-02-11tracing: Don't return -EINVAL when tracing soft disabled synth eventsTom Zanussi1-14/+6
2020-02-11tracing: Add missing nest end to synth_event_trace_start() error caseTom Zanussi1-0/+1
2020-02-06Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds1-87/+943
2020-02-01tracing: Use seq_buf for building dynevent_cmd stringTom Zanussi1-1/+1
2020-02-01tracing: Remove check_arg() callbacks from dynevent argsTom Zanussi1-8/+8
2020-02-01tracing: Consolidate some synth_event_trace codeTom Zanussi1-84/+57
2020-01-31tracing: Fix now invalid var_ref_vals assumption in trace actionTom Zanussi1-15/+38
2020-01-31tracing: Change trace_boot to use synth_event interfaceTom Zanussi1-7/+2
2020-01-30tracing: Add synth_event_trace() and related functionsTom Zanussi1-0/+463
2020-01-30tracing: Add synthetic event command generation functionsTom Zanussi1-4/+375
2020-01-30tracing: Add synth_event_delete()Tom Zanussi1-16/+41