Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
94f18b9b24ee4d812ebd30ff848298a9f413f07a
/
kernel
/
trace
/
trace_events_hist.c
e310396
Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 5 years ago
2b90927
tracing: Use seq_buf for building dynevent_cmd string
by Tom Zanussi
· 5 years ago
74403b6
tracing: Remove check_arg() callbacks from dynevent args
by Tom Zanussi
· 5 years ago
249d7b2
tracing: Consolidate some synth_event_trace code
by Tom Zanussi
· 5 years ago
d380dcd
tracing: Fix now invalid var_ref_vals assumption in trace action
by Tom Zanussi
· 5 years ago
fdeb1ac
tracing: Change trace_boot to use synth_event interface
by Tom Zanussi
· 5 years ago
8dcc53a
tracing: Add synth_event_trace() and related functions
by Tom Zanussi
· 5 years ago
35ca520
tracing: Add synthetic event command generation functions
by Tom Zanussi
· 5 years ago
f5f6b25
tracing: Add synth_event_delete()
by Tom Zanussi
· 5 years ago
d0a4970
tracing: Add 'hist:' to hist trigger error log error string
by Tom Zanussi
· 6 years ago
4de26c8
tracing: Add hist trigger error messages for sort specification
by Tom Zanussi
· 6 years ago
b527b63
tracing: Simplify assignment parsing for hist triggers
by Tom Zanussi
· 6 years ago
c0e809e
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
8bcebc7
tracing: Fix histogram code when expression has same var as value
by Steven Rostedt (VMware)
· 5 years ago
aeed8aa
tracing: trigger: Replace unneeded RCU-list traversals
by Masami Hiramatsu
· 5 years ago
3b42a4c
tracing: trigger: Replace unneeded RCU-list traversals
by Masami Hiramatsu
· 5 years ago
3fbe2d6
tracing/boot: Add synthetic event support
by Masami Hiramatsu
· 5 years ago
48ac948
tracing: Add NULL trace-array check in print_synth_event()
by Masami Hiramatsu
· 5 years ago
b05e89a
tracing: Accept different type for synthetic event fields
by Masami Hiramatsu
· 5 years ago
1329249
tracing: Make struct ring_buffer less ambiguous
by Steven Rostedt (VMware)
· 5 years ago
1c5eb44
tracing: Rename trace_buffer to array_buffer
by Steven Rostedt (VMware)
· 5 years ago
46f5cfc
Merge branch 'core/kprobes' into perf/core, to pick up a completed branch
by Ingo Molnar
· 5 years ago
fe6e096
tracing: Fix endianness bug in histogram trigger
by Sven Schnelle
· 5 years ago
2040cf9
Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflicts
by Ingo Molnar
· 5 years ago
04ae87a
ftrace: Rework event_create_dir()
by Peter Zijlstra
· 5 years ago
58a74a2
tracing: Increase SYNTH_FIELDS_MAX for synthetic_events
by Artem Bityutskiy
· 5 years ago
9fa8c9c
tracing: Fix "gfp_t" format for synthetic events
by Zhengjun Xing
· 5 years ago
17911ff
tracing: Add locked_down checks to the open calls of files created for tracefs
by Steven Rostedt (VMware)
· 5 years ago
8530dec
tracing: Add tracing_check_open_get_tr()
by Steven Rostedt (VMware)
· 5 years ago
17f8607
tracing: Make sure variable reference alias has correct var_ref_idx
by Tom Zanussi
· 5 years ago
ac68154
tracing: Add "gfp_t" support in synthetic_events
by Zhengjun Xing
· 5 years ago
3019913
tracing/dynevent: Pass extra arguments to match operation
by Masami Hiramatsu
· 6 years ago
9b2ca37
tracing: Add a check_val() check before updating cond_snapshot() track_val
by Tom Zanussi
· 6 years ago
c8d94a1
tracing: Check keys for variable references in expressions too
by Tom Zanussi
· 6 years ago
55267c8
tracing: Prevent hist_field_var_ref() from accessing NULL tracing_map_elts
by Tom Zanussi
· 6 years ago
d2d8b14
Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 6 years ago
e7d9166
tracing: Simplify stacktrace retrieval in histograms
by Thomas Gleixner
· 6 years ago
4285f2f
tracing: Remove the ULONG_MAX stack trace hackery
by Thomas Gleixner
· 6 years ago
2f754e7
tracing: Have the error logs show up in the proper instances
by Steven Rostedt (VMware)
· 6 years ago
d0cd871
tracing: Have histogram code pass around trace_array for error handling
by Steven Rostedt (VMware)
· 6 years ago
d566c5e
tracing: Use tracing error_log with hist triggers
by Tom Zanussi
· 6 years ago
a1a05bb
tracing: Save the last hist command's associated event name
by Tom Zanussi
· 6 years ago
ff9d31d
tracing: Remove unnecessary var_ref destroy in track_data_destroy()
by Tom Zanussi
· 6 years ago
27242c6
tracing: Use strncpy instead of memcpy when copying comm for hist triggers
by Tom Zanussi
· 6 years ago
9f0bbf3
tracing: Use strncpy instead of memcpy for string keys in hist triggers
by Tom Zanussi
· 6 years ago
ed581aa
tracing: Use str_has_prefix() in synth_event_create()
by Tom Zanussi
· 6 years ago
e91eefd7
tracing: Add alternative synthetic event trace action syntax
by Tom Zanussi
· 6 years ago
dff81f5
tracing: Add hist trigger onchange() handler
by Tom Zanussi
· 6 years ago
a3785b7
tracing: Add hist trigger snapshot() action
by Tom Zanussi
· 6 years ago
466f452
tracing: Generalize hist trigger onmax and save action
by Tom Zanussi
· 6 years ago
c3e4950
tracing: Split up onmatch action data
by Tom Zanussi
· 6 years ago
7d18a10
tracing: Refactor hist trigger action code
by Tom Zanussi
· 6 years ago
036876f
tracing: Have the historgram use the result of str_has_prefix() for len of prefix
by Steven Rostedt (VMware)
· 6 years ago
b6b2735
tracing: Use str_has_prefix() instead of using fixed sizes
by Steven Rostedt (VMware)
· 6 years ago
754481e
tracing: Use str_has_prefix() helper for histogram code
by Steven Rostedt (VMware)
· 6 years ago
05ddb25
tracing: Add hist trigger comments for variable-related fields
by Tom Zanussi
· 6 years ago
9122013
tracing: Remove hist trigger synth_var_refs
by Tom Zanussi
· 6 years ago
656fe2b
tracing: Use hist trigger's var_ref array to destroy var_refs
by Tom Zanussi
· 6 years ago
de40f03
tracing: Remove open-coding of hist trigger var_ref management
by Tom Zanussi
· 6 years ago
e4f6d24
tracing: Use var_refs[] for hist trigger reference checking
by Tom Zanussi
· 6 years ago
2f31ed9
tracing: Change strlen to sizeof for hist trigger static strings
by Tom Zanussi
· 6 years ago
6801f0d
tracing: Remove unnecessary hist trigger struct field
by Tom Zanussi
· 6 years ago
7e1413e
tracing: Consolidate trace_add/remove_event_call back to the nolock functions
by Steven Rostedt (VMware)
· 6 years ago
0e2b81f7
tracing: Remove unneeded synth_event_mutex
by Masami Hiramatsu
· 6 years ago
7bbab38
tracing: Use dyn_event framework for synthetic events
by Masami Hiramatsu
· 6 years ago
faacb36
tracing: Simplify creation and deletion of synthetic events
by Masami Hiramatsu
· 6 years ago
fc800a1
tracing: Lock event_mutex before synth_event_mutex
by Masami Hiramatsu
· 6 years ago
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
Next »