index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
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
2020-01-09
tracing: Fix endianness bug in histogram trigger
Sven Schnelle
1
-1
/
+20
2019-12-05
tracing: Lock event_mutex before synth_event_mutex
Masami Hiramatsu
1
-14
/
+10
2019-11-10
tracing: Fix "gfp_t" format for synthetic events
Zhengjun Xing
1
-0
/
+2
2019-10-11
tracing: Make sure variable reference alias has correct var_ref_idx
Tom Zanussi
1
-0
/
+2
2019-06-19
tracing: Prevent hist_field_var_ref() from accessing NULL tracing_map_elts
Tom Zanussi
1
-0
/
+3
2019-03-23
tracing: Use strncpy instead of memcpy for string keys in hist triggers
Tom Zanussi
1
-2
/
+3
2018-11-13
tracing: Return -ENOENT if there is no target synthetic event
Masami Hiramatsu
1
-1
/
+3
2018-10-19
tracing: Fix synthetic event to allow semicolon at end
Masami Hiramatsu
1
-1
/
+1
2018-10-19
tracing: Fix synthetic event to accept unsigned modifier
Masami Hiramatsu
1
-6
/
+24
2018-08-16
tracing: Add SPDX License format tags to tracing files
Steven Rostedt (VMware)
1
-10
/
+1
2018-08-10
tracing: Fix synchronizing to event changes with tracepoint_synchronize_unreg...
Steven Rostedt (VMware)
1
-1
/
+1
2018-07-03
tracing: Avoid string overflow
Arnd Bergmann
1
-1
/
+1
2018-05-29
tracing: Allow histogram triggers to access ftrace internal events
Steven Rostedt (VMware)
1
-1
/
+1
2018-04-26
tracing: Add field modifier parsing hist error for hist triggers
Tom Zanussi
1
-0
/
+1
2018-04-26
tracing: Add field parsing hist error for hist triggers
Tom Zanussi
1
-0
/
+1
2018-04-26
tracing: Restore proper field flag printing when displaying triggers
Tom Zanussi
1
-0
/
+10
2018-04-06
tracing: Uninitialized variable in create_tracing_map_fields()
Dan Carpenter
1
-1
/
+1
2018-04-06
tracing: Make sure variable string fields are NULL-terminated
Tom Zanussi
1
-2
/
+2
2018-04-06
tracing: Add action comparisons when testing matching hist triggers
Tom Zanussi
1
-0
/
+50
2018-04-06
tracing: Don't add flag strings when displaying variable references
Tom Zanussi
1
-1
/
+1
2018-04-06
tracing: Fix display of hist trigger expressions containing timestamps
Tom Zanussi
1
-14
/
+5
2018-03-23
tracing: Fix a potential NULL dereference
Dan Carpenter
1
-0
/
+1
2018-03-10
tracing: Use the ring-buffer nesting to allow synthetic events to be traced
Steven Rostedt (VMware)
1
-1
/
+11
2018-03-10
tracing: Add a clock attribute for hist triggers
Tom Zanussi
1
-3
/
+39
2018-03-10
tracing: Add 'last error' error facility for hist triggers
Tom Zanussi
1
-14
/
+150
2018-03-10
tracing: Add hist trigger support for variable reference aliases
Tom Zanussi
1
-7
/
+67
2018-03-10
tracing: Add cpu field for hist triggers
Tom Zanussi
1
-1
/
+27
2018-03-10
tracing: Allow whitespace to surround hist trigger filter
Tom Zanussi
1
-5
/
+32
2018-03-10
tracing: Add 'onmax' hist trigger action support
Tom Zanussi
1
-35
/
+296
2018-03-10
tracing: Add 'onmatch' hist trigger action support
Tom Zanussi
1
-13
/
+475
2018-03-10
tracing: Add support for 'field variables'
Tom Zanussi
1
-1
/
+530
2018-03-10
tracing: Add support for 'synthetic' events
Tom Zanussi
1
-2
/
+893
2018-03-10
tracing: Add hist trigger action hook
Tom Zanussi
1
-2
/
+104
2018-03-10
tracing: Add variable reference handling to hist triggers
Tom Zanussi
1
-16
/
+645
2018-03-10
tracing: Add hist_field 'type' field
Tom Zanussi
1
-0
/
+33
2018-03-10
tracing: Pass tracing_map_elt to hist_field accessor functions
Tom Zanussi
1
-34
/
+57
2018-03-10
tracing: Generalize per-element hist trigger data
Tom Zanussi
1
-33
/
+43
2018-03-10
tracing: Add simple expression support to hist triggers
Tom Zanussi
1
-74
/
+413
2018-03-10
tracing: Move get_hist_field_flags()
Tom Zanussi
1
-22
/
+22
2018-03-10
tracing: Account for variables in named trigger compatibility
Tom Zanussi
1
-1
/
+6
2018-03-10
tracing: Add variable support to hist triggers
Tom Zanussi
1
-39
/
+331
2018-03-10
tracing: Add usecs modifier for hist trigger timestamps
Tom Zanussi
1
-6
/
+22
2018-03-10
tracing: Add hist_data member to hist_field
Tom Zanussi
1
-5
/
+9
2018-03-10
tracing: Add hist trigger timestamp support
Tom Zanussi
1
-23
/
+71
2018-03-10
tracing: Break out hist trigger assignment parsing
Tom Zanussi
1
-21
/
+51
2018-03-10
tracing: Add ring buffer event param to hist field functions
Tom Zanussi
1
-15
/
+24
2018-03-10
tracing: Give event triggers access to ring_buffer_event
Tom Zanussi
1
-4
/
+7
2018-03-10
tracing: Remove code which merges duplicates
Vedang Patel
1
-11
/
+0
2017-10-04
tracing: Reimplement log2
Tom Zanussi
1
-4
/
+27
2017-10-04
tracing: Add hist_field_name() accessor
Tom Zanussi
1
-22
/
+45
[next]