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