Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-26tracing/hist: Call hist functions directly via a switch statementSteven Rostedt (Google)
2022-07-13tracing/histograms: Simplify create_hist_fields()Zheng Yejian
2022-07-12tracing/histograms: Fix memory leak problemZheng Yejian
2022-05-27tracing: Change "char *" string form to "char []"liqiong
2022-05-27tracing: Fix potential double free in create_var_ref()Keita Suzuki
2022-04-28tracing: Replace usage of found with dedicated list iterator variableJakob Koschel
2022-04-27tracing: Change `if (strlen(glob))` to `if (glob[0])`Ammar Faizi
2022-04-27tracing: Return -EINVAL if WARN_ON(!glob) triggered in event_hist_trigger_par...Ammar Faizi
2022-04-27tracing: Separate hist state updates from hist registrationTom Zanussi
2022-04-27tracing: Have existing event_command.parse() implementations use helpersTom Zanussi
2022-04-27tracing: Remove redundant trigger_ops paramsTom Zanussi
2022-04-27tracing: Remove logic for registering multiple event triggers at a timeTom Zanussi
2022-03-23Merge tag 'trace-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2022-03-11tracing: Fix last_cmd_set() string management in histogram codeSteven Rostedt (Google)
2022-03-02tracing/histogram: Fix sorting on old "cpu" valueSteven Rostedt (Google)
2022-02-24tracing: Fix allocation of last_cmd in last_cmd_set()Steven Rostedt (Google)
2022-02-11tracing: Remove size restriction on hist trigger cmd error loggingTom Zanussi
2022-01-28tracing: Propagate is_signed to expressionTom Zanussi
2022-01-28tracing: Fix smatch warning for do while check in event_hist_trigger_parse()Tom Zanussi
2022-01-28tracing: Fix smatch warning for null glob in event_hist_trigger_parse()Tom Zanussi
2022-01-28tracing/histogram: Fix a potential memory leak for kstrdup()Xiaoke Wang
2022-01-10tracing: Remove ops param from event_command reg()/unreg() callbacksTom Zanussi
2022-01-10tracing: Change event_trigger_ops func() to trigger()Tom Zanussi
2022-01-10tracing: Change event_command func() to parse()Tom Zanussi
2021-12-06tracing: Support __rel_loc relative dynamic data location attributeMasami Hiramatsu
2021-12-02tracing/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-15Merge tag 'trace-v5.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2021-11-15tracing: 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-02Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2021-11-02tracing/histogram: Optimize division by constantsKalesh Singh
2021-10-30tracing/histogram: Fix semicolon.cocci warningskernel test robot
2021-10-27tracing/histogram: Optimize division by a power of 2Kalesh Singh
2021-10-27tracing/histogram: Covert expr to const if both operands are constantsKalesh Singh
2021-10-27tracing/histogram: Simplify handling of .sym-offset in expressionsKalesh Singh
2021-10-27tracing: Fix operator precedence for hist triggers expressionKalesh Singh
2021-10-27tracing: Add division and multiplication support for hist triggersKalesh Singh
2021-10-27tracing: Add support for creating hist trigger variables from literalKalesh Singh
2021-10-21tracing: use %ps format string to print symbolsArnd Bergmann
2021-10-11tracing: 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-05tracing: Reject string operand in the histogram expressionMasami Hiramatsu