index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace_events_hist.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-27
tracing: Change "char *" string form to "char []"
liqiong
1
-1
/
+1
2022-05-27
tracing: Fix potential double free in create_var_ref()
Keita Suzuki
1
-0
/
+3
2022-04-28
tracing: Replace usage of found with dedicated list iterator variable
Jakob Koschel
1
-8
/
+7
2022-04-27
tracing: Change `if (strlen(glob))` to `if (glob[0])`
Ammar Faizi
1
-1
/
+1
2022-04-27
tracing: Return -EINVAL if WARN_ON(!glob) triggered in event_hist_trigger_par...
Ammar Faizi
1
-1
/
+2
2022-04-27
tracing: Separate hist state updates from hist registration
Tom Zanussi
1
-18
/
+48
2022-04-27
tracing: Have existing event_command.parse() implementations use helpers
Tom Zanussi
1
-40
/
+24
2022-04-27
tracing: Remove redundant trigger_ops params
Tom Zanussi
1
-17
/
+12
2022-04-27
tracing: Remove logic for registering multiple event triggers at a time
Tom Zanussi
1
-11
/
+6
2022-03-23
Merge tag 'trace-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
1
-7
/
+26
2022-03-11
tracing: Fix last_cmd_set() string management in histogram code
Steven Rostedt (Google)
1
-2
/
+4
2022-03-02
tracing/histogram: Fix sorting on old "cpu" value
Steven Rostedt (Google)
1
-3
/
+3
2022-02-24
tracing: Fix allocation of last_cmd in last_cmd_set()
Steven Rostedt (Google)
1
-3
/
+4
2022-02-11
tracing: Remove size restriction on hist trigger cmd error logging
Tom Zanussi
1
-7
/
+23
2022-01-28
tracing: Propagate is_signed to expression
Tom Zanussi
1
-0
/
+3
2022-01-28
tracing: Fix smatch warning for do while check in event_hist_trigger_parse()
Tom Zanussi
1
-1
/
+1
2022-01-28
tracing: Fix smatch warning for null glob in event_hist_trigger_parse()
Tom Zanussi
1
-1
/
+3
2022-01-28
tracing/histogram: Fix a potential memory leak for kstrdup()
Xiaoke Wang
1
-0
/
+1
2022-01-10
tracing: Remove ops param from event_command reg()/unreg() callbacks
Tom Zanussi
1
-5
/
+5
2022-01-10
tracing: Change event_trigger_ops func() to trigger()
Tom Zanussi
1
-6
/
+6
2022-01-10
tracing: Change event_command func() to parse()
Tom Zanussi
1
-13
/
+13
2021-12-06
tracing: Support __rel_loc relative dynamic data location attribute
Masami Hiramatsu
1
-2
/
+19
2021-12-02
tracing/histograms: String compares should not care about signed values
Steven Rostedt (VMware)
1
-1
/
+1
2021-11-18
tracing/histogram: Fix UAF in destroy_hist_field()
Kalesh Singh
1
-19
/
+22
2021-11-15
Merge tag 'trace-v5.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
1
-2
/
+7
2021-11-15
tracing: Add length protection to histogram string copies
Steven Rostedt (VMware)
1
-2
/
+7
2021-11-13
Merge tag 'trace-v5.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
1
-5
/
+7
2021-11-12
tracing/histogram: Fix check for missing operands in an expression
Kalesh Singh
1
-1
/
+2
2021-11-12
tracing/histogram: Do not copy the fixed-size char array field over the field...
Masami Hiramatsu
1
-4
/
+5
2021-11-03
Merge tag 'trace-v5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
1
-1
/
+104
2021-11-02
Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
1
-86
/
+329
2021-11-02
tracing/histogram: Optimize division by constants
Kalesh Singh
1
-1
/
+104
2021-10-30
tracing/histogram: Fix semicolon.cocci warnings
kernel test robot
1
-1
/
+1
2021-10-27
tracing/histogram: Optimize division by a power of 2
Kalesh Singh
1
-0
/
+4
2021-10-27
tracing/histogram: Covert expr to const if both operands are constants
Kalesh Singh
1
-30
/
+74
2021-10-27
tracing/histogram: Simplify handling of .sym-offset in expressions
Kalesh Singh
1
-26
/
+17
2021-10-27
tracing: Fix operator precedence for hist triggers expression
Kalesh Singh
1
-70
/
+140
2021-10-27
tracing: Add division and multiplication support for hist triggers
Kalesh Singh
1
-1
/
+71
2021-10-27
tracing: Add support for creating hist trigger variables from literal
Kalesh Singh
1
-1
/
+70
2021-10-21
tracing: use %ps format string to print symbols
Arnd Bergmann
1
-10
/
+5
2021-10-11
tracing: Fix missing * in comment block
Colin Ian King
1
-1
/
+1
2021-09-08
tracing: Dynamically allocate the per-elt hist_elt_data array
Tom Zanussi
1
-2
/
+12
2021-08-16
tracing: Allow execnames to be passed as args for synthetic events
Steven Rostedt (VMware)
1
-4
/
+42
2021-08-16
tracing: Have histogram types be constant when possible
Steven Rostedt (VMware)
1
-18
/
+14
2021-08-16
tracing: Add linear buckets to histogram logic
Steven Rostedt (VMware)
1
-7
/
+58
2021-08-12
tracing / histogram: Fix NULL pointer dereference on strcmp() on NULL event name
Steven Rostedt (VMware)
1
-0
/
+2
2021-08-05
tracing: Reject string operand in the histogram expression
Masami Hiramatsu
1
-1
/
+19
2021-08-05
tracing / histogram: Give calculation hist_fields a size
Steven Rostedt (VMware)
1
-0
/
+4
2021-07-23
tracing/histogram: Rename "cpu" to "common_cpu"
Steven Rostedt (VMware)
1
-6
/
+16
2021-07-16
tracing: Do not reference char * as a string in histograms
Steven Rostedt (VMware)
1
-3
/
+3
[next]