index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
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
10 days
tracing: Avoid NULL return from hist_field_name() on truncation
David Carlier
1
-4
/
+2
2026-04-14
tracing: Fix fully-qualified variable reference printing in histograms
Tom Zanussi
1
-5
/
+10
2026-04-14
tracing: Rebuild full_name on each hist_field_name() call
Pengpeng Hou
1
-5
/
+7
2026-03-23
tracing: Free up file->private_data for use by individual events
Petr Pavlu
1
-4
/
+0
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-2
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-14
/
+14
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-16
/
+16
2026-02-19
tracing: Fix checking of freed trace_event_file for hist files
Petr Pavlu
1
-2
/
+2
2026-02-08
tracing: Move tracing_set_filter_buffering() into trace_events_hist.c
Steven Rostedt
1
-0
/
+20
2026-01-28
tracing: Up the hist stacktrace size from 16 to 31
Steven Rostedt
1
-1
/
+1
2026-01-28
tracing: Have hist_debug show what function a field uses
Steven Rostedt
1
-31
/
+44
2026-01-26
tracing: Remove redundant call to event_trigger_reset_filter() in event_hist_...
Steven Rostedt
1
-2
/
+0
2026-01-26
tracing: Properly process error handling in event_hist_trigger_parse()
Miaoqian Lin
1
-1
/
+1
2026-01-23
tracing: Fix crash on synthetic stacktrace field usage
Steven Rostedt
1
-0
/
+9
2025-12-05
tracing: Fix typo in trace_events_hist.c
Maurice Hieronymus
1
-1
/
+1
2025-12-05
Merge tag 'trace-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...
Linus Torvalds
1
-95
/
+48
2025-11-26
tracing: Merge struct event_trigger_ops into struct event_command
Steven Rostedt
1
-45
/
+48
2025-11-26
tracing: Remove get_trigger_ops() and add count_func() from trigger ops
Steven Rostedt
1
-55
/
+5
2025-11-06
tracing: Fix memory leaks in create_field_var()
Zilin Guan
1
-2
/
+4
2025-05-09
tracing: Rename event_trigger_alloc() to trigger_data_alloc()
Steven Rostedt
1
-1
/
+1
2025-05-06
tracing: Add common_comm to histograms
Steven Rostedt
1
-9
/
+42
2025-05-06
tracing: Move histogram trigger variables from stack to per CPU structure
Steven Rostedt
1
-15
/
+105
2025-05-06
tracing: Always use memcpy() in histogram add_to_key()
Steven Rostedt
1
-4
/
+2
2025-03-27
Merge tag 'trace-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...
Linus Torvalds
1
-10
/
+10
2025-03-20
tracing: Constify struct event_trigger_ops
Christophe JAILLET
1
-10
/
+10
2025-03-14
tracing: Correct the refcount if the hist/hist_debug file fails to open
Tengda Wu
1
-6
/
+18
2025-02-27
tracing: Fix bad hist from corrupting named_triggers list
Steven Rostedt
1
-15
/
+15
2025-01-07
tracing/hist: Support POLLPRI event for poll on histogram
Masami Hiramatsu (Google)
1
-3
/
+26
2025-01-07
tracing/hist: Add poll(POLLIN) support on hist file
Masami Hiramatsu (Google)
1
-3
/
+67
2024-12-26
tracing: Switch trace_events_hist.c code over to use guard()
Steven Rostedt
1
-22
/
+10
2024-11-12
tracing: Remove redundant check on field->field in histograms
Colin Ian King
1
-4
/
+1
2024-11-01
tracing: Replace strncpy() with strscpy() when copying comm
Jinjie Ruan
1
-2
/
+2
2024-10-08
tracepoints: Use new static branch API
Josh Poimboeuf
1
-1
/
+1
2024-08-07
tracing: Have format file honor EVENT_FILE_FL_FREED
Steven Rostedt
1
-2
/
+2
2024-01-08
tracing histograms: Simplify parse_actions() function
Steven Rostedt (Google)
1
-25
/
+24
2023-12-13
tracing: Fix uaf issue when open the hist or hist_debug file
Zheng Yejian
1
-4
/
+8
2023-10-23
tracing/histograms: Simplify last_cmd_set()
Christophe JAILLET
1
-9
/
+2
2023-07-23
tracing/histograms: Return an error if we fail to add histogram to hist_vars ...
Mohamed Khalfella
1
-1
/
+2
2023-07-12
tracing/histograms: Add histograms to hist_vars if they have referenced varia...
Mohamed Khalfella
1
-3
/
+5
2023-05-23
tracing: Rename stacktrace field to common_stacktrace
Steven Rostedt (Google)
1
-6
/
+10
2023-05-23
tracing/histograms: Allow variables to have some modifiers
Steven Rostedt (Google)
1
-7
/
+16
2023-03-09
tracing: Check field value in hist_field_name()
Steven Rostedt (Google)
1
-0
/
+3
2023-03-09
tracing: Do not let histogram values have some modifiers
Steven Rostedt (Google)
1
-0
/
+9
2023-02-16
tracing/histogram: Fix stacktrace key
Tom Zanussi
1
-3
/
+31
2023-02-16
tracing/histogram: Fix a few problems with stacktrace variable printing
Tom Zanussi
1
-8
/
+18
2023-02-15
tracing: Add BUILD_BUG() to make sure stacktrace fits in strings
Steven Rostedt (Google)
1
-0
/
+3
2023-02-15
tracing/histogram: Don't use strlen to find length of stacktrace variables
Tom Zanussi
1
-4
/
+8
2023-01-25
tracing/histogram: Add stacktrace type
Steven Rostedt (Google)
1
-0
/
+4
2023-01-25
tracing: Allow synthetic events to pass around stacktraces
Steven Rostedt (Google)
1
-4
/
+3
2023-01-25
tracing: Allow stacktraces to be saved as histogram variables
Steven Rostedt (Google)
1
-10
/
+42
[next]