index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
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
*
tracing: Simplify stacktrace retrieval in histograms
Thomas Gleixner
2019-04-29
1
-9
/
+3
*
tracing: Remove the ULONG_MAX stack trace hackery
Thomas Gleixner
2019-04-14
1
-1
/
+1
*
tracing: Remove unnecessary var_ref destroy in track_data_destroy()
Tom Zanussi
2019-03-26
1
-1
/
+0
*
tracing: Use strncpy instead of memcpy when copying comm for hist triggers
Tom Zanussi
2019-03-05
1
-2
/
+2
*
tracing: Use strncpy instead of memcpy for string keys in hist triggers
Tom Zanussi
2019-03-05
1
-2
/
+3
*
tracing: Use str_has_prefix() in synth_event_create()
Tom Zanussi
2019-03-05
1
-2
/
+2
*
tracing: Add alternative synthetic event trace action syntax
Tom Zanussi
2019-02-20
1
-4
/
+38
*
tracing: Add hist trigger onchange() handler
Tom Zanussi
2019-02-20
1
-8
/
+50
*
tracing: Add hist trigger snapshot() action
Tom Zanussi
2019-02-20
1
-10
/
+256
*
tracing: Generalize hist trigger onmax and save action
Tom Zanussi
2019-02-20
1
-76
/
+160
*
tracing: Split up onmatch action data
Tom Zanussi
2019-02-20
1
-51
/
+52
*
tracing: Refactor hist trigger action code
Tom Zanussi
2019-02-20
1
-169
/
+238
*
tracing: Have the historgram use the result of str_has_prefix() for len of pr...
Steven Rostedt (VMware)
2018-12-23
1
-4
/
+5
*
tracing: Use str_has_prefix() instead of using fixed sizes
Steven Rostedt (VMware)
2018-12-23
1
-1
/
+1
*
tracing: Use str_has_prefix() helper for histogram code
Steven Rostedt (VMware)
2018-12-23
1
-14
/
+14
*
tracing: Add hist trigger comments for variable-related fields
Tom Zanussi
2018-12-22
1
-0
/
+36
*
tracing: Remove hist trigger synth_var_refs
Tom Zanussi
2018-12-22
1
-18
/
+0
*
tracing: Use hist trigger's var_ref array to destroy var_refs
Tom Zanussi
2018-12-22
1
-5
/
+19
*
tracing: Remove open-coding of hist trigger var_ref management
Tom Zanussi
2018-12-22
1
-18
/
+75
*
tracing: Use var_refs[] for hist trigger reference checking
Tom Zanussi
2018-12-22
1
-57
/
+11
*
tracing: Change strlen to sizeof for hist trigger static strings
Tom Zanussi
2018-12-22
1
-19
/
+19
*
tracing: Remove unnecessary hist trigger struct field
Tom Zanussi
2018-12-22
1
-1
/
+0
*
tracing: Consolidate trace_add/remove_event_call back to the nolock functions
Steven Rostedt (VMware)
2018-12-10
1
-3
/
+3
*
tracing: Remove unneeded synth_event_mutex
Masami Hiramatsu
2018-12-09
1
-23
/
+7
*
tracing: Use dyn_event framework for synthetic events
Masami Hiramatsu
2018-12-09
1
-98
/
+167
*
tracing: Simplify creation and deletion of synthetic events
Masami Hiramatsu
2018-12-09
1
-35
/
+18
*
tracing: Lock event_mutex before synth_event_mutex
Masami Hiramatsu
2018-12-09
1
-14
/
+10
*
tracing: Return -ENOENT if there is no target synthetic event
Masami Hiramatsu
2018-10-28
1
-1
/
+3
*
tracing: Fix synthetic event to allow semicolon at end
Masami Hiramatsu
2018-10-19
1
-1
/
+1
*
tracing: Fix synthetic event to accept unsigned modifier
Masami Hiramatsu
2018-10-19
1
-6
/
+24
*
tracing: Add SPDX License format tags to tracing files
Steven Rostedt (VMware)
2018-08-17
1
-10
/
+1
*
tracing: Fix synchronizing to event changes with tracepoint_synchronize_unreg...
Steven Rostedt (VMware)
2018-08-10
1
-1
/
+1
*
tracing: Avoid string overflow
Arnd Bergmann
2018-07-04
1
-1
/
+1
*
tracing: Allow histogram triggers to access ftrace internal events
Steven Rostedt (VMware)
2018-05-29
1
-1
/
+1
*
tracing: Add field modifier parsing hist error for hist triggers
Tom Zanussi
2018-04-27
1
-0
/
+1
*
tracing: Add field parsing hist error for hist triggers
Tom Zanussi
2018-04-27
1
-0
/
+1
*
tracing: Restore proper field flag printing when displaying triggers
Tom Zanussi
2018-04-27
1
-0
/
+10
*
tracing: Uninitialized variable in create_tracing_map_fields()
Dan Carpenter
2018-04-06
1
-1
/
+1
*
tracing: Make sure variable string fields are NULL-terminated
Tom Zanussi
2018-04-06
1
-2
/
+2
*
tracing: Add action comparisons when testing matching hist triggers
Tom Zanussi
2018-04-06
1
-0
/
+50
*
tracing: Don't add flag strings when displaying variable references
Tom Zanussi
2018-04-06
1
-1
/
+1
*
tracing: Fix display of hist trigger expressions containing timestamps
Tom Zanussi
2018-04-06
1
-14
/
+5
*
tracing: Fix a potential NULL dereference
Dan Carpenter
2018-03-23
1
-0
/
+1
*
tracing: Use the ring-buffer nesting to allow synthetic events to be traced
Steven Rostedt (VMware)
2018-03-10
1
-1
/
+11
*
tracing: Add a clock attribute for hist triggers
Tom Zanussi
2018-03-10
1
-3
/
+39
*
tracing: Add 'last error' error facility for hist triggers
Tom Zanussi
2018-03-10
1
-14
/
+150
*
tracing: Add hist trigger support for variable reference aliases
Tom Zanussi
2018-03-10
1
-7
/
+67
*
tracing: Add cpu field for hist triggers
Tom Zanussi
2018-03-10
1
-1
/
+27
*
tracing: Allow whitespace to surround hist trigger filter
Tom Zanussi
2018-03-10
1
-5
/
+32
*
tracing: Add 'onmax' hist trigger action support
Tom Zanussi
2018-03-10
1
-35
/
+296
[next]