summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_events_hist.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2021-11-031-1/+104
|\
| * tracing/histogram: Optimize division by constantsKalesh Singh2021-11-021-1/+104
* | Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-11-021-86/+329
|\|
| * tracing/histogram: Fix semicolon.cocci warningskernel test robot2021-10-301-1/+1
| * tracing/histogram: Optimize division by a power of 2Kalesh Singh2021-10-271-0/+4
| * tracing/histogram: Covert expr to const if both operands are constantsKalesh Singh2021-10-271-30/+74
| * tracing/histogram: Simplify handling of .sym-offset in expressionsKalesh Singh2021-10-271-26/+17
| * tracing: Fix operator precedence for hist triggers expressionKalesh Singh2021-10-271-70/+140
| * tracing: Add division and multiplication support for hist triggersKalesh Singh2021-10-271-1/+71
| * tracing: Add support for creating hist trigger variables from literalKalesh Singh2021-10-271-1/+70
| * tracing: use %ps format string to print symbolsArnd Bergmann2021-10-211-10/+5
* | tracing: Fix missing * in comment blockColin Ian King2021-10-111-1/+1
|/
* tracing: Dynamically allocate the per-elt hist_elt_data arrayTom Zanussi2021-09-081-2/+12
* tracing: Allow execnames to be passed as args for synthetic eventsSteven Rostedt (VMware)2021-08-161-4/+42
* tracing: Have histogram types be constant when possibleSteven Rostedt (VMware)2021-08-161-18/+14
* tracing: Add linear buckets to histogram logicSteven Rostedt (VMware)2021-08-161-7/+58
* tracing / histogram: Fix NULL pointer dereference on strcmp() on NULL event nameSteven Rostedt (VMware)2021-08-121-0/+2
* tracing: Reject string operand in the histogram expressionMasami Hiramatsu2021-08-041-1/+19
* tracing / histogram: Give calculation hist_fields a sizeSteven Rostedt (VMware)2021-08-041-0/+4
* tracing/histogram: Rename "cpu" to "common_cpu"Steven Rostedt (VMware)2021-07-231-6/+16
* tracing: Do not reference char * as a string in histogramsSteven Rostedt (VMware)2021-07-151-3/+3
* tracing/histograms: Fix parsing of "sym-offset" modifierSteven Rostedt (VMware)2021-07-071-0/+7
* tracing: Add WARN_ON_ONCE when returned value is negativeHyeonggon Yoo2021-06-101-0/+1
* tracing: Remove redundant assignment to event_varJiapeng Chong2021-06-101-1/+1
* tracing: Use a no_filter_buffering_ref to stop using the filter bufferSteven Rostedt (VMware)2021-03-181-3/+3
* ring-buffer: Allow ring_buffer_event_time_stamp() to return time stamp of all...Steven Rostedt (VMware)2021-03-181-1/+1
* tracing: Pass buffer of event to trigger operationsSteven Rostedt (VMware)2021-03-181-31/+61
* tracing: Fix some typos in commentsQiujun Huang2020-11-111-1/+1
* tracing: Check return value of __create_val_fields() before using its resultSteven Rostedt (VMware)2020-10-151-1/+1
* tracing: Add support for dynamic strings to synthetic eventsTom Zanussi2020-10-061-0/+9
* tracing: Save normal string variablesTom Zanussi2020-10-061-2/+32
* tracing: Change STR_VAR_MAX_LENTom Zanussi2020-10-061-0/+2
* tracing: fix double freeTom Rix2020-09-181-1/+0
* tracing: Move synthetic events to a separate fileTom Zanussi2020-06-011-1785/+2
* tracing: Add hist_debug trace event files for histogram debuggingTom Zanussi2020-06-011-0/+273
* tracing: Check state.disabled in synth event trace functionsTom Zanussi2020-06-011-16/+3
* tracing: Fix memory leaks in trace_events_hist.cVamshi K Sthambamkadi2020-04-231-0/+7
* Merge tag 'trace-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-02-261-11/+101
|\
| * tracing: Clear trace_state when starting traceMasami Hiramatsu2020-02-201-2/+2
| * tracing: Fix number printing bug in print_synth_event()Tom Zanussi2020-02-201-3/+29
| * tracing: Check that number of vals matches number of synth event fieldsTom Zanussi2020-02-201-2/+12
| * tracing: Make synth_event trace functions endian-correctTom Zanussi2020-02-201-4/+58
* | Merge tag 'trace-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-02-121-141/+86
|\|
| * tracing: Consolidate trace() functionsTom Zanussi2020-02-111-134/+86
| * tracing: Don't return -EINVAL when tracing soft disabled synth eventsTom Zanussi2020-02-111-14/+6
| * tracing: Add missing nest end to synth_event_trace_start() error caseTom Zanussi2020-02-111-0/+1
* | Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2020-02-061-87/+943
|\|
| * tracing: Use seq_buf for building dynevent_cmd stringTom Zanussi2020-02-011-1/+1
| * tracing: Remove check_arg() callbacks from dynevent argsTom Zanussi2020-02-011-8/+8
| * tracing: Consolidate some synth_event_trace codeTom Zanussi2020-02-011-84/+57