Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
18858511fd8a877303cc34c06efa461b26a0e070
/
kernel
/
trace
/
trace_events_hist.c
1885851
tracing: Return -ENOENT if there is no target synthetic event
by Masami Hiramatsu
· 6 years ago
a360d9e
tracing: Fix synthetic event to allow semicolon at end
by Masami Hiramatsu
· 6 years ago
282447b
tracing: Fix synthetic event to accept unsigned modifier
by Masami Hiramatsu
· 6 years ago
bcea3f9
tracing: Add SPDX License format tags to tracing files
by Steven Rostedt (VMware)
· 6 years ago
e0a568d
tracing: Fix synchronizing to event changes with tracepoint_synchronize_unregister()
by Steven Rostedt (VMware)
· 6 years ago
cf4d418
tracing: Avoid string overflow
by Arnd Bergmann
· 7 years ago
3be4c1e
tracing: Allow histogram triggers to access ftrace internal events
by Steven Rostedt (VMware)
· 7 years ago
dcf2345
tracing: Add field modifier parsing hist error for hist triggers
by Tom Zanussi
· 7 years ago
5ec432d
tracing: Add field parsing hist error for hist triggers
by Tom Zanussi
· 7 years ago
608940d
tracing: Restore proper field flag printing when displaying triggers
by Tom Zanussi
· 7 years ago
b28d7b2
tracing: Uninitialized variable in create_tracing_map_fields()
by Dan Carpenter
· 7 years ago
ad45287
tracing: Make sure variable string fields are NULL-terminated
by Tom Zanussi
· 7 years ago
48f7947
tracing: Add action comparisons when testing matching hist triggers
by Tom Zanussi
· 7 years ago
7669094
tracing: Don't add flag strings when displaying variable references
by Tom Zanussi
· 7 years ago
0ae7961
tracing: Fix display of hist trigger expressions containing timestamps
by Tom Zanussi
· 7 years ago
5e4cf2b
tracing: Fix a potential NULL dereference
by Dan Carpenter
· 7 years ago
4708abc
tracing: Use the ring-buffer nesting to allow synthetic events to be traced
by Steven Rostedt (VMware)
· 7 years ago
a4072fe
tracing: Add a clock attribute for hist triggers
by Tom Zanussi
· 7 years ago
f404da6
tracing: Add 'last error' error facility for hist triggers
by Tom Zanussi
· 7 years ago
7e8b88a
tracing: Add hist trigger support for variable reference aliases
by Tom Zanussi
· 7 years ago
8b7622b
tracing: Add cpu field for hist triggers
by Tom Zanussi
· 7 years ago
ec5ce09
tracing: Allow whitespace to surround hist trigger filter
by Tom Zanussi
· 7 years ago
5045060
tracing: Add 'onmax' hist trigger action support
by Tom Zanussi
· 7 years ago
c282a38
tracing: Add 'onmatch' hist trigger action support
by Tom Zanussi
· 7 years ago
02205a6
tracing: Add support for 'field variables'
by Tom Zanussi
· 7 years ago
4b14793
tracing: Add support for 'synthetic' events
by Tom Zanussi
· 7 years ago
0212e2a
tracing: Add hist trigger action hook
by Tom Zanussi
· 7 years ago
067fe03
tracing: Add variable reference handling to hist triggers
by Tom Zanussi
· 7 years ago
19a9fac
tracing: Add hist_field 'type' field
by Tom Zanussi
· 7 years ago
df35d93
tracing: Pass tracing_map_elt to hist_field accessor functions
by Tom Zanussi
· 7 years ago
af6a29b
tracing: Generalize per-element hist trigger data
by Tom Zanussi
· 7 years ago
100719d
tracing: Add simple expression support to hist triggers
by Tom Zanussi
· 7 years ago
2ece94f
tracing: Move get_hist_field_flags()
by Tom Zanussi
· 7 years ago
1a361df
tracing: Account for variables in named trigger compatibility
by Tom Zanussi
· 7 years ago
30350d6
tracing: Add variable support to hist triggers
by Tom Zanussi
· 7 years ago
860f9f6
tracing: Add usecs modifier for hist trigger timestamps
by Tom Zanussi
· 7 years ago
b559d00
tracing: Add hist_data member to hist_field
by Tom Zanussi
· 7 years ago
ad42feb
tracing: Add hist trigger timestamp support
by Tom Zanussi
· 7 years ago
9b1ae03
tracing: Break out hist trigger assignment parsing
by Tom Zanussi
· 7 years ago
fbd302c
tracing: Add ring buffer event param to hist field functions
by Tom Zanussi
· 7 years ago
1ac4f51
tracing: Give event triggers access to ring_buffer_event
by Tom Zanussi
· 7 years ago
c193707
tracing: Remove code which merges duplicates
by Vedang Patel
· 7 years ago
5819ead
tracing: Reimplement log2
by Tom Zanussi
· 7 years ago
8501325
tracing: Add hist_field_name() accessor
by Tom Zanussi
· 7 years ago
0d7a832
tracing: Clean up hist_field_flags enum
by Tom Zanussi
· 7 years ago
a15f7fc
tracing: Exclude 'generic fields' from histograms
by Tom Zanussi
· 7 years ago
6e7a239
tracing: Remove redundant unread variable ret
by Colin Ian King
· 7 years ago
b2d0910
sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h> in <linux/sched.h>
by Ingo Molnar
· 8 years ago
7522c03
tracing: Fix use-after-free in hist_register_trigger()
by Tom Zanussi
· 9 years ago
47c1856
tracing: Fix use-after-free in hist_unreg_all/hist_enable_unreg_all
by Steven Rostedt
· 9 years ago
432480c
tracing: Add check for NULL event field when creating hist field
by Tom Zanussi
· 9 years ago
d50c744
tracing: Fix unsigned comparison to zero in hist trigger code
by Steven Rostedt (Red Hat)
· 9 years ago
4b94f5b
tracing: Add hist trigger 'log2' modifier
by Namhyung Kim
· 9 years ago
5463bfd
tracing: Add support for named hist triggers
by Tom Zanussi
· 9 years ago
52a7f16
tracing: Add support for multiple hist triggers per event
by Tom Zanussi
· 9 years ago
d0bad49
tracing: Add enable_hist/disable_hist triggers
by Tom Zanussi
· 9 years ago
6a475cb
tracing: Remove restriction on string position in hist trigger keys
by Tom Zanussi
· 9 years ago
79e577c
tracing: Support string type key properly
by Namhyung Kim
· 9 years ago
69a0200
tracing: Add hist trigger support for stacktraces as keys
by Tom Zanussi
· 9 years ago
3169619
tracing: Add hist trigger 'syscall' modifier
by Tom Zanussi
· 9 years ago
6b4827a
tracing: Add hist trigger 'execname' modifier
by Tom Zanussi
· 9 years ago
c6afad4
tracing: Add hist trigger 'sym' and 'sym-offset' modifiers
by Tom Zanussi
· 9 years ago
0c4a6b4
tracing: Add hist trigger 'hex' modifier for displaying numeric fields
by Tom Zanussi
· 9 years ago
e86ae9b
tracing: Add hist trigger support for clearing a trace
by Tom Zanussi
· 9 years ago
83e9991
tracing: Add hist trigger support for pausing and continuing a trace
by Tom Zanussi
· 9 years ago
e62347d
tracing: Add hist trigger support for user-defined sorting ('sort=' param)
by Tom Zanussi
· 9 years ago
76a3b0c
tracing: Add hist trigger support for compound keys
by Tom Zanussi
· 9 years ago
f260683
tracing: Add hist trigger support for multiple values ('vals=' param)
by Tom Zanussi
· 9 years ago
7ef224d
tracing: Add 'hist' event trigger command
by Tom Zanussi
· 9 years ago