index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace_events_hist.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
trace_events_hist: add check for return value of 'create_hist_field'
Natalia Petrova
2023-01-24
1
-0
/
+2
*
tracing/hist: Fix issue of losting command info in error_log
Zheng Yejian
2022-12-10
1
-1
/
+1
*
tracing/hist: Fix out-of-bound write on 'action_data.var_ref_idx'
Zheng Yejian
2022-12-10
1
-2
/
+8
*
tracing/hist: Fix wrong return value in parse_action_params()
Zheng Yejian
2022-12-10
1
-0
/
+1
*
tracing: Add nohitcount option for suppressing display of raw hitcount
Masami Hiramatsu (Google)
2022-12-09
1
-8
/
+26
*
tracing: Add .graph suffix option to histogram value
Masami Hiramatsu (Google)
2022-12-09
1
-16
/
+61
*
tracing: Add .percent suffix option to histogram values
Masami Hiramatsu (Google)
2022-12-09
1
-14
/
+76
*
tracing: Allow multiple hitcount values in histograms
Tom Zanussi
2022-12-09
1
-3
/
+9
*
tracing: Fix race where histograms can be called before the event
Steven Rostedt (Google)
2022-11-23
1
-0
/
+3
*
tracing/hist: add in missing * in comment blocks
Colin Ian King
2022-11-22
1
-2
/
+2
*
tracing/hist: Call hist functions directly via a switch statement
Steven Rostedt (Google)
2022-09-26
1
-77
/
+169
*
tracing/histograms: Simplify create_hist_fields()
Zheng Yejian
2022-07-12
1
-3
/
+2
*
tracing/histograms: Fix memory leak problem
Zheng Yejian
2022-07-12
1
-0
/
+2
*
tracing: Change "char *" string form to "char []"
liqiong
2022-05-26
1
-1
/
+1
*
tracing: Fix potential double free in create_var_ref()
Keita Suzuki
2022-05-26
1
-0
/
+3
*
tracing: Replace usage of found with dedicated list iterator variable
Jakob Koschel
2022-04-27
1
-8
/
+7
*
tracing: Change `if (strlen(glob))` to `if (glob[0])`
Ammar Faizi
2022-04-26
1
-1
/
+1
*
tracing: Return -EINVAL if WARN_ON(!glob) triggered in event_hist_trigger_par...
Ammar Faizi
2022-04-26
1
-1
/
+2
*
tracing: Separate hist state updates from hist registration
Tom Zanussi
2022-04-26
1
-18
/
+48
*
tracing: Have existing event_command.parse() implementations use helpers
Tom Zanussi
2022-04-26
1
-40
/
+24
*
tracing: Remove redundant trigger_ops params
Tom Zanussi
2022-04-26
1
-17
/
+12
*
tracing: Remove logic for registering multiple event triggers at a time
Tom Zanussi
2022-04-26
1
-11
/
+6
*
Merge tag 'trace-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2022-03-23
1
-7
/
+26
|
\
|
*
tracing: Fix last_cmd_set() string management in histogram code
Steven Rostedt (Google)
2022-03-10
1
-2
/
+4
|
*
tracing: Fix allocation of last_cmd in last_cmd_set()
Steven Rostedt (Google)
2022-02-23
1
-3
/
+4
|
*
tracing: Remove size restriction on hist trigger cmd error logging
Tom Zanussi
2022-02-10
1
-7
/
+23
*
|
tracing/histogram: Fix sorting on old "cpu" value
Steven Rostedt (Google)
2022-03-01
1
-3
/
+3
|
/
*
tracing: Propagate is_signed to expression
Tom Zanussi
2022-01-27
1
-0
/
+3
*
tracing: Fix smatch warning for do while check in event_hist_trigger_parse()
Tom Zanussi
2022-01-27
1
-1
/
+1
*
tracing: Fix smatch warning for null glob in event_hist_trigger_parse()
Tom Zanussi
2022-01-27
1
-1
/
+3
*
tracing/histogram: Fix a potential memory leak for kstrdup()
Xiaoke Wang
2022-01-27
1
-0
/
+1
*
tracing: Remove ops param from event_command reg()/unreg() callbacks
Tom Zanussi
2022-01-10
1
-5
/
+5
*
tracing: Change event_trigger_ops func() to trigger()
Tom Zanussi
2022-01-10
1
-6
/
+6
*
tracing: Change event_command func() to parse()
Tom Zanussi
2022-01-10
1
-13
/
+13
*
tracing: Support __rel_loc relative dynamic data location attribute
Masami Hiramatsu
2021-12-06
1
-2
/
+19
*
tracing/histograms: String compares should not care about signed values
Steven Rostedt (VMware)
2021-12-01
1
-1
/
+1
*
tracing/histogram: Fix UAF in destroy_hist_field()
Kalesh Singh
2021-11-18
1
-19
/
+22
*
Merge tag 'trace-v5.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
2021-11-14
1
-2
/
+7
|
\
|
*
tracing: Add length protection to histogram string copies
Steven Rostedt (VMware)
2021-11-14
1
-2
/
+7
*
|
Merge tag 'trace-v5.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
2021-11-13
1
-5
/
+7
|
\
|
|
*
tracing/histogram: Fix check for missing operands in an expression
Kalesh Singh
2021-11-12
1
-1
/
+2
|
*
tracing/histogram: Do not copy the fixed-size char array field over the field...
Masami Hiramatsu
2021-11-12
1
-4
/
+5
*
|
Merge tag 'trace-v5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
2021-11-03
1
-1
/
+104
|
\
|
|
*
tracing/histogram: Optimize division by constants
Kalesh Singh
2021-11-01
1
-1
/
+104
*
|
Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2021-11-01
1
-86
/
+329
|
\
|
|
*
tracing/histogram: Fix semicolon.cocci warnings
kernel test robot
2021-10-29
1
-1
/
+1
|
*
tracing/histogram: Optimize division by a power of 2
Kalesh Singh
2021-10-26
1
-0
/
+4
|
*
tracing/histogram: Covert expr to const if both operands are constants
Kalesh Singh
2021-10-26
1
-30
/
+74
|
*
tracing/histogram: Simplify handling of .sym-offset in expressions
Kalesh Singh
2021-10-26
1
-26
/
+17
|
*
tracing: Fix operator precedence for hist triggers expression
Kalesh Singh
2021-10-26
1
-70
/
+140
[next]