summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_events_hist.c
Commit message (Expand)AuthorAgeFilesLines
* tracing histograms: Simplify parse_actions() functionSteven Rostedt (Google)2024-01-081-25/+24
* tracing: Fix uaf issue when open the hist or hist_debug fileZheng Yejian2023-12-131-4/+8
* tracing/histograms: Simplify last_cmd_set()Christophe JAILLET2023-10-231-9/+2
* tracing/histograms: Return an error if we fail to add histogram to hist_vars ...Mohamed Khalfella2023-07-231-1/+2
* tracing/histograms: Add histograms to hist_vars if they have referenced varia...Mohamed Khalfella2023-07-121-3/+5
* tracing: Rename stacktrace field to common_stacktraceSteven Rostedt (Google)2023-05-231-6/+10
* tracing/histograms: Allow variables to have some modifiersSteven Rostedt (Google)2023-05-231-7/+16
* tracing: Check field value in hist_field_name()Steven Rostedt (Google)2023-03-091-0/+3
* tracing: Do not let histogram values have some modifiersSteven Rostedt (Google)2023-03-091-0/+9
* tracing/histogram: Fix stacktrace keyTom Zanussi2023-02-161-3/+31
* tracing/histogram: Fix a few problems with stacktrace variable printingTom Zanussi2023-02-161-8/+18
* tracing: Add BUILD_BUG() to make sure stacktrace fits in stringsSteven Rostedt (Google)2023-02-151-0/+3
* tracing/histogram: Don't use strlen to find length of stacktrace variablesTom Zanussi2023-02-151-4/+8
* tracing/histogram: Add stacktrace typeSteven Rostedt (Google)2023-01-251-0/+4
* tracing: Allow synthetic events to pass around stacktracesSteven Rostedt (Google)2023-01-251-4/+3
* tracing: Allow stacktraces to be saved as histogram variablesSteven Rostedt (Google)2023-01-251-10/+42
* trace_events_hist: add check for return value of 'create_hist_field'Natalia Petrova2023-01-241-0/+2
* tracing/hist: Fix issue of losting command info in error_logZheng Yejian2022-12-101-1/+1
* tracing/hist: Fix out-of-bound write on 'action_data.var_ref_idx'Zheng Yejian2022-12-101-2/+8
* tracing/hist: Fix wrong return value in parse_action_params()Zheng Yejian2022-12-101-0/+1
* tracing: Add nohitcount option for suppressing display of raw hitcountMasami Hiramatsu (Google)2022-12-091-8/+26
* tracing: Add .graph suffix option to histogram valueMasami Hiramatsu (Google)2022-12-091-16/+61
* tracing: Add .percent suffix option to histogram valuesMasami Hiramatsu (Google)2022-12-091-14/+76
* tracing: Allow multiple hitcount values in histogramsTom Zanussi2022-12-091-3/+9
* tracing: Fix race where histograms can be called before the eventSteven Rostedt (Google)2022-11-231-0/+3
* tracing/hist: add in missing * in comment blocksColin Ian King2022-11-221-2/+2
* tracing/hist: Call hist functions directly via a switch statementSteven Rostedt (Google)2022-09-261-77/+169
* tracing/histograms: Simplify create_hist_fields()Zheng Yejian2022-07-121-3/+2
* tracing/histograms: Fix memory leak problemZheng Yejian2022-07-121-0/+2
* tracing: Change "char *" string form to "char []"liqiong2022-05-261-1/+1
* tracing: Fix potential double free in create_var_ref()Keita Suzuki2022-05-261-0/+3
* tracing: Replace usage of found with dedicated list iterator variableJakob Koschel2022-04-271-8/+7
* tracing: Change `if (strlen(glob))` to `if (glob[0])`Ammar Faizi2022-04-261-1/+1
* tracing: Return -EINVAL if WARN_ON(!glob) triggered in event_hist_trigger_par...Ammar Faizi2022-04-261-1/+2
* tracing: Separate hist state updates from hist registrationTom Zanussi2022-04-261-18/+48
* tracing: Have existing event_command.parse() implementations use helpersTom Zanussi2022-04-261-40/+24
* tracing: Remove redundant trigger_ops paramsTom Zanussi2022-04-261-17/+12
* tracing: Remove logic for registering multiple event triggers at a timeTom Zanussi2022-04-261-11/+6
* Merge tag 'trace-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2022-03-231-7/+26
|\
| * tracing: Fix last_cmd_set() string management in histogram codeSteven Rostedt (Google)2022-03-101-2/+4
| * tracing: Fix allocation of last_cmd in last_cmd_set()Steven Rostedt (Google)2022-02-231-3/+4
| * tracing: Remove size restriction on hist trigger cmd error loggingTom Zanussi2022-02-101-7/+23
* | tracing/histogram: Fix sorting on old "cpu" valueSteven Rostedt (Google)2022-03-011-3/+3
|/
* tracing: Propagate is_signed to expressionTom Zanussi2022-01-271-0/+3
* tracing: Fix smatch warning for do while check in event_hist_trigger_parse()Tom Zanussi2022-01-271-1/+1
* tracing: Fix smatch warning for null glob in event_hist_trigger_parse()Tom Zanussi2022-01-271-1/+3
* tracing/histogram: Fix a potential memory leak for kstrdup()Xiaoke Wang2022-01-271-0/+1
* tracing: Remove ops param from event_command reg()/unreg() callbacksTom Zanussi2022-01-101-5/+5
* tracing: Change event_trigger_ops func() to trigger()Tom Zanussi2022-01-101-6/+6
* tracing: Change event_command func() to parse()Tom Zanussi2022-01-101-13/+13