index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace_events_hist.c
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-2
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-14
/
+14
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-16
/
+16
2026-02-19
tracing: Fix checking of freed trace_event_file for hist files
Petr Pavlu
-2
/
+2
2026-02-08
tracing: Move tracing_set_filter_buffering() into trace_events_hist.c
Steven Rostedt
-0
/
+20
2026-01-28
tracing: Up the hist stacktrace size from 16 to 31
Steven Rostedt
-1
/
+1
2026-01-28
tracing: Have hist_debug show what function a field uses
Steven Rostedt
-31
/
+44
2026-01-26
tracing: Remove redundant call to event_trigger_reset_filter() in event_hist_...
Steven Rostedt
-2
/
+0
2026-01-26
tracing: Properly process error handling in event_hist_trigger_parse()
Miaoqian Lin
-1
/
+1
2026-01-23
tracing: Fix crash on synthetic stacktrace field usage
Steven Rostedt
-0
/
+9
2025-12-05
tracing: Fix typo in trace_events_hist.c
Maurice Hieronymus
-1
/
+1
2025-12-05
Merge tag 'trace-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...
Linus Torvalds
-95
/
+48
2025-11-26
tracing: Merge struct event_trigger_ops into struct event_command
Steven Rostedt
-45
/
+48
2025-11-26
tracing: Remove get_trigger_ops() and add count_func() from trigger ops
Steven Rostedt
-55
/
+5
2025-11-06
tracing: Fix memory leaks in create_field_var()
Zilin Guan
-2
/
+4
2025-05-09
tracing: Rename event_trigger_alloc() to trigger_data_alloc()
Steven Rostedt
-1
/
+1
2025-05-06
tracing: Add common_comm to histograms
Steven Rostedt
-9
/
+42
2025-05-06
tracing: Move histogram trigger variables from stack to per CPU structure
Steven Rostedt
-15
/
+105
2025-05-06
tracing: Always use memcpy() in histogram add_to_key()
Steven Rostedt
-4
/
+2
2025-03-27
Merge tag 'trace-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...
Linus Torvalds
-10
/
+10
2025-03-20
tracing: Constify struct event_trigger_ops
Christophe JAILLET
-10
/
+10
2025-03-14
tracing: Correct the refcount if the hist/hist_debug file fails to open
Tengda Wu
-6
/
+18
2025-02-27
tracing: Fix bad hist from corrupting named_triggers list
Steven Rostedt
-15
/
+15
2025-01-07
tracing/hist: Support POLLPRI event for poll on histogram
Masami Hiramatsu (Google)
-3
/
+26
2025-01-07
tracing/hist: Add poll(POLLIN) support on hist file
Masami Hiramatsu (Google)
-3
/
+67
2024-12-26
tracing: Switch trace_events_hist.c code over to use guard()
Steven Rostedt
-22
/
+10
2024-11-12
tracing: Remove redundant check on field->field in histograms
Colin Ian King
-4
/
+1
2024-11-01
tracing: Replace strncpy() with strscpy() when copying comm
Jinjie Ruan
-2
/
+2
2024-10-08
tracepoints: Use new static branch API
Josh Poimboeuf
-1
/
+1
2024-08-07
tracing: Have format file honor EVENT_FILE_FL_FREED
Steven Rostedt
-2
/
+2
2024-01-08
tracing histograms: Simplify parse_actions() function
Steven Rostedt (Google)
-25
/
+24
2023-12-13
tracing: Fix uaf issue when open the hist or hist_debug file
Zheng Yejian
-4
/
+8
2023-10-23
tracing/histograms: Simplify last_cmd_set()
Christophe JAILLET
-9
/
+2
2023-07-23
tracing/histograms: Return an error if we fail to add histogram to hist_vars ...
Mohamed Khalfella
-1
/
+2
2023-07-12
tracing/histograms: Add histograms to hist_vars if they have referenced varia...
Mohamed Khalfella
-3
/
+5
2023-05-23
tracing: Rename stacktrace field to common_stacktrace
Steven Rostedt (Google)
-6
/
+10
2023-05-23
tracing/histograms: Allow variables to have some modifiers
Steven Rostedt (Google)
-7
/
+16
2023-03-09
tracing: Check field value in hist_field_name()
Steven Rostedt (Google)
-0
/
+3
2023-03-09
tracing: Do not let histogram values have some modifiers
Steven Rostedt (Google)
-0
/
+9
2023-02-16
tracing/histogram: Fix stacktrace key
Tom Zanussi
-3
/
+31
2023-02-16
tracing/histogram: Fix a few problems with stacktrace variable printing
Tom Zanussi
-8
/
+18
2023-02-15
tracing: Add BUILD_BUG() to make sure stacktrace fits in strings
Steven Rostedt (Google)
-0
/
+3
2023-02-15
tracing/histogram: Don't use strlen to find length of stacktrace variables
Tom Zanussi
-4
/
+8
2023-01-25
tracing/histogram: Add stacktrace type
Steven Rostedt (Google)
-0
/
+4
2023-01-25
tracing: Allow synthetic events to pass around stacktraces
Steven Rostedt (Google)
-4
/
+3
2023-01-25
tracing: Allow stacktraces to be saved as histogram variables
Steven Rostedt (Google)
-10
/
+42
2023-01-24
trace_events_hist: add check for return value of 'create_hist_field'
Natalia Petrova
-0
/
+2
2022-12-10
tracing/hist: Fix issue of losting command info in error_log
Zheng Yejian
-1
/
+1
2022-12-10
tracing/hist: Fix out-of-bound write on 'action_data.var_ref_idx'
Zheng Yejian
-2
/
+8
2022-12-10
tracing/hist: Fix wrong return value in parse_action_params()
Zheng Yejian
-0
/
+1
[next]