summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_events_hist.c
AgeCommit message (Expand)AuthorLines
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-14/+14
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-16/+16
2026-02-19tracing: Fix checking of freed trace_event_file for hist filesPetr Pavlu-2/+2
2026-02-08tracing: Move tracing_set_filter_buffering() into trace_events_hist.cSteven Rostedt-0/+20
2026-01-28tracing: Up the hist stacktrace size from 16 to 31Steven Rostedt-1/+1
2026-01-28tracing: Have hist_debug show what function a field usesSteven Rostedt-31/+44
2026-01-26tracing: Remove redundant call to event_trigger_reset_filter() in event_hist_...Steven Rostedt-2/+0
2026-01-26tracing: Properly process error handling in event_hist_trigger_parse()Miaoqian Lin-1/+1
2026-01-23tracing: Fix crash on synthetic stacktrace field usageSteven Rostedt-0/+9
2025-12-05tracing: Fix typo in trace_events_hist.cMaurice Hieronymus-1/+1
2025-12-05Merge tag 'trace-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds-95/+48
2025-11-26tracing: Merge struct event_trigger_ops into struct event_commandSteven Rostedt-45/+48
2025-11-26tracing: Remove get_trigger_ops() and add count_func() from trigger opsSteven Rostedt-55/+5
2025-11-06tracing: Fix memory leaks in create_field_var()Zilin Guan-2/+4
2025-05-09tracing: Rename event_trigger_alloc() to trigger_data_alloc()Steven Rostedt-1/+1
2025-05-06tracing: Add common_comm to histogramsSteven Rostedt-9/+42
2025-05-06tracing: Move histogram trigger variables from stack to per CPU structureSteven Rostedt-15/+105
2025-05-06tracing: Always use memcpy() in histogram add_to_key()Steven Rostedt-4/+2
2025-03-27Merge tag 'trace-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds-10/+10
2025-03-20tracing: Constify struct event_trigger_opsChristophe JAILLET-10/+10
2025-03-14tracing: Correct the refcount if the hist/hist_debug file fails to openTengda Wu-6/+18
2025-02-27tracing: Fix bad hist from corrupting named_triggers listSteven Rostedt-15/+15
2025-01-07tracing/hist: Support POLLPRI event for poll on histogramMasami Hiramatsu (Google)-3/+26
2025-01-07tracing/hist: Add poll(POLLIN) support on hist fileMasami Hiramatsu (Google)-3/+67
2024-12-26tracing: Switch trace_events_hist.c code over to use guard()Steven Rostedt-22/+10
2024-11-12tracing: Remove redundant check on field->field in histogramsColin Ian King-4/+1
2024-11-01tracing: Replace strncpy() with strscpy() when copying commJinjie Ruan-2/+2
2024-10-08tracepoints: Use new static branch APIJosh Poimboeuf-1/+1
2024-08-07tracing: Have format file honor EVENT_FILE_FL_FREEDSteven Rostedt-2/+2
2024-01-08tracing histograms: Simplify parse_actions() functionSteven Rostedt (Google)-25/+24
2023-12-13tracing: Fix uaf issue when open the hist or hist_debug fileZheng Yejian-4/+8
2023-10-23tracing/histograms: Simplify last_cmd_set()Christophe JAILLET-9/+2
2023-07-23tracing/histograms: Return an error if we fail to add histogram to hist_vars ...Mohamed Khalfella-1/+2
2023-07-12tracing/histograms: Add histograms to hist_vars if they have referenced varia...Mohamed Khalfella-3/+5
2023-05-23tracing: Rename stacktrace field to common_stacktraceSteven Rostedt (Google)-6/+10
2023-05-23tracing/histograms: Allow variables to have some modifiersSteven Rostedt (Google)-7/+16
2023-03-09tracing: Check field value in hist_field_name()Steven Rostedt (Google)-0/+3
2023-03-09tracing: Do not let histogram values have some modifiersSteven Rostedt (Google)-0/+9
2023-02-16tracing/histogram: Fix stacktrace keyTom Zanussi-3/+31
2023-02-16tracing/histogram: Fix a few problems with stacktrace variable printingTom Zanussi-8/+18
2023-02-15tracing: Add BUILD_BUG() to make sure stacktrace fits in stringsSteven Rostedt (Google)-0/+3
2023-02-15tracing/histogram: Don't use strlen to find length of stacktrace variablesTom Zanussi-4/+8
2023-01-25tracing/histogram: Add stacktrace typeSteven Rostedt (Google)-0/+4
2023-01-25tracing: Allow synthetic events to pass around stacktracesSteven Rostedt (Google)-4/+3
2023-01-25tracing: Allow stacktraces to be saved as histogram variablesSteven Rostedt (Google)-10/+42
2023-01-24trace_events_hist: add check for return value of 'create_hist_field'Natalia Petrova-0/+2
2022-12-10tracing/hist: Fix issue of losting command info in error_logZheng Yejian-1/+1
2022-12-10tracing/hist: Fix out-of-bound write on 'action_data.var_ref_idx'Zheng Yejian-2/+8
2022-12-10tracing/hist: Fix wrong return value in parse_action_params()Zheng Yejian-0/+1