summaryrefslogtreecommitdiff
path: root/kernel/trace/trace_events_hist.c
Commit message (Expand)AuthorAgeFilesLines
* tracing: Change "char *" string form to "char []"liqiong2022-05-261-1/+1
* tracing: Fix potential double free in create_var_ref()Keita Suzuki2022-05-261-0/+3
* tracing: Replace usage of found with dedicated list iterator variableJakob Koschel2022-04-271-8/+7
* tracing: Change `if (strlen(glob))` to `if (glob[0])`Ammar Faizi2022-04-261-1/+1
* tracing: Return -EINVAL if WARN_ON(!glob) triggered in event_hist_trigger_par...Ammar Faizi2022-04-261-1/+2
* tracing: Separate hist state updates from hist registrationTom Zanussi2022-04-261-18/+48
* tracing: Have existing event_command.parse() implementations use helpersTom Zanussi2022-04-261-40/+24
* tracing: Remove redundant trigger_ops paramsTom Zanussi2022-04-261-17/+12
* tracing: Remove logic for registering multiple event triggers at a timeTom Zanussi2022-04-261-11/+6
* Merge tag 'trace-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2022-03-231-7/+26
|\
| * tracing: Fix last_cmd_set() string management in histogram codeSteven Rostedt (Google)2022-03-101-2/+4
| * tracing: Fix allocation of last_cmd in last_cmd_set()Steven Rostedt (Google)2022-02-231-3/+4
| * tracing: Remove size restriction on hist trigger cmd error loggingTom Zanussi2022-02-101-7/+23
* | tracing/histogram: Fix sorting on old "cpu" valueSteven Rostedt (Google)2022-03-011-3/+3
|/
* tracing: Propagate is_signed to expressionTom Zanussi2022-01-271-0/+3
* tracing: Fix smatch warning for do while check in event_hist_trigger_parse()Tom Zanussi2022-01-271-1/+1
* tracing: Fix smatch warning for null glob in event_hist_trigger_parse()Tom Zanussi2022-01-271-1/+3
* tracing/histogram: Fix a potential memory leak for kstrdup()Xiaoke Wang2022-01-271-0/+1
* tracing: Remove ops param from event_command reg()/unreg() callbacksTom Zanussi2022-01-101-5/+5
* tracing: Change event_trigger_ops func() to trigger()Tom Zanussi2022-01-101-6/+6
* tracing: Change event_command func() to parse()Tom Zanussi2022-01-101-13/+13
* tracing: Support __rel_loc relative dynamic data location attributeMasami Hiramatsu2021-12-061-2/+19
* tracing/histograms: String compares should not care about signed valuesSteven Rostedt (VMware)2021-12-011-1/+1
* tracing/histogram: Fix UAF in destroy_hist_field()Kalesh Singh2021-11-181-19/+22
* Merge tag 'trace-v5.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2021-11-141-2/+7
|\
| * tracing: Add length protection to histogram string copiesSteven Rostedt (VMware)2021-11-141-2/+7
* | Merge tag 'trace-v5.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2021-11-131-5/+7
|\ \ | |/
| * tracing/histogram: Fix check for missing operands in an expressionKalesh Singh2021-11-121-1/+2
| * tracing/histogram: Do not copy the fixed-size char array field over the field...Masami Hiramatsu2021-11-121-4/+5
* | 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-011-1/+104
* | Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-11-011-86/+329
|\ \ | |/
| * tracing/histogram: Fix semicolon.cocci warningskernel test robot2021-10-291-1/+1
| * tracing/histogram: Optimize division by a power of 2Kalesh Singh2021-10-261-0/+4
| * tracing/histogram: Covert expr to const if both operands are constantsKalesh Singh2021-10-261-30/+74
| * tracing/histogram: Simplify handling of .sym-offset in expressionsKalesh Singh2021-10-261-26/+17
| * tracing: Fix operator precedence for hist triggers expressionKalesh Singh2021-10-261-70/+140
| * tracing: Add division and multiplication support for hist triggersKalesh Singh2021-10-261-1/+71
| * tracing: Add support for creating hist trigger variables from literalKalesh Singh2021-10-261-1/+70
| * tracing: use %ps format string to print symbolsArnd Bergmann2021-10-211-10/+5
* | tracing: Fix missing * in comment blockColin Ian King2021-10-101-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