index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace_events_hist.c
Age
Commit message (
Expand
)
Author
2022-03-23
Merge tag 'trace-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2022-03-10
tracing: Fix last_cmd_set() string management in histogram code
Steven Rostedt (Google)
2022-03-01
tracing/histogram: Fix sorting on old "cpu" value
Steven Rostedt (Google)
2022-02-23
tracing: Fix allocation of last_cmd in last_cmd_set()
Steven Rostedt (Google)
2022-02-10
tracing: Remove size restriction on hist trigger cmd error logging
Tom Zanussi
2022-01-27
tracing: Propagate is_signed to expression
Tom Zanussi
2022-01-27
tracing: Fix smatch warning for do while check in event_hist_trigger_parse()
Tom Zanussi
2022-01-27
tracing: Fix smatch warning for null glob in event_hist_trigger_parse()
Tom Zanussi
2022-01-27
tracing/histogram: Fix a potential memory leak for kstrdup()
Xiaoke Wang
2022-01-10
tracing: Remove ops param from event_command reg()/unreg() callbacks
Tom Zanussi
2022-01-10
tracing: Change event_trigger_ops func() to trigger()
Tom Zanussi
2022-01-10
tracing: Change event_command func() to parse()
Tom Zanussi
2021-12-06
tracing: Support __rel_loc relative dynamic data location attribute
Masami Hiramatsu
2021-12-01
tracing/histograms: String compares should not care about signed values
Steven Rostedt (VMware)
2021-11-18
tracing/histogram: Fix UAF in destroy_hist_field()
Kalesh Singh
2021-11-14
Merge tag 'trace-v5.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
2021-11-14
tracing: Add length protection to histogram string copies
Steven Rostedt (VMware)
2021-11-13
Merge tag 'trace-v5.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
2021-11-12
tracing/histogram: Fix check for missing operands in an expression
Kalesh Singh
2021-11-12
tracing/histogram: Do not copy the fixed-size char array field over the field...
Masami Hiramatsu
2021-11-03
Merge tag 'trace-v5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
2021-11-01
Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2021-11-01
tracing/histogram: Optimize division by constants
Kalesh Singh
2021-10-29
tracing/histogram: Fix semicolon.cocci warnings
kernel test robot
2021-10-26
tracing/histogram: Optimize division by a power of 2
Kalesh Singh
2021-10-26
tracing/histogram: Covert expr to const if both operands are constants
Kalesh Singh
2021-10-26
tracing/histogram: Simplify handling of .sym-offset in expressions
Kalesh Singh
2021-10-26
tracing: Fix operator precedence for hist triggers expression
Kalesh Singh
2021-10-26
tracing: Add division and multiplication support for hist triggers
Kalesh Singh
2021-10-26
tracing: Add support for creating hist trigger variables from literal
Kalesh Singh
2021-10-21
tracing: use %ps format string to print symbols
Arnd Bergmann
2021-10-10
tracing: Fix missing * in comment block
Colin Ian King
2021-09-08
tracing: Dynamically allocate the per-elt hist_elt_data array
Tom Zanussi
2021-08-16
tracing: Allow execnames to be passed as args for synthetic events
Steven Rostedt (VMware)
2021-08-16
tracing: Have histogram types be constant when possible
Steven Rostedt (VMware)
2021-08-16
tracing: Add linear buckets to histogram logic
Steven Rostedt (VMware)
2021-08-12
tracing / histogram: Fix NULL pointer dereference on strcmp() on NULL event name
Steven Rostedt (VMware)
2021-08-04
tracing: Reject string operand in the histogram expression
Masami Hiramatsu
2021-08-04
tracing / histogram: Give calculation hist_fields a size
Steven Rostedt (VMware)
2021-07-23
tracing/histogram: Rename "cpu" to "common_cpu"
Steven Rostedt (VMware)
2021-07-15
tracing: Do not reference char * as a string in histograms
Steven Rostedt (VMware)
2021-07-07
tracing/histograms: Fix parsing of "sym-offset" modifier
Steven Rostedt (VMware)
2021-06-10
tracing: Add WARN_ON_ONCE when returned value is negative
Hyeonggon Yoo
2021-06-10
tracing: Remove redundant assignment to event_var
Jiapeng Chong
2021-03-18
tracing: Use a no_filter_buffering_ref to stop using the filter buffer
Steven Rostedt (VMware)
2021-03-18
ring-buffer: Allow ring_buffer_event_time_stamp() to return time stamp of all...
Steven Rostedt (VMware)
2021-03-18
tracing: Pass buffer of event to trigger operations
Steven Rostedt (VMware)
2020-11-10
tracing: Fix some typos in comments
Qiujun Huang
2020-10-15
tracing: Check return value of __create_val_fields() before using its result
Steven Rostedt (VMware)
2020-10-05
tracing: Add support for dynamic strings to synthetic events
Tom Zanussi
[next]